From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ivan T. Ivanov" Subject: Re: [PATCH v2 1/2] input: Add Qualcomm PM8941 power key driver Date: Tue, 15 Sep 2015 14:36:25 +0300 Message-ID: <1442316985.15519.7.camel@linaro.org> References: <1422058747-13486-1-git-send-email-bjorn.andersson@sonymobile.com> <1422058747-13486-2-git-send-email-bjorn.andersson@sonymobile.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f182.google.com ([209.85.212.182]:36072 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751785AbbIOLgj (ORCPT ); Tue, 15 Sep 2015 07:36:39 -0400 Received: by wicgb1 with SMTP id gb1so24381646wic.1 for ; Tue, 15 Sep 2015 04:36:37 -0700 (PDT) In-Reply-To: <1422058747-13486-2-git-send-email-bjorn.andersson@sonymobile.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Bjorn Andersson Cc: Courtney Cavin , Dmitry Torokhov , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Grant Likely , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linux-arm-msm@vger.kernel.org On Fri, 2015-01-23 at 16:19 -0800, Bjorn Andersson wrote: > From: Courtney Cavin cavin@sonymobile.com> > > Signed-off-by: Courtney Cavin cavin@sonymobile.com> > Signed-off-by: Bjorn Andersson andersson@sonymobile.com> > > > +config INPUT_PM8941_PWRKEY > + tristate "Qualcomm PM8941 power key support" > + depends on MFD_SPMI_PMIC > + help > + Say Y here if you want support for the power key usually found > + on boards using a Qualcomm PM8941 compatible PMIC. > + Hi Bjorn, Courtney, Do you plan to extend this driver to support RESIN_N PMIC input? It looks like the same downstream "qcom,qpnp-power-on" handle this functionality for recent PMIC versions. What will be the best way to add this new functionality, extend this driver, write new one...? Regards, Ivan