aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm27xx/patches-5.10/950-0133-spi-bcm2835-enable-shared-interrupt-support.patch
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-07-29 12:25:26 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2022-07-30 17:22:16 +0200
commit7ca89e11873a1b7508f7a6a4d040cb93e2dc59f6 (patch)
tree1b2655affe4b794d824b937d28f4a91c956c2b07 /target/linux/bcm27xx/patches-5.10/950-0133-spi-bcm2835-enable-shared-interrupt-support.patch
parent1db4f5cba30401c0a84742bcdfc5175e8a56925f (diff)
downloadupstream-7ca89e11873a1b7508f7a6a4d040cb93e2dc59f6.tar.gz
upstream-7ca89e11873a1b7508f7a6a4d040cb93e2dc59f6.tar.bz2
upstream-7ca89e11873a1b7508f7a6a4d040cb93e2dc59f6.zip
kernel: bump 5.10 to 5.10.134
All patches automatically rebased. Signed-off-by: John Audia <therealgraysky@proton.me> (cherry picked from commit 7be62b1187bb7e21bcdaadfc3d47713a91f05898)
Diffstat (limited to 'target/linux/bcm27xx/patches-5.10/950-0133-spi-bcm2835-enable-shared-interrupt-support.patch')
-rw-r--r--target/linux/bcm27xx/patches-5.10/950-0133-spi-bcm2835-enable-shared-interrupt-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-5.10/950-0133-spi-bcm2835-enable-shared-interrupt-support.patch b/target/linux/bcm27xx/patches-5.10/950-0133-spi-bcm2835-enable-shared-interrupt-support.patch
index ce9872f645..0cd131b51d 100644
--- a/target/linux/bcm27xx/patches-5.10/950-0133-spi-bcm2835-enable-shared-interrupt-support.patch
+++ b/target/linux/bcm27xx/patches-5.10/950-0133-spi-bcm2835-enable-shared-interrupt-support.patch
@@ -23,7 +23,7 @@ Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
/* Read as many bytes as possible from FIFO */
bcm2835_rd_fifo(bs);
/* Write as many bytes as possible to FIFO */
-@@ -1329,7 +1333,8 @@ static int bcm2835_spi_probe(struct plat
+@@ -1333,7 +1337,8 @@ static int bcm2835_spi_probe(struct plat
bcm2835_wr(bs, BCM2835_SPI_CS,
BCM2835_SPI_CS_CLEAR_RX | BCM2835_SPI_CS_CLEAR_TX);