Re: [PATCH] ARM: OMAP2+: am33xx: Fix the timer fck clock naming convention

2012-08-26 Thread Vaibhav Hiremath
On 7/17/2012 10:14 AM, Hiremath, Vaibhav wrote: > On Tue, Jul 17, 2012 at 05:24:39, Paul Walmsley wrote: >> On Mon, 16 Jul 2012, Vaibhav Hiremath wrote: >> >>> With commit ae6df418a21f3a361c5f9b878e32a8aba4e17692 >>> Sub: ARM: OMAP2+: dmtimer: cleanup fclk usage) >>> The Timer functional clock na

Re: [PATCH 02/23] OMAPDSS: outputs: Create and initialize output instances

2012-08-26 Thread Tomi Valkeinen
On Mon, 2012-08-27 at 11:49 +0530, Archit Taneja wrote: > On Friday 24 August 2012 06:44 PM, Tomi Valkeinen wrote: > > On Tue, 2012-08-21 at 11:28 +0530, Archit Taneja wrote: > >> Create output instances by having an init function in the probes of the > >> platform > >> device drivers for differen

Re: [PATCH 02/23] OMAPDSS: outputs: Create and initialize output instances

2012-08-26 Thread Archit Taneja
On Friday 24 August 2012 06:44 PM, Tomi Valkeinen wrote: On Tue, 2012-08-21 at 11:28 +0530, Archit Taneja wrote: Create output instances by having an init function in the probes of the platform device drivers for different interfaces. Create a small function for each interface to initialize the

[PATCH] ARM: OMAP2+: select PINCTRL in Kconfig

2012-08-26 Thread AnilKumar Ch
Select PINCTRL in Kconfig under Typical OMAP configuration, this is required to add pinctrl driver to omap2+ family of devices. Signed-off-by: AnilKumar Ch --- arch/arm/mach-omap2/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kco

RE: [PATCH v9] can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller

2012-08-26 Thread AnilKumar, Chimata
Hi Marc, On Mon, Aug 20, 2012 at 16:50:54, AnilKumar, Chimata wrote: > Add Runtime PM support to C_CAN/D_CAN controller. The runtime PM > APIs control clocks for C_CAN/D_CAN IP and prevent access to the > register of C_CAN/D_CAN IP when clock is turned off. > > Signed-off-by: AnilKumar Ch > ---

Re: [PATCH] OMAP GPIO - don't wake from suspend unless requested.

2012-08-26 Thread Shilimkar, Santosh
On Sun, Aug 26, 2012 at 3:53 PM, NeilBrown wrote: > > On Sun, 26 Aug 2012 09:47:50 +0530 "Shilimkar, Santosh" > wrote: > > > + Jon, > > > > On Sat, Aug 25, 2012 at 5:14 PM, NeilBrown wrote: > > > > > > > > > > > > Current kernel will wake from suspend on an event on any active > > > GPIO even if

Re: [PATCH] OMAP GPIO - don't wake from suspend unless requested.

2012-08-26 Thread NeilBrown
On Sun, 26 Aug 2012 09:47:50 +0530 "Shilimkar, Santosh" wrote: > + Jon, > > On Sat, Aug 25, 2012 at 5:14 PM, NeilBrown wrote: > > > > > > > > Current kernel will wake from suspend on an event on any active > > GPIO even if enable_irq_wake() wasn't called. > > > > There are two reasons that the