diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-14 17:55:55 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-14 21:58:16 +0200 |
commit | 0bea89a1d0f98af102cef32d6a8302bc28606180 (patch) | |
tree | 82c1873d07a13ec8e0e8ab1e30aa53ba09e3f947 /target/linux/generic/pending-5.4 | |
parent | 9abf01246efc858b92f8211e37ecd0435e1a0474 (diff) | |
download | upstream-0bea89a1d0f98af102cef32d6a8302bc28606180.tar.gz upstream-0bea89a1d0f98af102cef32d6a8302bc28606180.tar.bz2 upstream-0bea89a1d0f98af102cef32d6a8302bc28606180.zip |
kernel: bump 5.4 to 5.4.32
Refreshed patches, removed upstreamed patches:
generic: 746-stable-net-dsa-mt7530-fix-null-pointer-dereferencing-in-por.patch
Run tested: qemu-x86-64, apalis
Build tested: x86/64, imx6, sunxi/a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/generic/pending-5.4')
-rw-r--r-- | target/linux/generic/pending-5.4/001-v5.4-pinctrl-qcom-fix-wrong-write-in-update_dual_edge.patch.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/generic/pending-5.4/001-v5.4-pinctrl-qcom-fix-wrong-write-in-update_dual_edge.patch.patch b/target/linux/generic/pending-5.4/001-v5.4-pinctrl-qcom-fix-wrong-write-in-update_dual_edge.patch.patch index e295311116..b9015236f4 100644 --- a/target/linux/generic/pending-5.4/001-v5.4-pinctrl-qcom-fix-wrong-write-in-update_dual_edge.patch.patch +++ b/target/linux/generic/pending-5.4/001-v5.4-pinctrl-qcom-fix-wrong-write-in-update_dual_edge.patch.patch @@ -13,11 +13,9 @@ Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> drivers/pinctrl/qcom/pinctrl-msm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/drivers/pinctrl/qcom/pinctrl-msm.c b/drivers/pinctrl/qcom/pinctrl-msm.c -index 1a948c3f54b7..9f1c9951949e 100644 --- a/drivers/pinctrl/qcom/pinctrl-msm.c +++ b/drivers/pinctrl/qcom/pinctrl-msm.c -@@ -692,7 +692,7 @@ static void msm_gpio_update_dual_edge_pos(struct msm_pinctrl *pctrl, +@@ -688,7 +688,7 @@ static void msm_gpio_update_dual_edge_po pol = msm_readl_intr_cfg(pctrl, g); pol ^= BIT(g->intr_polarity_bit); @@ -26,6 +24,3 @@ index 1a948c3f54b7..9f1c9951949e 100644 val2 = msm_readl_io(pctrl, g) & BIT(g->in_bit); intstat = msm_readl_intr_status(pctrl, g); --- -2.25.1 - |