From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey Date: Tue, 29 Sep 2015 16:54:08 -0700 Message-ID: <20150929235408.GC29469@dtor-ws> References: <6bfae9b4f5475b59bddc4b71091121f1c0697a2d.1437668261.git.stwiss.opensource@diasemi.com> <20150727224300.GG3613@dtor-ws> <20150728054024.GA4558@dtor-ws> <6ED8E3B22081A4459DAC7699F3695FB70173D121FD@SW-EX-MBX02.diasemi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f46.google.com ([209.85.220.46]:34681 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbbI2XyM (ORCPT ); Tue, 29 Sep 2015 19:54:12 -0400 Content-Disposition: inline In-Reply-To: <6ED8E3B22081A4459DAC7699F3695FB70173D121FD@SW-EX-MBX02.diasemi.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: "Opensource [Steve Twiss]" Cc: Lee Jones , DEVICETREE , Ian Campbell , Kumar Gala , LINUXINPUT , LINUXKERNEL , Mark Rutland , Pawel Moll , RTCLINUX , Rob Herring , David Dajun Chen , Samuel Ortiz , Support Opensource On Mon, Sep 28, 2015 at 08:19:27AM +0000, Opensource [Steve Twiss] wrote: > > > Subject: Re: [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey > > > > On Mon, Jul 27, 2015 at 03:43:00PM -0700, Dmitry Torokhov wrote: > > > On Thu, Jul 23, 2015 at 05:17:41PM +0100, S Twiss wrote: > > > > From: S Twiss > > > > > > > > Add device tree bindings for the DA9062 OnKey driver component > > > > > > > > Signed-off-by: Steve Twiss > > > > > > > > --- > > > > Changes in V3: > > > > - Child driver specifics separated out into separate document > > > > in this case ../input/da9062-onkey.txt > > > > Changes in V2: > > > > - No change > > > > > > > > This patch applies against linux-next and next-20150708 > > > > > > > > > > > > .../devicetree/bindings/input/da9062-onkey.txt | 36 > > ++++++++++++++++++++++ > > > > Documentation/devicetree/bindings/mfd/da9062.txt | 3 ++ > > > > > > I dropped bits for mfd/da9062.txt, changed to mention both 9062 and > > > 9063, folded into the onkey patch and applied. > > > > Argh, da9062 core is not in mainline yet... OK, below is the patch I > > had; if Lee does not pick it up I'll re-apply it when da9062 core hits > > mainline. > > > > Hi Lee and Dmitry, > > This patch seems to have been missed. It is the main OnKey driver for DA9062 and this > component was waiting for the DA9062 MFD core to make it into linux-mainline/v4.3-rc1. > > Is there any reply on this yet please? There just seems to be a little patch administration > problem holding things up. I queued it for 4.4. Thanks. -- Dmitry From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com. [2607:f8b0:400e:c03::22c]) by gmr-mx.google.com with ESMTPS id zg1si3573244pbb.2.2015.09.29.16.54.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Sep 2015 16:54:11 -0700 (PDT) Received: by padhy16 with SMTP id hy16so19931272pad.1 for ; Tue, 29 Sep 2015 16:54:11 -0700 (PDT) Date: Tue, 29 Sep 2015 16:54:08 -0700 From: Dmitry Torokhov To: "Opensource [Steve Twiss]" Cc: Lee Jones , DEVICETREE , Ian Campbell , Kumar Gala , LINUXINPUT , LINUXKERNEL , Mark Rutland , Pawel Moll , RTCLINUX , Rob Herring , David Dajun Chen , Samuel Ortiz , Support Opensource Subject: [rtc-linux] Re: [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey Message-ID: <20150929235408.GC29469@dtor-ws> References: <6bfae9b4f5475b59bddc4b71091121f1c0697a2d.1437668261.git.stwiss.opensource@diasemi.com> <20150727224300.GG3613@dtor-ws> <20150728054024.GA4558@dtor-ws> <6ED8E3B22081A4459DAC7699F3695FB70173D121FD@SW-EX-MBX02.diasemi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <6ED8E3B22081A4459DAC7699F3695FB70173D121FD@SW-EX-MBX02.diasemi.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On Mon, Sep 28, 2015 at 08:19:27AM +0000, Opensource [Steve Twiss] wrote: > > > Subject: Re: [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey > > > > On Mon, Jul 27, 2015 at 03:43:00PM -0700, Dmitry Torokhov wrote: > > > On Thu, Jul 23, 2015 at 05:17:41PM +0100, S Twiss wrote: > > > > From: S Twiss > > > > > > > > Add device tree bindings for the DA9062 OnKey driver component > > > > > > > > Signed-off-by: Steve Twiss > > > > > > > > --- > > > > Changes in V3: > > > > - Child driver specifics separated out into separate document > > > > in this case ../input/da9062-onkey.txt > > > > Changes in V2: > > > > - No change > > > > > > > > This patch applies against linux-next and next-20150708 > > > > > > > > > > > > .../devicetree/bindings/input/da9062-onkey.txt | 36 > > ++++++++++++++++++++++ > > > > Documentation/devicetree/bindings/mfd/da9062.txt | 3 ++ > > > > > > I dropped bits for mfd/da9062.txt, changed to mention both 9062 and > > > 9063, folded into the onkey patch and applied. > > > > Argh, da9062 core is not in mainline yet... OK, below is the patch I > > had; if Lee does not pick it up I'll re-apply it when da9062 core hits > > mainline. > > > > Hi Lee and Dmitry, > > This patch seems to have been missed. It is the main OnKey driver for DA9062 and this > component was waiting for the DA9062 MFD core to make it into linux-mainline/v4.3-rc1. > > Is there any reply on this yet please? There just seems to be a little patch administration > problem holding things up. I queued it for 4.4. Thanks. -- Dmitry -- -- 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. --- 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 email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.