Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753404AbaJGJBt (ORCPT ); Tue, 7 Oct 2014 05:01:49 -0400 Received: from ns.mm-sol.com ([37.157.136.199]:48628 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752825AbaJGJBp (ORCPT ); Tue, 7 Oct 2014 05:01:45 -0400 Message-ID: <1412672510.1027.57.camel@iivanov-dev> Subject: Re: [PATCH 0/2] Qualcomm PM8941 power key driver From: "Ivan T. Ivanov" To: Bjorn Andersson Cc: 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 Date: Tue, 07 Oct 2014 12:01:50 +0300 In-Reply-To: <1412644321-27683-1-git-send-email-bjorn.andersson@sonymobile.com> References: <1412644321-27683-1-git-send-email-bjorn.andersson@sonymobile.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bjorn, On Mon, 2014-10-06 at 18:11 -0700, Bjorn Andersson wrote: > These patches add dt bindings and a device driver for the power key block in > the Qualcomm PM8941 pmic. > > Courtney Cavin (2): > input: Add Qualcomm PM8941 power key driver > input: pm8941-pwrkey: Add DT binding documentation > > .../bindings/input/qcom,pm8941-pwrkey.txt | 43 +++++ > drivers/input/misc/Kconfig | 12 ++ > drivers/input/misc/Makefile | 1 + > drivers/input/misc/pm8941-pwrkey.c | 196 ++++++++++++++++++++ > 4 files changed, 252 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt > create mode 100644 drivers/input/misc/pm8941-pwrkey.c Any reason why we cannot reuse pm8xxx-pwrkey driver? It have been converted to regmap already. Regards, Ivan -- 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/