From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754452AbaIXIOU (ORCPT ); Wed, 24 Sep 2014 04:14:20 -0400 Received: from ns.mm-sol.com ([37.157.136.199]:58894 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754193AbaIXIOQ (ORCPT ); Wed, 24 Sep 2014 04:14:16 -0400 Message-ID: <1411546457.18580.50.camel@iivanov-dev> Subject: Re: [PATCH v4 3/4] pinctrl: Qualcomm SPMI PMIC GPIO pin controller driver From: "Ivan T. Ivanov" To: Bjorn Andersson Cc: Linus Walleij , Grant Likely , Rob Herring , David Collins , Wu Fenglin , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" Date: Wed, 24 Sep 2014 11:14:17 +0300 In-Reply-To: <20140924041852.GO10179@sonymobile.com> References: <1410792254-24126-1-git-send-email-iivanov@mm-sol.com> <1410792254-24126-4-git-send-email-iivanov@mm-sol.com> <20140924041852.GO10179@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 On Tue, 2014-09-23 at 21:18 -0700, Bjorn Andersson wrote: > On Mon 15 Sep 07:44 PDT 2014, Ivan T. Ivanov wrote: > > > This is the pinctrl, pinmux, pinconf and gpiolib driver for the > > Qualcomm GPIO sub-function blocks found in the PMIC chips. > > > > Signed-off-by: Ivan T. Ivanov > > I think this looks pretty good, just some minor comments. Mostly on the future > compatibility of the Kconfig and compatible. Thanks. > > It's much in line with what I hacked up for pm8xxx, I was just hoping to get > something from Thomas regarding irq_read_line() before pushing it again... > > > --- > > drivers/pinctrl/qcom/Kconfig | 12 + > > drivers/pinctrl/qcom/Makefile | 1 + > > drivers/pinctrl/qcom/pinctrl-spmi-pmic-gpio.c | 942 ++++++++++++++++++++++++++ > > 3 files changed, 955 insertions(+) > > create mode 100644 drivers/pinctrl/qcom/pinctrl-spmi-pmic-gpio.c I am planing to remove pmic part from the file name. Comments will be fixed in next version. Thank you. Ivan