Re: [PATCH RFT] regulator: tps65910: Allow missing init_data for diagnostics

2014-08-16 Thread Mark Brown
On Tue, Feb 18, 2014 at 09:11:48PM +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 RFT] regulator: tps65910: Allow missing init_data for diagnostics

2014-02-18 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/tps65910-regulator.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/drivers/regulato