aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch
diff options
context:
space:
mode:
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>2021-04-09 17:12:31 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-17 21:56:05 +0200
commitf724a583dcf70bc02bca1750bfb4a5195130b141 (patch)
tree72222934f3b45eca09af27fabeab3452b51d4c8a /target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch
parent07e5e03711d55f94db738446ef9eddc8163b53a6 (diff)
downloadupstream-f724a583dcf70bc02bca1750bfb4a5195130b141.tar.gz
upstream-f724a583dcf70bc02bca1750bfb4a5195130b141.tar.bz2
upstream-f724a583dcf70bc02bca1750bfb4a5195130b141.zip
ath79: mikrotik: update nand-rb4xx driver
This updates the NAND driver for MikroTik RB4XX series to work with kernel 5.10, similarly to the ar934x-nand driver (fb64e2c3). Support for kernel 5.10 was added to all ath79 subtargets except for the mikrotik one by commit d6b785d, since patch 920-mikrotik-rb4xx.patch needed to be reworked. Later, commit f8512661 enabled kernel 5.10 for the mikrotik subtarget with the nand-rb4xx driver still pending, which is updated and added back by this patch. Compile-tested only. Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Diffstat (limited to 'target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch')
-rw-r--r--target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch b/target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch
index 51a71c6ef2..2a6b9857fb 100644
--- a/target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch
+++ b/target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch
@@ -58,7 +58,7 @@ Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
static int ath79_spi_probe(struct platform_device *pdev)
{
struct spi_master *master;
-@@ -164,6 +198,7 @@ static int ath79_spi_probe(struct platfo
+@@ -163,6 +197,7 @@ static int ath79_spi_probe(struct platfo
ret = PTR_ERR(sp->base);
goto err_put_master;
}