Re: [PATCH RFT] regulator: act8865: Remove set_suspend_[en|dis]able implementation

2013-12-30 Thread Mark Brown
On Wed, Dec 25, 2013 at 12:37:58PM +0800, Axel Lin wrote: > There is no suspend enable/disable settings mentioned in datasheet, > so just don't implement .set_suspend_[en|dis]able callbacks. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH RFT] regulator: act8865: Remove set_suspend_[en|dis]able implementation

2013-12-30 Thread Mark Brown
On Wed, Dec 25, 2013 at 12:37:58PM +0800, Axel Lin wrote: There is no suspend enable/disable settings mentioned in datasheet, so just don't implement .set_suspend_[en|dis]able callbacks. Applied, thanks. signature.asc Description: Digital signature

[PATCH RFT] regulator: act8865: Remove set_suspend_[en|dis]able implementation

2013-12-24 Thread Axel Lin
There is no suspend enable/disable settings mentioned in datasheet, so just don't implement .set_suspend_[en|dis]able callbacks. Signed-off-by: Axel Lin --- drivers/regulator/act8865-regulator.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/regulator/act8865-regulator.c

[PATCH RFT] regulator: act8865: Remove set_suspend_[en|dis]able implementation

2013-12-24 Thread Axel Lin
There is no suspend enable/disable settings mentioned in datasheet, so just don't implement .set_suspend_[en|dis]able callbacks. Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/act8865-regulator.c | 2 -- 1 file changed, 2 deletions(-) diff --git