Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752945AbbFDLJp (ORCPT ); Thu, 4 Jun 2015 07:09:45 -0400 Received: from mail1.bemta5.messagelabs.com ([195.245.231.147]:13425 "EHLO mail1.bemta5.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983AbbFDLJ1 (ORCPT ); Thu, 4 Jun 2015 07:09:27 -0400 X-Env-Sender: stwiss.opensource@diasemi.com X-Msg-Ref: server-14.tower-178.messagelabs.com!1433416149!36955818!1 X-Originating-IP: [82.210.246.133] X-StarScan-Received: X-StarScan-Version: 6.13.16; banners=-,-,- X-VirusChecked: Checked Message-ID: From: S Twiss Date: Thu, 4 Jun 2015 12:02:32 +0100 Subject: [RESEND PATCH V4 0/1] Add OnKey support for DA9063 To: Andrew Morton , Dmitry Torokhov , Ian Campbell , Jiri Kosina , Kumar Gala , Lee Jones , Mark Rutland , Pawel Moll , Rob Herring , Samuel Ortiz , Steve Twiss CC: DT , David Dajun Chen , INPUT , LKML , Support Opensource MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: 8d172408-bd6a-42b1-8e53-daaedf35a5af Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2548 Lines: 66 From: Steve Twiss Hello, This is a resend, now adding Andrew Morton and Jiri Kosina with the hope it might help to unblock this patch. The OnKey patch originally reviewed by Dmitry Torokhov and re-submitted in return -- it has been resent several times in the past six weeks but has had no further responses to any e-mails. - https://lkml.org/lkml/2015/6/3/99 I would like to promote this last remaining OnKey patch to other maintainers in the hierarchy with the hope I can get a reply. The original patch set for adding OnKey driver support for the Dialog Semiconductor DA9063 PMIC contained MFD core support, DT bindings and the OnKey driver itself. All files have been reviewed by the maintainers and my reponses have been sent quickly. Two out of the three patches in this set were Acked and have already been applied to linux-next kernel: a5df460 mfd: dt: Add bindings for DA9063 OnKey d497c625 mfd: da9063: Add support for OnKey driver This is the remaining patch being resent: [RESEND PATCH V4 1/1]: kernel driver onkey support for DA9063 This particular OnKey patch will only support the DA9063 PMIC. If this patch makes it into the kernel it was the request of the maintainers and is my intention to use this OnKey driver as the starting point for other Dialog Semiconductor chips which also use a functionally similar OnKey block. One of these PMIC chips is currently under submission to the kernel and the MFD part has already been reviewed and my replies for that one sent. I expect this hanging patch for OnKey will eventually block further development in other Dialog chips: this is another reason I have for wanting to promote the DA9063 OnKey driver further. I would like to move this driver development forward again, so if there are any issues relating to this OnKey driver I would very much appreciate any response so I can unblock things. Thank you, Steve Twiss, Dialog Semiconductor Ltd. S Twiss (1): input: misc: da9063: OnKey driver drivers/input/misc/Kconfig | 10 ++ drivers/input/misc/Makefile | 1 + drivers/input/misc/da9063_onkey.c | 227 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 238 insertions(+) create mode 100644 drivers/input/misc/da9063_onkey.c -- end-of-patch for RESEND PATCH V4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/