aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.10/301-gpio-add-rtl8231-driver.patch
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2021-05-05 14:02:49 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-09-26 00:32:17 +0200
commit95f089dafefccb2ce1892506dd936f47caf657bf (patch)
tree0f652531ba0dcc263b4f9aeb48d7004b5ab69b5e /target/linux/realtek/patches-5.10/301-gpio-add-rtl8231-driver.patch
parent46945e02d3527e3948dacb3e74e5ddbc35da7238 (diff)
downloadupstream-95f089dafefccb2ce1892506dd936f47caf657bf.tar.gz
upstream-95f089dafefccb2ce1892506dd936f47caf657bf.tar.bz2
upstream-95f089dafefccb2ce1892506dd936f47caf657bf.zip
realtek: refresh patches for Kernel 5.10
This patch refresh all patches in patches-5.10/ to adjust for Kernel 5.10. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/realtek/patches-5.10/301-gpio-add-rtl8231-driver.patch')
-rw-r--r--target/linux/realtek/patches-5.10/301-gpio-add-rtl8231-driver.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/realtek/patches-5.10/301-gpio-add-rtl8231-driver.patch b/target/linux/realtek/patches-5.10/301-gpio-add-rtl8231-driver.patch
index 8a3d4810a6..496d3f4162 100644
--- a/target/linux/realtek/patches-5.10/301-gpio-add-rtl8231-driver.patch
+++ b/target/linux/realtek/patches-5.10/301-gpio-add-rtl8231-driver.patch
@@ -1,6 +1,6 @@
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
-@@ -441,6 +441,12 @@ config GPIO_REG
+@@ -508,6 +508,12 @@ config GPIO_REG
A 32-bit single register GPIO fixed in/out implementation. This
can be used to represent any register as a set of GPIO signals.
@@ -15,9 +15,9 @@
depends on MFD_SYSCON
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
-@@ -117,6 +117,7 @@ obj-$(CONFIG_GPIO_RC5T583) += gpio-rc5t
- obj-$(CONFIG_GPIO_RCAR) += gpio-rcar.o
+@@ -126,6 +126,7 @@ obj-$(CONFIG_GPIO_RDA) += gpio-rda.o
obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o
+ obj-$(CONFIG_GPIO_REALTEK_OTTO) += gpio-realtek-otto.o
obj-$(CONFIG_GPIO_REG) += gpio-reg.o
+obj-$(CONFIG_GPIO_RTL8231) += gpio-rtl8231.o
obj-$(CONFIG_ARCH_SA1100) += gpio-sa1100.o