aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/patches-5.4/901-fix_irq_type_of_pca953x.patch
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-10-20 08:32:55 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2021-10-21 00:17:36 +0200
commit0ea33e5363f8a544a4c41c89cc1ca0d6b0d91e2e (patch)
tree1f605b905fdf7ac41e307c2573a5bc923d082053 /target/linux/layerscape/patches-5.4/901-fix_irq_type_of_pca953x.patch
parent3d0499bcdb9869075d1a7470c73c9ea4c7a32e8f (diff)
downloadupstream-0ea33e5363f8a544a4c41c89cc1ca0d6b0d91e2e.tar.gz
upstream-0ea33e5363f8a544a4c41c89cc1ca0d6b0d91e2e.tar.bz2
upstream-0ea33e5363f8a544a4c41c89cc1ca0d6b0d91e2e.zip
kernel: bump 5.4 to 5.4.155
All patches automatically rebased. Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/layerscape/patches-5.4/901-fix_irq_type_of_pca953x.patch')
-rw-r--r--target/linux/layerscape/patches-5.4/901-fix_irq_type_of_pca953x.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/patches-5.4/901-fix_irq_type_of_pca953x.patch b/target/linux/layerscape/patches-5.4/901-fix_irq_type_of_pca953x.patch
index a00a240135..5f022ac27f 100644
--- a/target/linux/layerscape/patches-5.4/901-fix_irq_type_of_pca953x.patch
+++ b/target/linux/layerscape/patches-5.4/901-fix_irq_type_of_pca953x.patch
@@ -11,7 +11,7 @@ Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
--- a/drivers/gpio/gpio-pca953x.c
+++ b/drivers/gpio/gpio-pca953x.c
-@@ -879,10 +879,12 @@ static int pca953x_irq_setup(struct pca9
+@@ -881,10 +881,12 @@ static int pca953x_irq_setup(struct pca9
for (i = 0; i < NBANK(chip); i++)
chip->irq_stat[i] &= reg_direction[i];
mutex_init(&chip->irq_lock);