aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.10
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2021-06-24 20:22:51 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-09-26 00:32:17 +0200
commit1651bd9bc61550a7f3b2d25a8ef6c54dc0b61ce3 (patch)
treedf12423ce6d669b6e6ff934b01fe5304ad986bdb /target/linux/realtek/patches-5.10
parent95170b4350ec6dcadd4dc740c130709c46aa6ecb (diff)
downloadupstream-1651bd9bc61550a7f3b2d25a8ef6c54dc0b61ce3.tar.gz
upstream-1651bd9bc61550a7f3b2d25a8ef6c54dc0b61ce3.tar.bz2
upstream-1651bd9bc61550a7f3b2d25a8ef6c54dc0b61ce3.zip
realtek: drop rtl838x spi-nor driver from 5.10
To backport the upstreamed driver (spi-realtek-rtl) from 5.12, drop the old driver from realtek target. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/realtek/patches-5.10')
-rw-r--r--target/linux/realtek/patches-5.10/400-mtd-add-rtl838x-spi-flash-driver.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/realtek/patches-5.10/400-mtd-add-rtl838x-spi-flash-driver.patch b/target/linux/realtek/patches-5.10/400-mtd-add-rtl838x-spi-flash-driver.patch
deleted file mode 100644
index 16cff75308..0000000000
--- a/target/linux/realtek/patches-5.10/400-mtd-add-rtl838x-spi-flash-driver.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/drivers/mtd/spi-nor/Kconfig
-+++ b/drivers/mtd/spi-nor/Kconfig
-@@ -118,4 +118,13 @@ config SPI_INTEL_SPI_PLATFORM
- To compile this driver as a module, choose M here: the module
- will be called intel-spi-platform.
-
-+config SPI_RTL838X
-+ tristate "Realtek RTl838X SPI flash platform driver"
-+ depends on RTL838X
-+ help
-+ This driver provides support for accessing SPI flash
-+ in the RTL838X SoC.
-+
-+ Say N here unless you know what you are doing.
-+
- endif # MTD_SPI_NOR
---- a/drivers/mtd/spi-nor/Makefile
-+++ b/drivers/mtd/spi-nor/Makefile
-@@ -8,3 +8,4 @@ obj-$(CONFIG_SPI_NXP_SPIFI) += nxp-spifi
- obj-$(CONFIG_SPI_INTEL_SPI) += intel-spi.o
- obj-$(CONFIG_SPI_INTEL_SPI_PCI) += intel-spi-pci.o
- obj-$(CONFIG_SPI_INTEL_SPI_PLATFORM) += intel-spi-platform.o
-+obj-$(CONFIG_SPI_RTL838X) += rtl838x-nor.o