Re: [PATCH] regulator: tps65217: Allow missing init_data for diagnostics

2014-03-02 Thread Mark Brown
On Fri, Feb 21, 2014 at 09:42:23PM +0800, Axel Lin wrote: > The regulator core supports this to allow the configuration to be inspected > at runtime even if no software management is enabled. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: tps65217: Allow missing init_data for diagnostics

2014-03-02 Thread Mark Brown
On Fri, Feb 21, 2014 at 09:42:23PM +0800, Axel Lin wrote: The regulator core supports this to allow the configuration to be inspected at runtime even if no software management is enabled. Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: tps65217: Allow missing init_data for diagnostics

2014-02-21 Thread Axel Lin
The regulator core supports this to allow the configuration to be inspected at runtime even if no software management is enabled. Signed-off-by: Axel Lin --- drivers/regulator/tps65217-regulator.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git

[PATCH] regulator: tps65217: Allow missing init_data for diagnostics

2014-02-21 Thread Axel Lin
The regulator core supports this to allow the configuration to be inspected at runtime even if no software management is enabled. Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/tps65217-regulator.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff