diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 11:40:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 11:40:44 +0000 |
commit | f78c902cfd5c5f3375964be90878c44c4180cfa0 (patch) | |
tree | ba128669b4d02fa8157fa7edbccfe3962898b050 /target/linux/ramips/patches-3.8/0204-owrt-MIPS-ralink-add-usb-platform-support.patch | |
parent | 202fb45debb80148c280275e299d90475d032490 (diff) | |
download | mtk-20170518-f78c902cfd5c5f3375964be90878c44c4180cfa0.zip mtk-20170518-f78c902cfd5c5f3375964be90878c44c4180cfa0.tar.gz mtk-20170518-f78c902cfd5c5f3375964be90878c44c4180cfa0.tar.bz2 |
kernel: update linux 3.8 to 3.8.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36215
Diffstat (limited to 'target/linux/ramips/patches-3.8/0204-owrt-MIPS-ralink-add-usb-platform-support.patch')
-rw-r--r-- | target/linux/ramips/patches-3.8/0204-owrt-MIPS-ralink-add-usb-platform-support.patch | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/target/linux/ramips/patches-3.8/0204-owrt-MIPS-ralink-add-usb-platform-support.patch b/target/linux/ramips/patches-3.8/0204-owrt-MIPS-ralink-add-usb-platform-support.patch index 7b9e1a3..4ff80e8 100644 --- a/target/linux/ramips/patches-3.8/0204-owrt-MIPS-ralink-add-usb-platform-support.patch +++ b/target/linux/ramips/patches-3.8/0204-owrt-MIPS-ralink-add-usb-platform-support.patch @@ -19,8 +19,6 @@ Signed-off-by: John Crispin <blogic@openwrt.org> create mode 100644 arch/mips/ralink/rt305x-usb.c create mode 100644 arch/mips/ralink/rt3883-usb.c -diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile -index cae7d88..8572538 100644 --- a/arch/mips/ralink/Makefile +++ b/arch/mips/ralink/Makefile @@ -9,8 +9,8 @@ @@ -34,19 +32,15 @@ index cae7d88..8572538 100644 obj-$(CONFIG_SOC_MT7620) += mt7620.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o -diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h -index ed99f23..14a101c 100644 --- a/arch/mips/ralink/common.h +++ b/arch/mips/ralink/common.h -@@ -43,5 +43,6 @@ extern void prom_soc_init(struct ralink_soc_info *soc_info); +@@ -43,5 +43,6 @@ extern void prom_soc_init(struct ralink_ __iomem void *plat_of_remap_node(const char *node); void ralink_pinmux(void); +void ralink_usb_platform(void); #endif /* _RALINK_COMMON_H__ */ -diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c -index 9d0dc8b..19b28c5 100644 --- a/arch/mips/ralink/mt7620.c +++ b/arch/mips/ralink/mt7620.c @@ -146,6 +146,11 @@ struct ralink_pinmux rt_pinmux = { @@ -61,8 +55,6 @@ index 9d0dc8b..19b28c5 100644 void __init ralink_clk_init(void) { unsigned long cpu_rate, sys_rate; -diff --git a/arch/mips/ralink/of.c b/arch/mips/ralink/of.c -index ecf1482..f438145 100644 --- a/arch/mips/ralink/of.c +++ b/arch/mips/ralink/of.c @@ -102,6 +102,7 @@ static int __init plat_of_setup(void) @@ -73,9 +65,6 @@ index ecf1482..f438145 100644 return 0; } -diff --git a/arch/mips/ralink/rt305x-usb.c b/arch/mips/ralink/rt305x-usb.c -new file mode 100644 -index 0000000..793fc82 --- /dev/null +++ b/arch/mips/ralink/rt305x-usb.c @@ -0,0 +1,120 @@ @@ -199,9 +188,6 @@ index 0000000..793fc82 + &rt3352_ehci_data, &rt3352_ehci_dmamask); + } +} -diff --git a/arch/mips/ralink/rt3883-usb.c b/arch/mips/ralink/rt3883-usb.c -new file mode 100644 -index 0000000..1d948a9 --- /dev/null +++ b/arch/mips/ralink/rt3883-usb.c @@ -0,0 +1,118 @@ @@ -323,6 +309,3 @@ index 0000000..1d948a9 + ralink_add_usb("ehci-platform", + &rt3883_ehci_data, &rt3883_ehci_dmamask); +} --- -1.7.10.4 - |