diff mbox

[v2,1/3] regulator: arizona: add support for WM8998 and WM1814

Message ID 1443445269-11746-2-git-send-email-rf@opensource.wolfsonmicro.com (mailing list archive)
State New, archived
Headers show

Commit Message

Richard Fitzgerald Sept. 28, 2015, 1:01 p.m. UTC
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Acked-by: Mark Brown <broonie@kernel.org>
---
 drivers/regulator/arizona-ldo1.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Mark Brown Sept. 30, 2015, 6:16 p.m. UTC | #1
On Mon, Sep 28, 2015 at 02:01:07PM +0100, Richard Fitzgerald wrote:
> Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
> Acked-by: Mark Brown <broonie@kernel.org>

So if I've acked this rather than applying it presumably there are MFD
dependencies somewhere we're waiting for?  If there aren't why did this
not go in with the MFD?

Please don't resend me my own ack on code that it looks like I'm
expected to apply, it's confusing :(
Charles Keepax Oct. 1, 2015, 7:51 a.m. UTC | #2
On Wed, Sep 30, 2015 at 07:16:01PM +0100, Mark Brown wrote:
> On Mon, Sep 28, 2015 at 02:01:07PM +0100, Richard Fitzgerald wrote:
> > Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
> > Acked-by: Mark Brown <broonie@kernel.org>
> 
> So if I've acked this rather than applying it presumably there are MFD
> dependencies somewhere we're waiting for?  If there aren't why did this
> not go in with the MFD?
> 
> Please don't resend me my own ack on code that it looks like I'm
> expected to apply, it's confusing :(

Afraid Richard is on holiday at the moment, apologies for any
confusion. The MFD changes went in ages ago, but the other
changes in the series weren't applied, I am can't remember
exactly why. So all the supporting MFD stuff is already in
your trees and you can safely apply these ones.

Thanks,
Charles
diff mbox

Patch

diff --git a/drivers/regulator/arizona-ldo1.c b/drivers/regulator/arizona-ldo1.c
index 5e947a8..e3c5982 100644
--- a/drivers/regulator/arizona-ldo1.c
+++ b/drivers/regulator/arizona-ldo1.c
@@ -245,6 +245,8 @@  static int arizona_ldo1_probe(struct platform_device *pdev)
 	switch (arizona->type) {
 	case WM5102:
 	case WM8997:
+	case WM8998:
+	case WM1814:
 		desc = &arizona_ldo1_hc;
 		ldo1->init_data = arizona_ldo1_dvfs;
 		break;