Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932224AbdGXTH2 (ORCPT ); Mon, 24 Jul 2017 15:07:28 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:33667 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753765AbdGXTHU (ORCPT ); Mon, 24 Jul 2017 15:07:20 -0400 Date: Mon, 24 Jul 2017 14:07:18 -0500 From: Rob Herring To: fenglinw@codeaurora.org Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org, Linus Walleij , Mark Rutland , Andy Gross , Srinivas Kandagatla , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, collinsd@codeaurora.org, aghayal@codeaurora.org, wruan@codeaurora.org, kgunda@codeaurora.org Subject: Re: [PATCH V2 1/2] pinctrl: qcom: spmi-gpio: Add support for GPIO LV/MV subtype Message-ID: <20170724190718.be6jxmsn43zzhdlw@rob-hp-laptop> References: <20170719063136.5300-1-fenglinw@codeaurora.org> <20170719063136.5300-2-fenglinw@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170719063136.5300-2-fenglinw@codeaurora.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 650 Lines: 16 On Wed, Jul 19, 2017 at 02:30:45PM +0800, fenglinw@codeaurora.org wrote: > From: Fenglin Wu > > GPIO LV (low voltage)/MV (medium voltage) subtypes have different > features and register mappings than 4CH/8CH subtypes. Add support > for LV and MV subtypes. > > Signed-off-by: Fenglin Wu > --- > .../devicetree/bindings/pinctrl/qcom,pmic-gpio.txt | 17 +- Acked-by: Rob Herring > drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 281 +++++++++++++++++---- > include/dt-bindings/pinctrl/qcom,pmic-gpio.h | 2 + > 3 files changed, 250 insertions(+), 50 deletions(-)