From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754329AbdCTKpc (ORCPT ); Mon, 20 Mar 2017 06:45:32 -0400 Received: from mail-wm0-f54.google.com ([74.125.82.54]:35266 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754145AbdCTKo3 (ORCPT ); Mon, 20 Mar 2017 06:44:29 -0400 Date: Mon, 20 Mar 2017 10:43:45 +0000 From: Lee Jones To: Quentin Schulz Cc: sre@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, wens@csie.org, linux@armlinux.org.uk, maxime.ripard@free-electrons.com, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, icenowy@aosc.xyz, liam@networkimprov.net, thomas.petazzoni@free-electrons.com, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-iio@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [RESEND PATCH v4 3/9] mfd: axp20x: add ADC cells for AXP20X and AXP22X PMICs Message-ID: <20170320104345.3qjsv3j3cip7uj4i@dell> References: <20170320081653.8884-1-quentin.schulz@free-electrons.com> <20170320081653.8884-4-quentin.schulz@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170320081653.8884-4-quentin.schulz@free-electrons.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 20 Mar 2017, Quentin Schulz wrote: > This adds the AXP20X/AXP22x ADCs driver to the mfd cells of the AXP209, > AXP221 and AXP223 MFD. > > Signed-off-by: Quentin Schulz > Acked-by: Maxime Ripard > Acked-for-MFD-by: Lee Jones > Acked-by: Chen-Yu Tsai > --- > > v3: > - removed of_compatible as DT node has been removed, > - use different names to probe the ADC driver, > > drivers/mfd/axp20x.c | 6 ++++++ > 1 file changed, 6 insertions(+) Applied, thanks. > diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c > index e02edf1..46bdd23 100644 > --- a/drivers/mfd/axp20x.c > +++ b/drivers/mfd/axp20x.c > @@ -590,6 +590,8 @@ static struct mfd_cell axp20x_cells[] = { > }, { > .name = "axp20x-regulator", > }, { > + .name = "axp20x-adc", > + }, { > .name = "axp20x-ac-power-supply", > .of_compatible = "x-powers,axp202-ac-power-supply", > .num_resources = ARRAY_SIZE(axp20x_ac_power_supply_resources), > @@ -610,6 +612,8 @@ static struct mfd_cell axp221_cells[] = { > }, { > .name = "axp20x-regulator", > }, { > + .name = "axp22x-adc" > + }, { > .name = "axp20x-usb-power-supply", > .of_compatible = "x-powers,axp221-usb-power-supply", > .num_resources = ARRAY_SIZE(axp22x_usb_power_supply_resources), > @@ -623,6 +627,8 @@ static struct mfd_cell axp223_cells[] = { > .num_resources = ARRAY_SIZE(axp22x_pek_resources), > .resources = axp22x_pek_resources, > }, { > + .name = "axp22x-adc", > + }, { > .name = "axp20x-regulator", > }, { > .name = "axp20x-usb-power-supply", -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog