Re: [PATCH 2/3] Adapt twl4030 power code to new twl4030 code

2008-11-07 Thread David Brownell
On Tuesday 07 October 2008, Peter 'p2' De Schrijver wrote:  I don't quite know the details of what these PM scripts are doing ... could they be misbehaving on Beagle, so that they explain why reboot on RC8 fails? It might. At least the warmreset script might cause problems

Re: [PATCH 2/3] Adapt twl4030 power code to new twl4030 code

2008-10-08 Thread Peter 'p2' De Schrijver
Hi David, Your set of patches seems to have discarded support for quite a few platforms. I don't quite know the details of what these PM scripts are doing ... could they be misbehaving on Beagle, so that they explain why reboot on RC8 fails? It might. At least the warmreset script

Re: [PATCH 2/3] Adapt twl4030 power code to new twl4030 code

2008-10-08 Thread David Brownell
On Tuesday 07 October 2008, Peter 'p2' De Schrijver wrote: And I can't help but wonder why this isn't just part of the twl4030-core code, without even a platform device/driver. If you think all this script loading stuff can go into twl4030-core, I can make a patch to move it there. Well,

Re: [PATCH 2/3] Adapt twl4030 power code to new twl4030 code

2008-10-08 Thread David Brownell
On Tuesday 07 October 2008, Peter 'p2' De Schrijver wrote: Your set of patches seems to have discarded support for quite a few platforms.  I don't quite know the details of what these PM scripts are doing ... could they be misbehaving on Beagle, so that they explain why reboot on RC8

[PATCH 2/3] Adapt twl4030 power code to new twl4030 code

2008-10-07 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-power.c | 290 +++-- include/linux/i2c/twl4030.h | 64 2 files changed, 181 insertions(+), 173 deletions(-) diff --git a/drivers/i2c/chips/twl4030-power.c