diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-07-26 07:19:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-07-26 07:19:58 +0000 |
commit | e9688455f60944b73ed69d435569c62b2670ac08 (patch) | |
tree | 7cfb04a54015dd34cab0306bfa2a450f42f815f1 /target/linux/xburst/patches-3.10/014-MIPS-jz4740-Register-jz4740-DMA-device.patch | |
parent | aa81b9ed5ff5f016bc6fcefd110ee524d9dc98fd (diff) | |
download | upstream-e9688455f60944b73ed69d435569c62b2670ac08.tar.gz upstream-e9688455f60944b73ed69d435569c62b2670ac08.tar.bz2 upstream-e9688455f60944b73ed69d435569c62b2670ac08.zip |
kernel: update 3.10 to 3.10.3
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37546
Diffstat (limited to 'target/linux/xburst/patches-3.10/014-MIPS-jz4740-Register-jz4740-DMA-device.patch')
-rw-r--r-- | target/linux/xburst/patches-3.10/014-MIPS-jz4740-Register-jz4740-DMA-device.patch | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/target/linux/xburst/patches-3.10/014-MIPS-jz4740-Register-jz4740-DMA-device.patch b/target/linux/xburst/patches-3.10/014-MIPS-jz4740-Register-jz4740-DMA-device.patch index 1ae288b264..f10666dfad 100644 --- a/target/linux/xburst/patches-3.10/014-MIPS-jz4740-Register-jz4740-DMA-device.patch +++ b/target/linux/xburst/patches-3.10/014-MIPS-jz4740-Register-jz4740-DMA-device.patch @@ -15,11 +15,9 @@ Signed-off-by: Vinod Koul <vinod.koul@intel.com> arch/mips/jz4740/platform.c | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+) -diff --git a/arch/mips/include/asm/mach-jz4740/platform.h b/arch/mips/include/asm/mach-jz4740/platform.h -index 72cfebd..05988c2 100644 --- a/arch/mips/include/asm/mach-jz4740/platform.h +++ b/arch/mips/include/asm/mach-jz4740/platform.h -@@ -32,6 +32,7 @@ extern struct platform_device jz4740_codec_device; +@@ -32,6 +32,7 @@ extern struct platform_device jz4740_cod extern struct platform_device jz4740_adc_device; extern struct platform_device jz4740_wdt_device; extern struct platform_device jz4740_pwm_device; @@ -27,11 +25,9 @@ index 72cfebd..05988c2 100644 void jz4740_serial_device_register(void); -diff --git a/arch/mips/jz4740/board-qi_lb60.c b/arch/mips/jz4740/board-qi_lb60.c -index bc454e6..b857521 100644 --- a/arch/mips/jz4740/board-qi_lb60.c +++ b/arch/mips/jz4740/board-qi_lb60.c -@@ -437,6 +437,7 @@ static struct platform_device *jz_platform_devices[] __initdata = { +@@ -437,6 +437,7 @@ static struct platform_device *jz_platfo &jz4740_rtc_device, &jz4740_adc_device, &jz4740_pwm_device, @@ -39,11 +35,9 @@ index bc454e6..b857521 100644 &qi_lb60_gpio_keys, &qi_lb60_pwm_beeper, &qi_lb60_charger_device, -diff --git a/arch/mips/jz4740/platform.c b/arch/mips/jz4740/platform.c -index e9348fd..df65677 100644 --- a/arch/mips/jz4740/platform.c +++ b/arch/mips/jz4740/platform.c -@@ -329,3 +329,24 @@ struct platform_device jz4740_pwm_device = { +@@ -329,3 +329,24 @@ struct platform_device jz4740_pwm_device .name = "jz4740-pwm", .id = -1, }; @@ -68,6 +62,3 @@ index e9348fd..df65677 100644 + .num_resources = ARRAY_SIZE(jz4740_dma_resources), + .resource = jz4740_dma_resources, +}; --- -1.7.10.4 - |