Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031816AbbKFDY3 (ORCPT ); Thu, 5 Nov 2015 22:24:29 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:57909 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965545AbbKFDY0 convert rfc822-to-8bit (ORCPT ); Thu, 5 Nov 2015 22:24:26 -0500 Subject: Re: [PATCH 1/5] pinctrl: qcom: ipq4019: Add IPQ4019 pinctrl support Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii From: Matthew McClintock In-Reply-To: <20151106023411.GA17997@rob-hp-laptop> Date: Thu, 5 Nov 2015 21:24:22 -0600 Cc: Andy Gross , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, Varadarajan Narayanan , linux-kernel@vger.kernel.org, qca-upstream.external@qca.qualcomm.com, Sricharan R , Mathieu Olivari Content-Transfer-Encoding: 8BIT Message-Id: <837CDC90-83D6-4E94-9D04-C3CD5BBD628C@codeaurora.org> References: <1446761276-9111-1-git-send-email-mmcclint@codeaurora.org> <1446761276-9111-2-git-send-email-mmcclint@codeaurora.org> <20151106023411.GA17997@rob-hp-laptop> To: Rob Herring X-Mailer: Apple Mail (2.2104) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1855 Lines: 43 > On Nov 5, 2015, at 8:34 PM, Rob Herring wrote: > > On Thu, Nov 05, 2015 at 04:07:52PM -0600, Matthew McClintock wrote: >> From: Varadarajan Narayanan >> >> Add pinctrl driver support for IPQ4019 platform >> >> Signed-off-by: Sricharan R >> Signed-off-by: Mathieu Olivari >> Signed-off-by: Varadarajan Narayanan >> Signed-off-by: Matthew McClintock >> --- >> .../bindings/pinctrl/qcom,ipq4019-pinctrl.txt | 116 ++ >> drivers/pinctrl/qcom/Kconfig | 8 + >> drivers/pinctrl/qcom/Makefile | 1 + >> drivers/pinctrl/qcom/pinctrl-ipq4019.c | 1280 ++++++++++++++++++++ >> 4 files changed, 1405 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt >> create mode 100644 drivers/pinctrl/qcom/pinctrl-ipq4019.c >> >> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt >> new file mode 100644 >> index 0000000..045c5aa >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt >> @@ -0,0 +1,116 @@ >> +Qualcomm Atheros IPQ4019 TLMM block >> + >> +Required properties: >> +- compatible: "qcom,ipq4019-pinctrl" > > Perhaps the name should have TLMM in it. Whatever that stands for. Sure, this was a holdover from Documentation/devicetree/bindings/pinctrl/qcom,ipq8064-pinctrl.txt mostly. Will elaborate on v2 though. -M -- 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/