public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: arizona-ldo1: remove bypass functionality
@ 2014-07-03 15:18 Nikesh Oswal
  2014-07-03 16:58 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Nikesh Oswal @ 2014-07-03 15:18 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: perex, tiwai, alsa-devel, linux-kernel, patches, Nikesh Oswal

From: Nikesh Oswal <Nikesh.Oswal@wolfsonmicro.com>

WM5110/8280 devices do not support bypass mode for LDO1 so remove
the bypass callbacks registered with regulator core.

Signed-off-by: Nikesh Oswal <nikesh@opensource.wolfsonmicro.com>
---
 drivers/regulator/arizona-ldo1.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/regulator/arizona-ldo1.c b/drivers/regulator/arizona-ldo1.c
index 04f262a..4c9db58 100644
--- a/drivers/regulator/arizona-ldo1.c
+++ b/drivers/regulator/arizona-ldo1.c
@@ -143,8 +143,6 @@ static struct regulator_ops arizona_ldo1_ops = {
 	.map_voltage = regulator_map_voltage_linear,
 	.get_voltage_sel = regulator_get_voltage_sel_regmap,
 	.set_voltage_sel = regulator_set_voltage_sel_regmap,
-	.get_bypass = regulator_get_bypass_regmap,
-	.set_bypass = regulator_set_bypass_regmap,
 };
 
 static const struct regulator_desc arizona_ldo1 = {
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] regulator: arizona-ldo1: remove bypass functionality
  2014-07-03 15:18 [PATCH] regulator: arizona-ldo1: remove bypass functionality Nikesh Oswal
@ 2014-07-03 16:58 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-07-03 16:58 UTC (permalink / raw)
  To: Nikesh Oswal
  Cc: lgirdwood, perex, tiwai, alsa-devel, linux-kernel, patches,
	Nikesh Oswal

[-- Attachment #1: Type: text/plain, Size: 681 bytes --]

On Thu, Jul 03, 2014 at 04:18:07PM +0100, Nikesh Oswal wrote:
> From: Nikesh Oswal <Nikesh.Oswal@wolfsonmicro.com>
> 
> WM5110/8280 devices do not support bypass mode for LDO1 so remove
> the bypass callbacks registered with regulator core.
> 
> Signed-off-by: Nikesh Oswal <nikesh@opensource.wolfsonmicro.com>

Please fix your configuration so that these two line up, it raises red
flags that they don't even though it's fairly clear that they're most
likely both for the same person.

I'd recommend not using your corporate mail for community work since if
you reply from it and get a mail footer added (as is standard) people
will tend not to respond positively.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-03 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03 15:18 [PATCH] regulator: arizona-ldo1: remove bypass functionality Nikesh Oswal
2014-07-03 16:58 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox