From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yixun Lan Subject: [RESEND PATCH v3 0/2] dt: add pinctrl driver for Meson-AXG SoC Date: Mon, 20 Nov 2017 18:23:52 +0800 Message-ID: <20171120102354.5354-1-yixun.lan@amlogic.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kevin Hilman , Rob Herring , Mark Rutland Cc: Linus Walleij , Neil Armstrong , Jerome Brunet , Carlo Caione , Yixun Lan , Xingyu Chen , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-gpio@vger.kernel.org This is DT part patchset for adding pinctrl support for the Amlogic's Meson-AXG SoC. Changes since v2 at [2]: -- Resend this patch series due to fail to send patch [2/2] Changes since v1 at [1]: -- Separate DT part patches -- Add Neil Armstrong's Ack [2] http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005390.html [1] http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005270.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005271.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005272.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005273.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005274.html Xingyu Chen (2): documentation: Add compatibles for Amlogic Meson AXG pin controllers ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC .../devicetree/bindings/pinctrl/meson,pinctrl.txt | 2 + arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 44 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) -- 2.15.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751154AbdKTKYe (ORCPT ); Mon, 20 Nov 2017 05:24:34 -0500 Received: from mail-sh2.amlogic.com ([58.32.228.45]:52388 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751070AbdKTKYc (ORCPT ); Mon, 20 Nov 2017 05:24:32 -0500 From: Yixun Lan To: Kevin Hilman , Rob Herring , Mark Rutland CC: Linus Walleij , Neil Armstrong , Jerome Brunet , Carlo Caione , Yixun Lan , Xingyu Chen , , , , , Subject: [RESEND PATCH v3 0/2] dt: add pinctrl driver for Meson-AXG SoC Date: Mon, 20 Nov 2017 18:23:52 +0800 Message-ID: <20171120102354.5354-1-yixun.lan@amlogic.com> X-Mailer: git-send-email 2.15.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.18.20.164] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is DT part patchset for adding pinctrl support for the Amlogic's Meson-AXG SoC. Changes since v2 at [2]: -- Resend this patch series due to fail to send patch [2/2] Changes since v1 at [1]: -- Separate DT part patches -- Add Neil Armstrong's Ack [2] http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005390.html [1] http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005270.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005271.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005272.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005273.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005274.html Xingyu Chen (2): documentation: Add compatibles for Amlogic Meson AXG pin controllers ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC .../devicetree/bindings/pinctrl/meson,pinctrl.txt | 2 + arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 44 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) -- 2.15.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: yixun.lan@amlogic.com (Yixun Lan) Date: Mon, 20 Nov 2017 18:23:52 +0800 Subject: [RESEND PATCH v3 0/2] dt: add pinctrl driver for Meson-AXG SoC Message-ID: <20171120102354.5354-1-yixun.lan@amlogic.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This is DT part patchset for adding pinctrl support for the Amlogic's Meson-AXG SoC. Changes since v2 at [2]: -- Resend this patch series due to fail to send patch [2/2] Changes since v1 at [1]: -- Separate DT part patches -- Add Neil Armstrong's Ack [2] http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005390.html [1] http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005270.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005271.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005272.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005273.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005274.html Xingyu Chen (2): documentation: Add compatibles for Amlogic Meson AXG pin controllers ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC .../devicetree/bindings/pinctrl/meson,pinctrl.txt | 2 + arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 44 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) -- 2.15.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: yixun.lan@amlogic.com (Yixun Lan) Date: Mon, 20 Nov 2017 18:23:52 +0800 Subject: [RESEND PATCH v3 0/2] dt: add pinctrl driver for Meson-AXG SoC Message-ID: <20171120102354.5354-1-yixun.lan@amlogic.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org This is DT part patchset for adding pinctrl support for the Amlogic's Meson-AXG SoC. Changes since v2 at [2]: -- Resend this patch series due to fail to send patch [2/2] Changes since v1 at [1]: -- Separate DT part patches -- Add Neil Armstrong's Ack [2] http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005390.html [1] http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005270.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005271.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005272.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005273.html http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005274.html Xingyu Chen (2): documentation: Add compatibles for Amlogic Meson AXG pin controllers ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC .../devicetree/bindings/pinctrl/meson,pinctrl.txt | 2 + arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 44 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) -- 2.15.0