aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2021-05-21 23:16:37 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-09-26 00:32:17 +0200
commit2cd00b51470a30198b048a5fca48a04db77e29cc (patch)
tree663599daf5065d3fddf9c589eb3e670038de5bd0 /target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch
parentb2bd0199a845281ca1c097d84caab022e98c2c59 (diff)
downloadupstream-2cd00b51470a30198b048a5fca48a04db77e29cc.tar.gz
upstream-2cd00b51470a30198b048a5fca48a04db77e29cc.tar.bz2
upstream-2cd00b51470a30198b048a5fca48a04db77e29cc.zip
realtek: backport irq-realtek-rtl driver from 5.12 to 5.10
This patch backports "irq-realtek-rtl" driver to Kernel 5.10 from 5.12. "MACH_REALTEK_RTL" is used as a platform name in upstream, but "RTL838X" is used in OpenWrt, so update the dependency by the additional patch. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch')
-rw-r--r--target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch b/target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch
new file mode 100644
index 0000000000..96321f0bba
--- /dev/null
+++ b/target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch
@@ -0,0 +1,8 @@
+--- a/drivers/irqchip/Makefile
++++ b/drivers/irqchip/Makefile
+@@ -114,4 +114,4 @@ obj-$(CONFIG_LOONGSON_PCH_PIC) += irq-l
+ obj-$(CONFIG_LOONGSON_PCH_MSI) += irq-loongson-pch-msi.o
+ obj-$(CONFIG_MST_IRQ) += irq-mst-intc.o
+ obj-$(CONFIG_SL28CPLD_INTC) += irq-sl28cpld.o
+-obj-$(CONFIG_MACH_REALTEK_RTL) += irq-realtek-rtl.o
++obj-$(CONFIG_RTL838X) += irq-realtek-rtl.o