Re: [PATCH V3 1/3] mfd: da9062: Support for the DA9063 OnKey in the DA9062 core

2015-07-28 Thread Lee Jones
On Thu, 23 Jul 2015, S Twiss wrote: > From: S Twiss > > Add MFD core driver support for a OnKey component > > - 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 = "da9062-onkey" a

[PATCH V3 1/3] mfd: da9062: Support for the DA9063 OnKey in the DA9062 core

2015-07-23 Thread S Twiss
From: S Twiss Add MFD core driver support for a OnKey component - 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 = "da9062-onkey" and .of_compatible = "dlg,da9062-onkey" Signed-o