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

2009-08-31 Thread Amit Kucheria
2009 16:42:37 +0300 Subject: [PATCH 1/3] MFD: TWL4030: Add support for TWL4030/5030 dynamic power switching 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

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

2009-08-31 Thread Samuel Ortiz
, thanks for your work. Cheers, Samuel. Regards, Amit From ee0a4fefed7b1867234d96db6acbf62bbd60c0c0 Mon Sep 17 00:00:00 2001 From: Amit Kucheria amit.kuche...@verdurent.com Date: Mon, 6 Jul 2009 16:42:37 +0300 Subject: [PATCH 1/3] MFD: TWL4030: Add support for TWL4030/5030 dynamic power

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

2009-08-28 Thread Samuel Ortiz
Hi Amit, On Mon, Aug 17, 2009 at 05:01:46PM +0300, Amit Kucheria wrote: + +#include asm/mach-types.h You'll have to make your Kconfig entry depend on ARM if you want to include this file. Too bad you need it just for the special sdp and ldp cases, but I guess there's no other solution. Cheers,

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

2009-08-17 Thread Amit Kucheria
Hi Samuel, On 09 Aug 04, Samuel Ortiz wrote: Hi Amit, My apologies for the late answer, but I'm going through my mail backlog after a 3 weeks holidays. And you replied just when I was away :) Replies inline. Refreshed patchset follows in a new thread. On Wed, Jul 08, 2009 at 01:49:27PM

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

2009-08-17 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

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

2009-08-04 Thread Samuel Ortiz
Hi Amit, My apologies for the late answer, but I'm going through my mail backlog after a 3 weeks holidays. On Wed, Jul 08, 2009 at 01:49:27PM +0300, Amit Kucheria wrote: The TWL4030/5030 family of multifunction devices allows board-specific control of the the various regulators, clock and

[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