From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH V2 1/3] mfd: da9062: Support for the DA9063 OnKey in the DA9062 core Date: Thu, 23 Jul 2015 16:07:35 +0100 Message-ID: <20150723150735.GJ3436@x1> References: <9c56142bcfae19a370da54e558f4f70e068d9529.1437399438.git.stwiss.opensource@diasemi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <9c56142bcfae19a370da54e558f4f70e068d9529.1437399438.git.stwiss.opensource@diasemi.com> Sender: linux-input-owner@vger.kernel.org To: S Twiss Cc: DEVICETREE , LINUXINPUT , LINUXKERNEL , RTCLINUX , Samuel Ortiz , David Dajun Chen , Dmitry Torokhov , Ian Campbell , Kumar Gala , Mark Rutland , Pawel Moll , Rob Herring , Support Opensource List-Id: devicetree@vger.kernel.org On Mon, 20 Jul 2015, S Twiss wrote: > From: S Twiss >=20 > Add MFD core driver support for a OnKey component >=20 > - MFD core adds the resource da9062_onkey_resources[] for the OnKey > - An appropriate value has been added into mfd_cell da9062_devs[] to > support component .name =3D "da9062-onkey" and > .of_compatible =3D "dlg,da9062-onkey" >=20 > Signed-off-by: Steve Twiss >=20 > --- > Checks performed with linux-next/next-20150708/scripts/checkpatch.pl > da9062-core.c total: 0 errors, 0 warnings, 523 lines che= cked > Changes in V2: > - No change >=20 > This patch applies against linux-next and next-20150708=20 >=20 >=20 > drivers/mfd/da9062-core.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) =46or my own reference: Acked-by: Lee Jones > diff --git a/drivers/mfd/da9062-core.c b/drivers/mfd/da9062-core.c > index 4cf0643..0732977 100644 > --- a/drivers/mfd/da9062-core.c > +++ b/drivers/mfd/da9062-core.c > @@ -118,6 +118,10 @@ static struct resource da9062_wdt_resources[] =3D= { > DEFINE_RES_NAMED(DA9062_IRQ_WDG_WARN, 1, "WD_WARN", IORESOURCE_IRQ)= , > }; > =20 > +static struct resource da9062_onkey_resources[] =3D { > + DEFINE_RES_NAMED(DA9062_IRQ_ONKEY, 1, "ONKEY", IORESOURCE_IRQ), > +}; > + > static const struct mfd_cell da9062_devs[] =3D { > { > .name =3D "da9062-core", > @@ -141,6 +145,13 @@ static const struct mfd_cell da9062_devs[] =3D { > .resources =3D da9062_thermal_resources, > .of_compatible =3D "dlg,da9062-thermal", > }, > + { > + .name =3D "da9062-onkey", > + .num_resources =3D ARRAY_SIZE(da9062_onkey_resources), > + .resources =3D da9062_onkey_resources, > + .of_compatible =3D "dlg,da9062-onkey", > + }, > + > }; > =20 > static int da9062_clear_fault_log(struct da9062 *chip) --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html