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 
b/drivers/regulator/act8865-regulator.c
index dfae294..e7dbdc0 100644
--- a/drivers/regulator/act8865-regulator.c
+++ b/drivers/regulator/act8865-regulator.c
@@ -85,8 +85,6 @@ static struct regulator_ops act8865_ops = {
.enable = regulator_enable_regmap,
.disable= regulator_disable_regmap,
.is_enabled = regulator_is_enabled_regmap,
-   .set_suspend_enable = regulator_enable_regmap,
-   .set_suspend_disable= regulator_disable_regmap,
 };
 
 static const struct regulator_desc act8865_reg[] = {
-- 
1.8.1.2



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[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 a/drivers/regulator/act8865-regulator.c 
b/drivers/regulator/act8865-regulator.c
index dfae294..e7dbdc0 100644
--- a/drivers/regulator/act8865-regulator.c
+++ b/drivers/regulator/act8865-regulator.c
@@ -85,8 +85,6 @@ static struct regulator_ops act8865_ops = {
.enable = regulator_enable_regmap,
.disable= regulator_disable_regmap,
.is_enabled = regulator_is_enabled_regmap,
-   .set_suspend_enable = regulator_enable_regmap,
-   .set_suspend_disable= regulator_disable_regmap,
 };
 
 static const struct regulator_desc act8865_reg[] = {
-- 
1.8.1.2



--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/