[PATCH] Fix IGEPv2 second MMC channel power supply

2010-11-14 Thread Marc Zyngier
Commit 72f381ba056 removed an unused regulator entry, but left the second MMC channel (used by the Libertas WLAN mudule) without link to power regulator. This causes the SDIO module to fail being detected. This patch adds a second supply to the existing MMC1 regulator, and let MMC2 hang off it.

Re: [PATCH] Fix IGEPv2 second MMC channel power supply

2010-11-14 Thread Sergei Shtylyov
Hello. On 14-11-2010 14:34, Marc Zyngier wrote: Commit 72f381ba056 removed an unused regulator entry, but left Linus has aksed to also specify the commit summary in parentheses. Signed-off-by: Marc Zyngierm...@misterjones.org Cc: Enric Balletbo i Serraeballe...@gmail.com Cc: Tony

Re: [PATCH] Fix IGEPv2 second MMC channel power supply

2010-11-14 Thread Felipe Balbi
Hi, On Sun, 14 Nov 2010 11:34:12 +, Marc Zyngier m...@misterjones.org wrote: @@ -272,8 +273,8 @@ static struct regulator_init_data igep2_vmmc1 = { | REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS, }, -

Re: [PATCH] Fix IGEPv2 second MMC channel power supply

2010-11-14 Thread Enric Balletbò i Serra
2010/11/14 Felipe Balbi m...@felipebalbi.com: Hi, On Sun, 14 Nov 2010 11:34:12 +, Marc Zyngier m...@misterjones.org wrote: @@ -272,8 +273,8 @@ static struct regulator_init_data igep2_vmmc1 = {                                       | REGULATOR_CHANGE_MODE                                  

Re: [PATCH] Fix IGEPv2 second MMC channel power supply

2010-11-14 Thread Marc Zyngier
On Sun, 14 Nov 2010 19:11:46 +0100 Enric Balletbò i Serra eballe...@gmail.com wrote: Why we need to define an unexistent regulator in board file ? This should not be done enabling the CONFIG_DUMMY_REGULATOR in your kernel configuration ? I'm not adding another regulator, but instead simply

[PATCH] Add OMAP Support for Generic PWM Devices using Dual-mode Timers

2010-11-14 Thread Grant Erickson
This patch adds support to request and use one or more of the OMAP dual-mode timers as a generic PWM device compatible with other generic PWM drivers such as the PWM backlight or PWM beeper driver. Boards can register such devices using platform data such as in the following example:

RE: [PATCH v2 0/2] OMAP3: Display Support

2010-11-14 Thread Nilofer, Samreen
Tomi Valkeinen wrote: Hi, On Tue, 2010-10-26 at 06:28 +0200, ext Samreen wrote: This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version2: - Optimised to configure INTBR from gpio to PWM1 mode setting and enabling of

RE: [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-14 Thread Taneja, Archit
Hi, bryan...@canonical.com wrote: On Wed, Nov 10, 2010 at 10:35 PM, Tomi Valkeinen [snip] For both panel power on and off some panels require some sleep times: when powering on, the video interface has to be enabled for some time before the panel can be enabled, and similarly when

Re: [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-14 Thread Bryan Wu
On Mon, Nov 15, 2010 at 12:05 PM, Taneja, Archit arc...@ti.com wrote: Hi, bryan...@canonical.com wrote: On Wed, Nov 10, 2010 at 10:35 PM, Tomi Valkeinen [snip] For both panel power on and off some panels require some sleep times: when powering on, the video interface has to be enabled

RE: [PATCH v2] OMAP4: Extend clock database.

2010-11-14 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, November 10, 2010 5:54 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit Subject: Re: [PATCH v2] OMAP4: Extend clock database. Thara Gopinath th...@ti.com

RE: [PATCH v2] OMAP4: Extend clock database.

2010-11-14 Thread Gopinath, Thara
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Saturday, October 30, 2010 3:07 PM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; khil...@deeprootsystems.com; Cousson, Benoit Subject: Re: [PATCH v2] OMAP4: Extend clock database. Thara, On Wed, 27 Oct 2010,

[PATCH v3 0/2] OMAP3: Display Support

2010-11-14 Thread Samreen
This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version3: - Rebase to the latest LO Version2: - Optimised to configure INTBR from gpio to PWM1 mode setting and enabling of the PWM1 mode only when its not in PWM1 mode.

[PATCH v3 1/2] OMAP3: ZOOM2/3/3630SDP: Add display board file for OMAP3

2010-11-14 Thread Samreen
From: Kishore Y kishor...@ti.com Board-zoom-display.c added as a common file for display functionality on boards zoom2, zoom3 and 3630sdp. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Signed-off-by: Rajkumar N rajkumar.nagara...@ti.com Signed-off-by:

[PATCH 0/5] OMAP4: mux: Initialise OMAP4 mux pins.

2010-11-14 Thread sricharan
This series updates the core device drivers to use mux framework for OMAP4 SDP and PANDA board. It's generated against the linux-omap master branch. It has a dependency on the Benoit's omap4 mux data series. http://www.spinics.net/lists/linux-omap/msg38995.html sricharan (5):

[PATCH 1/5] OMAP4: hsmmc: Initialise the mmc mux pins

2010-11-14 Thread sricharan
Use the mux framework to initialise the mmc mux pins. Signed-off-by: sricharan r.sricha...@ti.com --- arch/arm/mach-omap2/devices.c | 83 + 1 files changed, 83 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/devices.c

[PATCH 2/5] OMAP4: usb-musb: Initialise the usb mux pins.

2010-11-14 Thread sricharan
Use the mux framework to initialise the musb mux pins. Signed-off-by: sricharan r.sricha...@ti.com --- arch/arm/mach-omap2/usb-musb.c | 41 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/usb-musb.c

[PATCH 3/5] OMAP4: mcbsp: Initialise the mcbsp mux pins

2010-11-14 Thread sricharan
Use the mux framework to initialise the mcbsp mux pins Signed-off-by: sricharan r.sricha...@ti.com --- arch/arm/mach-omap2/mcbsp.c | 33 - 1 files changed, 32 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c

[PATCH 5/5] OMAP4: serial: Initialise the uart mux pins

2010-11-14 Thread sricharan
Use the mux framework to initialise the uart mux pins. Signed-off-by: sricharan r.sricha...@ti.com --- arch/arm/mach-omap2/serial.c | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/serial.c

[PATCH 4/5] OMAP4: board-4430sdp: Initialise the mcspi mux pins

2010-11-14 Thread sricharan
Use the mux framework to initialise the mcspi mux pins. Signed-off-by: sricharan r.sricha...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-4430sdp.c