From mboxrd@z Thu Jan 1 00:00:00 1970 From: csd@broadcom.com (Christian Daudt) Date: Tue, 10 Sep 2013 15:32:02 -0700 Subject: [PATCH v9 2/3] ARM: bcm281xx: Enable GPIO driver In-Reply-To: <1378836423-12467-3-git-send-email-markus.mayer@linaro.org> References: <1378836423-12467-1-git-send-email-markus.mayer@linaro.org> <1378836423-12467-3-git-send-email-markus.mayer@linaro.org> Message-ID: <522F9DE2.8080605@broadcom.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 13-09-10 11:07 AM, Markus Mayer wrote: > Turn on the bcm281xx GPIO driver in the kernel configuration. > > Signed-off-by: Markus Mayer > Reviewed-by: Christian Daudt > --- > arch/arm/mach-bcm/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig > index 69d67f7..7f6fca8 100644 > --- a/arch/arm/mach-bcm/Kconfig > +++ b/arch/arm/mach-bcm/Kconfig > @@ -9,7 +9,7 @@ config ARCH_BCM > select CLKSRC_OF > select GENERIC_CLOCKEVENTS > select GENERIC_TIME > - select GPIO_BCM > + select GPIO_BCM_KONA > select SPARSE_IRQ > select TICK_ONESHOT > select CACHE_L2X0 Applied to armsoc/for-3.13/soc thanks, csd From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christian Daudt" Subject: Re: [PATCH v9 2/3] ARM: bcm281xx: Enable GPIO driver Date: Tue, 10 Sep 2013 15:32:02 -0700 Message-ID: <522F9DE2.8080605@broadcom.com> References: <1378836423-12467-1-git-send-email-markus.mayer@linaro.org> <1378836423-12467-3-git-send-email-markus.mayer@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1378836423-12467-3-git-send-email-markus.mayer@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Markus Mayer Cc: Device Tree List , Linaro Patches , Sudeep KarkadaNagesha , Linus Walleij , Stephen Warren , Tim Kryger , Matt Porter , ARM Kernel List List-Id: devicetree@vger.kernel.org On 13-09-10 11:07 AM, Markus Mayer wrote: > Turn on the bcm281xx GPIO driver in the kernel configuration. > > Signed-off-by: Markus Mayer > Reviewed-by: Christian Daudt > --- > arch/arm/mach-bcm/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig > index 69d67f7..7f6fca8 100644 > --- a/arch/arm/mach-bcm/Kconfig > +++ b/arch/arm/mach-bcm/Kconfig > @@ -9,7 +9,7 @@ config ARCH_BCM > select CLKSRC_OF > select GENERIC_CLOCKEVENTS > select GENERIC_TIME > - select GPIO_BCM > + select GPIO_BCM_KONA > select SPARSE_IRQ > select TICK_ONESHOT > select CACHE_L2X0 Applied to armsoc/for-3.13/soc thanks, csd