From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH v2 1/5] mfd: pm8921: Add support for pm8018 Date: Tue, 28 Jun 2016 16:10:54 +0100 Message-ID: <20160628151054.GP24982@dell> References: <1466759887-25394-1-git-send-email-narmstrong@baylibre.com> <1466759887-25394-2-git-send-email-narmstrong@baylibre.com> Reply-To: rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Sender: rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <1466759887-25394-2-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Neil Armstrong Cc: dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, andy.gross-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, david.brown-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org, alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: linux-arm-msm@vger.kernel.org On Fri, 24 Jun 2016, Neil Armstrong wrote: > In order to support the Qualcomm MDM9615 PMIC, add support for the > pm8018 in pm8921 mfd driver. >=20 > Reviewed-by: Bjorn Andersson > Signed-off-by: Neil Armstrong > --- > drivers/mfd/pm8921-core.c | 1 + > 1 file changed, 1 insertion(+) For my own reference: Acked-by: Lee Jones > diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c > index 1b7ec08..0e3a2ea 100644 > --- a/drivers/mfd/pm8921-core.c > +++ b/drivers/mfd/pm8921-core.c > @@ -309,6 +309,7 @@ static const struct regmap_config ssbi_regmap_config = =3D { > }; > =20 > static const struct of_device_id pm8921_id_table[] =3D { > + { .compatible =3D "qcom,pm8018", }, > { .compatible =3D "qcom,pm8058", }, > { .compatible =3D "qcom,pm8921", }, > { } --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --=20 You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. ---=20 You received this message because you are subscribed to the Google Groups "= rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to rtc-linux+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: rtc-linux@googlegroups.com Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com. [2a00:1450:400c:c09::22c]) by gmr-mx.google.com with ESMTPS id a6si1029334wma.1.2016.06.28.08.10.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jun 2016 08:10:02 -0700 (PDT) Received: by mail-wm0-x22c.google.com with SMTP id a66so32453311wme.0 for ; Tue, 28 Jun 2016 08:10:02 -0700 (PDT) Date: Tue, 28 Jun 2016 16:10:54 +0100 From: Lee Jones To: Neil Armstrong Cc: dmitry.torokhov@gmail.com, andy.gross@linaro.org, david.brown@linaro.org, lgirdwood@gmail.com, broonie@kernel.org, a.zummo@towertech.it, alexandre.belloni@free-electrons.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, rtc-linux@googlegroups.com Subject: [rtc-linux] Re: [PATCH v2 1/5] mfd: pm8921: Add support for pm8018 Message-ID: <20160628151054.GP24982@dell> References: <1466759887-25394-1-git-send-email-narmstrong@baylibre.com> <1466759887-25394-2-git-send-email-narmstrong@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <1466759887-25394-2-git-send-email-narmstrong@baylibre.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On Fri, 24 Jun 2016, Neil Armstrong wrote: > In order to support the Qualcomm MDM9615 PMIC, add support for the > pm8018 in pm8921 mfd driver. >=20 > Reviewed-by: Bjorn Andersson > Signed-off-by: Neil Armstrong > --- > drivers/mfd/pm8921-core.c | 1 + > 1 file changed, 1 insertion(+) For my own reference: Acked-by: Lee Jones > diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c > index 1b7ec08..0e3a2ea 100644 > --- a/drivers/mfd/pm8921-core.c > +++ b/drivers/mfd/pm8921-core.c > @@ -309,6 +309,7 @@ static const struct regmap_config ssbi_regmap_config = =3D { > }; > =20 > static const struct of_device_id pm8921_id_table[] =3D { > + { .compatible =3D "qcom,pm8018", }, > { .compatible =3D "qcom,pm8058", }, > { .compatible =3D "qcom,pm8921", }, > { } --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --=20 You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. ---=20 You received this message because you are subscribed to the Google Groups "= rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752573AbcF1PKH (ORCPT ); Tue, 28 Jun 2016 11:10:07 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:37724 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752172AbcF1PKD (ORCPT ); Tue, 28 Jun 2016 11:10:03 -0400 Date: Tue, 28 Jun 2016 16:10:54 +0100 From: Lee Jones To: Neil Armstrong Cc: dmitry.torokhov@gmail.com, andy.gross@linaro.org, david.brown@linaro.org, lgirdwood@gmail.com, broonie@kernel.org, a.zummo@towertech.it, alexandre.belloni@free-electrons.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, rtc-linux@googlegroups.com Subject: Re: [PATCH v2 1/5] mfd: pm8921: Add support for pm8018 Message-ID: <20160628151054.GP24982@dell> References: <1466759887-25394-1-git-send-email-narmstrong@baylibre.com> <1466759887-25394-2-git-send-email-narmstrong@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1466759887-25394-2-git-send-email-narmstrong@baylibre.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 24 Jun 2016, Neil Armstrong wrote: > In order to support the Qualcomm MDM9615 PMIC, add support for the > pm8018 in pm8921 mfd driver. > > Reviewed-by: Bjorn Andersson > Signed-off-by: Neil Armstrong > --- > drivers/mfd/pm8921-core.c | 1 + > 1 file changed, 1 insertion(+) For my own reference: Acked-by: Lee Jones > diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c > index 1b7ec08..0e3a2ea 100644 > --- a/drivers/mfd/pm8921-core.c > +++ b/drivers/mfd/pm8921-core.c > @@ -309,6 +309,7 @@ static const struct regmap_config ssbi_regmap_config = { > }; > > static const struct of_device_id pm8921_id_table[] = { > + { .compatible = "qcom,pm8018", }, > { .compatible = "qcom,pm8058", }, > { .compatible = "qcom,pm8921", }, > { } -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog