From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753372AbbBJIRG (ORCPT ); Tue, 10 Feb 2015 03:17:06 -0500 Received: from mail-oi0-f41.google.com ([209.85.218.41]:41733 "EHLO mail-oi0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751484AbbBJIRE (ORCPT ); Tue, 10 Feb 2015 03:17:04 -0500 MIME-Version: 1.0 In-Reply-To: <1421818097-9281-4-git-send-email-hongzhou.yang@mediatek.com> References: <1421818097-9281-1-git-send-email-hongzhou.yang@mediatek.com> <1421818097-9281-4-git-send-email-hongzhou.yang@mediatek.com> Date: Tue, 10 Feb 2015 16:17:03 +0800 Message-ID: Subject: Re: [PATCH v5 3/5] ARM: mediatek: Add Pinctrl/GPIO driver for mt8135. From: Linus Walleij To: Hongzhou Yang Cc: Rob Herring , Matthias Brugger , Sascha Hauer , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Grant Likely , "Joe.C" , Catalin Marinas , Vladimir Murzin , Ashwin Chaugule , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , dandan.he@mediatek.com, alan.cheng@mediatek.com, toby.liu@mediatek.com, maoguang.meng@mediatek.com, huang eddie , Jean-Christophe PLAGNIOL-VILLARD Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 21, 2015 at 1:28 PM, Hongzhou Yang wrote: > From: Hongzhou Yang > > The mediatek SoCs have GPIO controller that handle both the muxing and GPIOs. > > The GPIO controller have pinmux, pull enable, pull select, direction and output high/low control. > > This driver include common driver and mt8135 part. > The common driver include the pinctrl driver and GPIO driver. > The mt8135 part contain its special device data. > > Signed-off-by: Hongzhou Yang I have merged this patch for v3.21, except: > arch/arm/mach-mediatek/Kconfig | 1 + (...) --- a/arch/arm/mach-mediatek/Kconfig > +++ b/arch/arm/mach-mediatek/Kconfig > @@ -1,6 +1,7 @@ > menuconfig ARCH_MEDIATEK > bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7 > select ARM_GIC > + select PINCTRL > select MTK_TIMER > help > Support for Mediatek MT65xx & MT81xx SoCs This, which should come in through the ARM SoC tree. It's not dependent on this series anyway. This will appear after the merge window as we start the v3.21 cycle. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v5 3/5] ARM: mediatek: Add Pinctrl/GPIO driver for mt8135. Date: Tue, 10 Feb 2015 16:17:03 +0800 Message-ID: References: <1421818097-9281-1-git-send-email-hongzhou.yang@mediatek.com> <1421818097-9281-4-git-send-email-hongzhou.yang@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1421818097-9281-4-git-send-email-hongzhou.yang@mediatek.com> Sender: linux-kernel-owner@vger.kernel.org To: Hongzhou Yang Cc: Rob Herring , Matthias Brugger , Sascha Hauer , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Grant Likely , "Joe.C" , Catalin Marinas , Vladimir Murzin , Ashwin Chaugule , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , dandan.he@mediatek.com, alan.cheng@mediatek.com, toby.liu@mediatek.com, maoguang.meng@mediatek.com, huang eddie , Jean-Christophe List-Id: devicetree@vger.kernel.org On Wed, Jan 21, 2015 at 1:28 PM, Hongzhou Yang wrote: > From: Hongzhou Yang > > The mediatek SoCs have GPIO controller that handle both the muxing and GPIOs. > > The GPIO controller have pinmux, pull enable, pull select, direction and output high/low control. > > This driver include common driver and mt8135 part. > The common driver include the pinctrl driver and GPIO driver. > The mt8135 part contain its special device data. > > Signed-off-by: Hongzhou Yang I have merged this patch for v3.21, except: > arch/arm/mach-mediatek/Kconfig | 1 + (...) --- a/arch/arm/mach-mediatek/Kconfig > +++ b/arch/arm/mach-mediatek/Kconfig > @@ -1,6 +1,7 @@ > menuconfig ARCH_MEDIATEK > bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7 > select ARM_GIC > + select PINCTRL > select MTK_TIMER > help > Support for Mediatek MT65xx & MT81xx SoCs This, which should come in through the ARM SoC tree. It's not dependent on this series anyway. This will appear after the merge window as we start the v3.21 cycle. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Tue, 10 Feb 2015 16:17:03 +0800 Subject: [PATCH v5 3/5] ARM: mediatek: Add Pinctrl/GPIO driver for mt8135. In-Reply-To: <1421818097-9281-4-git-send-email-hongzhou.yang@mediatek.com> References: <1421818097-9281-1-git-send-email-hongzhou.yang@mediatek.com> <1421818097-9281-4-git-send-email-hongzhou.yang@mediatek.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jan 21, 2015 at 1:28 PM, Hongzhou Yang wrote: > From: Hongzhou Yang > > The mediatek SoCs have GPIO controller that handle both the muxing and GPIOs. > > The GPIO controller have pinmux, pull enable, pull select, direction and output high/low control. > > This driver include common driver and mt8135 part. > The common driver include the pinctrl driver and GPIO driver. > The mt8135 part contain its special device data. > > Signed-off-by: Hongzhou Yang I have merged this patch for v3.21, except: > arch/arm/mach-mediatek/Kconfig | 1 + (...) --- a/arch/arm/mach-mediatek/Kconfig > +++ b/arch/arm/mach-mediatek/Kconfig > @@ -1,6 +1,7 @@ > menuconfig ARCH_MEDIATEK > bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7 > select ARM_GIC > + select PINCTRL > select MTK_TIMER > help > Support for Mediatek MT65xx & MT81xx SoCs This, which should come in through the ARM SoC tree. It's not dependent on this series anyway. This will appear after the merge window as we start the v3.21 cycle. Yours, Linus Walleij