immortalwrt/target/linux
Ilya Lipnitskiy 3da4acaa7b 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-15 08:13:16 +01:00
..
apm821xx kernel: bump 5.4 to 5.4.97 2021-02-11 16:08:28 +01:00
arc770
archs38
armvirt
at91 at91: use SPDX license identifiers on DTS files 2021-02-10 15:47:23 +01:00
ath25
ath79 ath79: fix factory image generation for Netgear and Zyxel boards 2021-02-14 19:21:38 +01:00
bcm27xx kernel: bump 5.4 to 5.4.97 2021-02-11 16:08:28 +01:00
bcm47xx
bcm53xx kernel: bump 5.4 to 5.4.97 2021-02-11 16:08:28 +01:00
bcm63xx
bcm4908 bcm4908: refresh patches 2021-02-13 21:21:01 +01:00
gemini
generic kernel: fix busy wait loop in mediatek PPE code 2021-02-15 08:13:16 +01:00
imx6 Revert "imx6: bootscript-apalis: make it working on v2021.01 release" 2021-02-14 23:28:07 +01:00
ipq40xx
ipq806x
ipq807x
kirkwood
lantiq
layerscape kernel: bump 5.4 to 5.4.97 2021-02-11 16:08:28 +01:00
malta
mediatek
mpc85xx
mvebu mvebu: espressobin: drop COMPHY removement patch 2021-02-14 09:34:57 +01:00
mxs
octeon
octeontx
omap
oxnas
pistachio
ramips ramips: mark toggle input on EX6150 as a switch 2021-02-15 00:00:38 +01:00
realtek realtek: add support for Netgear GS108T v3 2021-02-12 08:52:41 +01:00
rockchip
sunxi
tegra
uml
x86
zynq
Makefile