diff options
author | John Crispin <john@openwrt.org> | 2013-07-14 18:00:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-14 18:00:34 +0000 |
commit | 89c03927368852cf912e76d553bcc7671f6c16cd (patch) | |
tree | c396a709343fe323501f82c078fc93d435701e9b /target/linux/ramips/patches-3.8/0025-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch | |
parent | eb0a44917eea1b2d673d26c28df5aecbb8d77d67 (diff) | |
download | mtk-20170518-89c03927368852cf912e76d553bcc7671f6c16cd.zip mtk-20170518-89c03927368852cf912e76d553bcc7671f6c16cd.tar.gz mtk-20170518-89c03927368852cf912e76d553bcc7671f6c16cd.tar.bz2 |
ralink: drop v3.8 support
Signed-off-by: John Crispin <blogic@opewnrt.org>
SVN-Revision: 37311
Diffstat (limited to 'target/linux/ramips/patches-3.8/0025-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch')
-rw-r--r-- | target/linux/ramips/patches-3.8/0025-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/ramips/patches-3.8/0025-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch b/target/linux/ramips/patches-3.8/0025-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch deleted file mode 100644 index 368fcde..0000000 --- a/target/linux/ramips/patches-3.8/0025-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch +++ /dev/null @@ -1,31 +0,0 @@ -From e859bf709e73acb5735cf1207422f53fc3202632 Mon Sep 17 00:00:00 2001 -From: Gabor Juhos <juhosg@openwrt.org> -Date: Fri, 12 Apr 2013 12:40:23 +0200 -Subject: [PATCH 25/79] MIPS: ralink: add pci group to struct ralink_pinmux - -This will be used for RT3662/RT3883. - -Signed-off-by: Gabor Juhos <juhosg@openwrt.org> -Acked-by: John Crispin <blogic@openwrt.org> -Patchwork: http://patchwork.linux-mips.org/patch/5173/ ---- - arch/mips/ralink/common.h | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h -index f4b19c6..bebd149 100644 ---- a/arch/mips/ralink/common.h -+++ b/arch/mips/ralink/common.h -@@ -23,6 +23,9 @@ struct ralink_pinmux { - struct ralink_pinmux_grp *uart; - int uart_shift; - void (*wdt_reset)(void); -+ struct ralink_pinmux_grp *pci; -+ int pci_shift; -+ u32 pci_mask; - }; - extern struct ralink_pinmux rt_gpio_pinmux; - --- -1.7.10.4 - |