Re: [PATCH V1 1/2] input: misc: da9063: OnKey driver

2015-04-09 Thread Paul Bolle
On Thu, 2015-04-09 at 10:12 +, Opensource [Steve Twiss] wrote: > On 09 April 2015 09:48 Paul Bolle wrote: > > > > This patch is dependent on PATCH V1 2/2 > > This patch is dependent on PATCH V1 1/2 > > Which makes it all rather confusing. > > It is a bit circular, I'll take that out for t

RE: [PATCH V1 1/2] input: misc: da9063: OnKey driver

2015-04-09 Thread Opensource [Steve Twiss]
On 09 April 2015 09:48 Paul Bolle wrote: > > This patch is dependent on PATCH V1 2/2 > This patch is dependent on PATCH V1 1/2 > Which makes it all rather confusing. It is a bit circular, I'll take that out for the next patch > > +++ b/drivers/input/misc/da9063-onkey.c > > @@ -0,0 +1,227 @@

Re: [PATCH V1 1/2] input: misc: da9063: OnKey driver

2015-04-09 Thread Paul Bolle
A license mismatch was all I spotted. On Wed, 2015-04-08 at 15:53 +0100, Steve Twiss wrote: > From: Steve Twiss > > Add OnKey driver support for DA9063 > > This patch is dependent on PATCH V1 2/2 (But I also spotted this line. And then I checked 2/2, which has: This patch is dependent on

[PATCH V1 1/2] input: misc: da9063: OnKey driver

2015-04-08 Thread Steve Twiss
From: Steve Twiss Add OnKey driver support for DA9063 This patch is dependent on PATCH V1 2/2 Signed-off-by: Steve Twiss --- This patch applies against linux-next and v4.0-rc6 MAINTAINERS | 2 +- drivers/input/misc/Kconfig| 10 ++ drivers/input/misc/Makef