Re: [PATCH 3/7] Twl4030 power code updated for new twl4030 core

2008-10-14 Thread David Brownell
On Monday 13 October 2008, Peter 'p2' De Schrijver wrote: > --- >  drivers/mfd/twl4030-power.c |  270 > +++ >  1 files changed, 270 insertions(+), 0 deletions(-) I tend to agree with the comment from Felipe that moving this file from i2c/chips to mfd should

[PATCH 3/7] Twl4030 power code updated for new twl4030 core

2008-10-13 Thread Peter 'p2' De Schrijver
This patch adds the twl4030 power handling. It downloads the scripts provided by the board configuration to the twl4030 and configures the chip to call the relevant script for each event (processor group 1 and 2 sleep, processor group 3 sleep, wakeup or warm reset). Signed-off-by: Peter 'p2' De Sc

Re: [PATCH 3/7] Twl4030 power code updated for new twl4030 core

2008-10-11 Thread Felipe Balbi
On Fri, Oct 10, 2008 at 07:56:12PM +0300, Peter 'p2' De Schrijver wrote: > This patch adds the twl4030 power handling. It downloads the scripts provided > by the board configuration to the twl4030 and configures the chip to call > the relevant script for each event (processor group 1 and 2 sleep, >

[PATCH 3/7] Twl4030 power code updated for new twl4030 core

2008-10-10 Thread Peter 'p2' De Schrijver
This patch adds the twl4030 power handling. It downloads the scripts provided by the board configuration to the twl4030 and configures the chip to call the relevant script for each event (processor group 1 and 2 sleep, processor group 3 sleep, wakeup or warm reset). Signed-off-by: Peter 'p2' De Sc