* [PATCH v2] regulator: arizona-ldo1: remove bypass functionality
@ 2014-07-04 8:55 Nikesh Oswal
2014-07-04 17:52 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Nikesh Oswal @ 2014-07-04 8:55 UTC (permalink / raw)
To: broonie, lgirdwood; +Cc: perex, tiwai, alsa-devel, linux-kernel, patches
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 v2] regulator: arizona-ldo1: remove bypass functionality
2014-07-04 8:55 [PATCH v2] regulator: arizona-ldo1: remove bypass functionality Nikesh Oswal
@ 2014-07-04 17:52 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-07-04 17:52 UTC (permalink / raw)
To: Nikesh Oswal; +Cc: lgirdwood, perex, tiwai, alsa-devel, linux-kernel, patches
[-- Attachment #1: Type: text/plain, Size: 203 bytes --]
On Fri, Jul 04, 2014 at 09:55:16AM +0100, Nikesh Oswal wrote:
> WM5110/8280 devices do not support bypass mode for LDO1 so remove
> the bypass callbacks registered with regulator core.
Applied, thanks.
[-- 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-04 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-04 8:55 [PATCH v2] regulator: arizona-ldo1: remove bypass functionality Nikesh Oswal
2014-07-04 17:52 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).