diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-08 12:04:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-08 12:04:25 +0000 |
commit | 9a495f6bbbcb294b9926f4ec32e5bbb339395d00 (patch) | |
tree | c76b5e53fffd1d6238ba09da9d8bb7a6bde9e474 /target/linux/ixp4xx/patches-3.14/030-gpio_line_config.patch | |
parent | 3951f9492f31b59602a9a7c46fbb041be0929be0 (diff) | |
download | mtk-20170518-9a495f6bbbcb294b9926f4ec32e5bbb339395d00.zip mtk-20170518-9a495f6bbbcb294b9926f4ec32e5bbb339395d00.tar.gz mtk-20170518-9a495f6bbbcb294b9926f4ec32e5bbb339395d00.tar.bz2 |
kernel: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43564
Diffstat (limited to 'target/linux/ixp4xx/patches-3.14/030-gpio_line_config.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-3.14/030-gpio_line_config.patch | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/target/linux/ixp4xx/patches-3.14/030-gpio_line_config.patch b/target/linux/ixp4xx/patches-3.14/030-gpio_line_config.patch index de9197c..0477b38 100644 --- a/target/linux/ixp4xx/patches-3.14/030-gpio_line_config.patch +++ b/target/linux/ixp4xx/patches-3.14/030-gpio_line_config.patch @@ -1,8 +1,6 @@ -Index: linux-3.14.25/arch/arm/mach-ixp4xx/common.c -=================================================================== ---- linux-3.14.25.orig/arch/arm/mach-ixp4xx/common.c 2014-11-21 18:23:44.000000000 +0100 -+++ linux-3.14.25/arch/arm/mach-ixp4xx/common.c 2014-12-01 07:16:02.172180453 +0100 -@@ -84,22 +84,7 @@ +--- a/arch/arm/mach-ixp4xx/common.c ++++ b/arch/arm/mach-ixp4xx/common.c +@@ -84,22 +84,7 @@ void __init ixp4xx_map_io(void) /* * GPIO-functions */ @@ -26,7 +24,7 @@ Index: linux-3.14.25/arch/arm/mach-ixp4xx/common.c { if (direction == IXP4XX_GPIO_IN) *IXP4XX_GPIO_GPOER |= (1 << line); -@@ -107,12 +92,12 @@ +@@ -107,12 +92,12 @@ static void gpio_line_config(u8 line, u3 *IXP4XX_GPIO_GPOER &= ~(1 << line); } @@ -41,11 +39,9 @@ Index: linux-3.14.25/arch/arm/mach-ixp4xx/common.c { if (value == IXP4XX_GPIO_HIGH) *IXP4XX_GPIO_GPOUTR |= (1 << line); -Index: linux-3.14.25/arch/arm/mach-ixp4xx/include/mach/platform.h -=================================================================== ---- linux-3.14.25.orig/arch/arm/mach-ixp4xx/include/mach/platform.h 2014-11-30 15:26:43.020130937 +0100 -+++ linux-3.14.25/arch/arm/mach-ixp4xx/include/mach/platform.h 2014-12-01 07:16:22.024919689 +0100 -@@ -142,5 +142,21 @@ +--- a/arch/arm/mach-ixp4xx/include/mach/platform.h ++++ b/arch/arm/mach-ixp4xx/include/mach/platform.h +@@ -131,5 +131,21 @@ struct pci_sys_data; extern int ixp4xx_setup(int nr, struct pci_sys_data *sys); extern struct pci_ops ixp4xx_ops; |