RE: [PATCH V1 6/6] devicetree: da9062: Add bindings for DA9062 driver

From: Opensource [Steve Twiss]
Date: Wed Apr 29 2015 - 07:27:05 EST



On 29 April 2015 11:54 Lee Jones wrote :

> On Fri, 17 Apr 2015, S Twiss wrote:
> > From: S Twiss <stwiss.opensource@xxxxxxxxxxx>
> >
> > Add device tree bindings for the DA9062 driver
> >
> > Signed-off-by: Steve Twiss <stwiss.opensource@xxxxxxxxxxx>
> >
> > ---
> >
> > This patch applies against linux-next and v4.0
> >
> > Documentation/devicetree/bindings/mfd/da9062.txt | 107
> +++++++++++++++++++++++
> > 1 file changed, 107 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/mfd/da9062.txt
>
> I don't see anything groundbreaking or offensive.
>
> Acked-by: Lee Jones <lee.jones@xxxxxxxxxx>
>

Thank you for the review and Ack.

I am in the process of updating the DA9063 OnKey driver in a different thread.
This driver is functionally similar to the DA9062 OnKey driver as was discussed in
an earlier thread from DA9063.

http://www.spinics.net/lists/linux-input/msg38137.html

Although the 63 and 62 chips have sequential numbers they are not the same,
however the OnKey driver is functionally very similar and so I am going to try and
merge the code for both drivers in the case of the OnKey.

Due to the DA9063 being currently reviewed, perhaps it would be prudent not
to add this device tree bindings for DA9062 to the kernel just yet -- the device tree
bindings could change for the OnKey in my DA9063 submission and this would affect
the DA9062 driver when I merge the two OnKey drivers.

I will put a full version history in my next patch set to describe what changes I have
made to this file so this review is not deemed a wasted effort.

Regards,
Steve

[...]