Re: [PATCH 0/44] includecheck: fix multiple includes

2009-07-08 Thread Jaswinder Singh Rajput
On Wed, 2009-07-08 at 22:13 +0100, Russell King wrote: > On Wed, Jul 08, 2009 at 11:30:59PM +0530, Jaswinder Singh Rajput wrote: > > I am still waiting ACK/NAK for : > > > > includecheck fix: arm, misc.c > > includecheck fix: arm, atomic.h > > includecheck fix: arm, board-dm355-e

[PATCH] OMAP3: PM: move context-loss counting into OMAP PM

2009-07-08 Thread Kevin Hilman
From: Rajendra Nayak Drop get_last_off_on_transaction_id() and move functionality into OMAP PM layer. For SRF, use omapdev** to get powerdomain state counte for NOOP, use an increasing counter to ensure context is always restord. **NOTE: in future PM branch, this omapdev functinality will be re

RE: [PATCH] [RFC][OMAP3:I2C]Workaround for OMAP3430 I2C silicon errata 1.153

2009-07-08 Thread Sonasath, Moiz
Hello Paul! I am working on this issue and will get back soon. Regards Moiz Sonasath Linux Baseport Team, Dallas 214-567-5514 -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, July 08, 2009 11:51 AM To: Sonasath, Moiz Cc: linux-omap@vger.kernel.org; Pakara

Re: [PATCH] [RFC][OMAP3:I2C]Workaround for OMAP3430 I2C silicon errata 1.153

2009-07-08 Thread Paul Walmsley
Hello Moiz, Nishant, Jagadeesh, Any plans to respond to these comments? - Paul On Mon, 22 Jun 2009, Paul Walmsley wrote: > Moiz, Nishant, Jagadeesh, > > Looks like this patch has some serious problems. > > On Mon, 22 Jun 2009, Sonasath, Moiz wrote: > > > This patch includes the workarround

[PATCH 3/3] MFD: TWL4030: OMAP: Board-specifc DPS scripts for RX51 board

2009-07-08 Thread Amit Kucheria
Add support for Dynamic Power Switching (DPS) for the RX51 board. Signed-off-by: Amit Kucheria --- arch/arm/mach-omap2/board-rx51-peripherals.c | 122 +- 1 files changed, 120 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch

[PATCH 2/3] MFD: TWL4030: print warning for out-of-order script loading

2009-07-08 Thread Amit Kucheria
When the sleep script is loaded before the wakeup script, there is a chance that the system might go to sleep before the wakeup script loading is completed. This will lead to a system that does not wakeup and has been observed to cause non-booting boards. Various options were considered to solve t

[PATCH 1/3] MFD: TWL4030: Add support for TWL4030/5030 dynamic power switching

2009-07-08 Thread Amit Kucheria
The TWL4030/5030 family of multifunction devices allows board-specific control of the the various regulators, clock and reset lines through 'scripts' that are loaded into its memory. This allows for Dynamic Power Switching (DPS). Implement board-independent core support for DPS that is then used b

[PATCHv2 0/3] MFD: TWL4030: Support for dynamic power switching

2009-07-08 Thread amit . kucheria
From: Amit Kucheria The TWL4030/5030 family of multifunction devices allow dynamic power switching based on board-specific applications through power 'scripts'. Add board-independent core support for this feature and add support for the RX51 board based on OMAP3. Amit Kucheria (3): MFD: TWL40