[PATCH v6 1/2] gpio: bcm281xx: Add GPIO driver
From: Linus Walleij <hidden>
Date: 2013-08-30 08:03:17
Also in:
linux-devicetree
From: Linus Walleij <hidden>
Date: 2013-08-30 08:03:17
Also in:
linux-devicetree
On Fri, Aug 30, 2013 at 1:51 AM, Markus Mayer [off-list ref] wrote:
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index f112895..5819126 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 help
No. I didn't ask you to move this hunk over to this patch. Just the two hunks hitting: - Kconfig - Makefile Further I only wanted *this* patch [1/3] to be renamed with the gpio: prefix, not the other two. The idea is: Patch mainly touches drivers/gpio/* -> gpio: prefix Patch mainly touches arch/arm/* -> ARM: prefix Yours, Linus Walleij