Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758467AbcJaEky (ORCPT ); Mon, 31 Oct 2016 00:40:54 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:32992 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756549AbcJaEkw (ORCPT ); Mon, 31 Oct 2016 00:40:52 -0400 Date: Sun, 30 Oct 2016 23:40:48 -0500 From: Rob Herring To: Michael Scott Cc: linux-gpio@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij , Mark Rutland , Andy Gross , David Brown , Bjorn Andersson , Joonwoo Park , Jeremy McNicoll Subject: Re: [PATCH V2] pinctrl: qcom: Add msm8994 pinctrl driver Message-ID: <20161031044048.avyndpys2aggrjb4@rob-hp-laptop> References: <20161026233228.15219-1-michael.scott@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20161026233228.15219-1-michael.scott@linaro.org> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1656 Lines: 35 On Wed, Oct 26, 2016 at 04:32:28PM -0700, Michael Scott wrote: > Initial pinctrl driver for QCOM msm8994 platforms. > > In order to continue the initial board support for QCOM msm8994/msm8992 > presented in patches from Jeremy McNicoll , let's put > a proper pinctrl driver in place. > > Currently, the DT for these platforms uses the msm8x74 pinctrl driver to enable > basic UART. Beyond the first few pins the rest are different enough to justify > it's own driver. > > Note: This driver is also be used by QCOM's msm8992 platform as it's TLM block > is the same. > > - Initial formatting and style was taken from the msm8x74 pinctrl driver added > by Bj?rn Andersson > - Data was then adjusted per QCOM MSM8994 documentation for Top Level Multiplexing > - Bindings documentation was based on qcom,msm8996-pinctrl.txt by > Joonwoo Park and then modified for msm8994 content > > Signed-off-by: Michael Scott > --- > > V1 -> V2: fixed missing FUNCTION(nav_pps) and removed 3 odd newlines between blsp_i2c4_groups and cci_timer0_groups > > .../bindings/pinctrl/qcom,msm8994-pinctrl.txt | 175 +++ Acked-by: Rob Herring > drivers/pinctrl/qcom/Kconfig | 9 + > drivers/pinctrl/qcom/Makefile | 1 + > drivers/pinctrl/qcom/pinctrl-msm8994.c | 1400 ++++++++++++++++++++ > 4 files changed, 1585 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt > create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8994.c