immortalwrt/target/linux
Ilya Lipnitskiy 66f183dc4b kernel: fix busy wait loop in mediatek PPE code
The intention is for the loop to timeout if the body does not succeed.
The current logic calls time_is_before_jiffies(timeout) which is false
until after the timeout, so the loop body never executes.

time_is_after_jiffies(timeout) will return true until timeout is less
than jiffies, which is the intended behavior here.

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-16 12:09:44 +08:00
..
apm821xx kernel: bump 5.4 to 5.4.97 2021-02-12 12:05:11 +08:00
arc770 target: use SPDX license identifiers on scripts 2021-02-11 12:08:24 +08:00
archs38 target: use SPDX license identifiers on scripts 2021-02-11 12:08:24 +08:00
armvirt target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
at91 at91: use SPDX license identifiers on DTS files 2021-02-11 12:08:53 +08:00
ath25 target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
ath79 ath79: fix factory image generation for Netgear and Zyxel boards 2021-02-15 12:08:08 +08:00
bcm27xx kernel: bump 5.4 to 5.4.97 2021-02-12 12:05:11 +08:00
bcm47xx target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
bcm53xx kernel: bump 5.4 to 5.4.97 2021-02-12 12:05:11 +08:00
bcm63xx target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
bcm4908 bcm4908: refresh patches 2021-02-14 12:10:12 +08:00
gemini target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
generic kernel: fix busy wait loop in mediatek PPE code 2021-02-16 12:09:44 +08:00
imx6 target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
ipq40xx Merge Mainline 2021-02-10 12:28:03 +08:00
ipq806x treewide: use upstream caldata script 2021-01-30 12:18:02 +08:00
ipq807x config: limit CONFIG_PERF_EVENTS to top-level generic configs 2021-01-26 12:03:41 +08:00
kirkwood target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
lantiq target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
layerscape kernel: bump 5.4 to 5.4.97 2021-02-12 12:05:11 +08:00
malta target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
mediatek target: use SPDX license identifiers on scripts 2021-02-11 12:08:24 +08:00
mpc85xx target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
mvebu mvebu: espressobin: drop COMPHY removement patch 2021-02-15 12:06:59 +08:00
mxs target: use SPDX license identifiers on scripts 2021-02-11 12:08:24 +08:00
octeon target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
octeontx target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
omap target: use SPDX license identifiers on scripts 2021-02-11 12:08:24 +08:00
oxnas target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
pistachio target: use SPDX license identifiers on scripts 2021-02-11 12:08:24 +08:00
ramips ramips: mark toggle input on EX6150 as a switch 2021-02-15 12:08:59 +08:00
realtek realtek: add support for Netgear GS108T v3 2021-02-13 12:07:26 +08:00
rockchip target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
sunxi target: use SPDX license identifiers on scripts 2021-02-11 12:08:24 +08:00
tegra target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
uml target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
x86 target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
zynq target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
Makefile target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00