Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761138AbcKDW6T (ORCPT ); Fri, 4 Nov 2016 18:58:19 -0400 Received: from mail-qk0-f179.google.com ([209.85.220.179]:35257 "EHLO mail-qk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754970AbcKDW6Q (ORCPT ); Fri, 4 Nov 2016 18:58:16 -0400 MIME-Version: 1.0 In-Reply-To: <20161103211526.6095-1-michael.scott@linaro.org> References: <20161103211526.6095-1-michael.scott@linaro.org> From: Linus Walleij Date: Fri, 4 Nov 2016 23:58:15 +0100 Message-ID: Subject: Re: [PATCH V5] pinctrl: qcom: Add msm8994 pinctrl driver To: Michael Scott Cc: "linux-gpio@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Rob Herring , Mark Rutland , Andy Gross , David Brown , Bjorn Andersson , Joonwoo Park , Jeremy McNicoll , Stephen Boyd Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id uA4MwNDX024200 Content-Length: 1254 Lines: 34 On Thu, Nov 3, 2016 at 10:15 PM, 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 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 MSM8994v2 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 > Tested-by: Jeremy McNicoll > Acked-by: Bjorn Andersson > Acked-by: Rob Herring > --- > V5: This v5 version applied. Yours, Linus Walleij