diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-05-27 16:58:20 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-05-27 16:58:20 -0400 |
commit | d85d135d8babbc917b370f36cbc02b7b4a2f2d99 (patch) | |
tree | 2f06e02940d87099670aa31459ad1ab41a1ca036 /arch/arm/mach-s5pv210 | |
parent | 5e7b911f9a3e582635801675b7fe935b16cd4af5 (diff) | |
parent | e92a5b28f71aea01b281f9c89d97a4bc5b24748f (diff) |
Merge tag 'omapdss-for-3.5' of git://github.com/tomba/linux into fbdev-next
Omapdss driver changes for 3.5 merge window.
Lots of normal development commits, but perhaps most notable changes are:
* HDMI rework to properly decouple the HDMI audio part from the HDMI video part.
* Restructure omapdss core driver so that it's possible to implement device
tree support. This included changing how platform data is passed to the
drivers, changing display device registration and improving the panel driver's
ability to configure the underlying video output interface.
* Basic support for DSI packet interleaving
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r-- | arch/arm/mach-s5pv210/dma.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/mach-aquila.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/mach-goni.c | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/arch/arm/mach-s5pv210/dma.c b/arch/arm/mach-s5pv210/dma.c index 86ce62f66190..b8337e248b09 100644 --- a/arch/arm/mach-s5pv210/dma.c +++ b/arch/arm/mach-s5pv210/dma.c | |||
@@ -33,8 +33,6 @@ | |||
33 | #include <mach/irqs.h> | 33 | #include <mach/irqs.h> |
34 | #include <mach/dma.h> | 34 | #include <mach/dma.h> |
35 | 35 | ||
36 | static u64 dma_dmamask = DMA_BIT_MASK(32); | ||
37 | |||
38 | static u8 pdma0_peri[] = { | 36 | static u8 pdma0_peri[] = { |
39 | DMACH_UART0_RX, | 37 | DMACH_UART0_RX, |
40 | DMACH_UART0_TX, | 38 | DMACH_UART0_TX, |
diff --git a/arch/arm/mach-s5pv210/mach-aquila.c b/arch/arm/mach-s5pv210/mach-aquila.c index 7b91bbf887fe..af528f9e97f9 100644 --- a/arch/arm/mach-s5pv210/mach-aquila.c +++ b/arch/arm/mach-s5pv210/mach-aquila.c | |||
@@ -480,8 +480,8 @@ static struct wm8994_pdata wm8994_platform_data = { | |||
480 | .gpio_defaults[8] = 0x0100, | 480 | .gpio_defaults[8] = 0x0100, |
481 | .gpio_defaults[9] = 0x0100, | 481 | .gpio_defaults[9] = 0x0100, |
482 | .gpio_defaults[10] = 0x0100, | 482 | .gpio_defaults[10] = 0x0100, |
483 | .ldo[0] = { S5PV210_MP03(6), NULL, &wm8994_ldo1_data }, /* XM0FRNB_2 */ | 483 | .ldo[0] = { S5PV210_MP03(6), &wm8994_ldo1_data }, /* XM0FRNB_2 */ |
484 | .ldo[1] = { 0, NULL, &wm8994_ldo2_data }, | 484 | .ldo[1] = { 0, &wm8994_ldo2_data }, |
485 | }; | 485 | }; |
486 | 486 | ||
487 | /* GPIO I2C PMIC */ | 487 | /* GPIO I2C PMIC */ |
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index 07a840de9a38..9c4720e43f7b 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c | |||
@@ -678,8 +678,8 @@ static struct wm8994_pdata wm8994_platform_data = { | |||
678 | .gpio_defaults[8] = 0x0100, | 678 | .gpio_defaults[8] = 0x0100, |
679 | .gpio_defaults[9] = 0x0100, | 679 | .gpio_defaults[9] = 0x0100, |
680 | .gpio_defaults[10] = 0x0100, | 680 | .gpio_defaults[10] = 0x0100, |
681 | .ldo[0] = { S5PV210_MP03(6), NULL, &wm8994_ldo1_data }, /* XM0FRNB_2 */ | 681 | .ldo[0] = { S5PV210_MP03(6), &wm8994_ldo1_data }, /* XM0FRNB_2 */ |
682 | .ldo[1] = { 0, NULL, &wm8994_ldo2_data }, | 682 | .ldo[1] = { 0, &wm8994_ldo2_data }, |
683 | }; | 683 | }; |
684 | 684 | ||
685 | /* GPIO I2C PMIC */ | 685 | /* GPIO I2C PMIC */ |