Re: [powerdebug 01/35] change regulator init function

2011-04-05 Thread Daniel Lezcano
On 04/04/2011 11:53 AM, Amit Kucheria wrote: Daniel, I've now reviewed, tested and merged this entire series. Some minor changes were made to a handful of commit messages. Thanks for taking the time to make the changes self-contained, easily bisectable and making sure they don't break builds (I

Re: [powerdebug 01/35] change regulator init function

2011-04-04 Thread Daniel Lezcano
On 04/04/2011 11:53 AM, Amit Kucheria wrote: Daniel, I've now reviewed, tested and merged this entire series. Some minor changes were made to a handful of commit messages. Thanks for taking the time to make the changes self-contained, easily bisectable and making sure they don't break builds (I

Re: [powerdebug 01/35] change regulator init function

2011-04-04 Thread Amit Kucheria
Daniel, I've now reviewed, tested and merged this entire series. Some minor changes were made to a handful of commit messages. Thanks for taking the time to make the changes self-contained, easily bisectable and making sure they don't break builds (I checked with git test-sequence). One quick no

[powerdebug 01/35] change regulator init function

2011-03-26 Thread Daniel Lezcano
Move the corresponding function to the right header file and rename the function with _function_name. Signed-off-by: Daniel Lezcano --- powerdebug.c |3 ++- powerdebug.h |1 - regulator.c |2 +- regulator.h |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/p