[PATCH v9 1/3] gpio: bcm281xx: Add GPIO driver
Linus Walleij
linus.walleij at linaro.org
Fri Sep 20 14:28:16 EDT 2013
On Tue, Sep 10, 2013 at 8:07 PM, Markus Mayer <markus.mayer at linaro.org> wrote:
> From: Markus Mayer <mmayer at broadcom.com>
>
> Add the GPIO driver for the Broadcom bcm281xx family of mobile SoCs.
> These GPIO controllers may contain up to 8 banks where each bank
> includes 32 pins that can be driven high or low and act as an edge
> sensitive interrupt.
>
> Signed-off-by: Markus Mayer <markus.mayer at linaro.org>
> Reviewed-by: Christian Daudt <csd at broadcom.com>
> Reviewed-by: Tim Kryger <tim.kryger at linaro.org>
> Reviewed-by: Matt Porter <matt.porter at linaro.org>
It's a fine driver and I applied it. Any remaining issues to be fixed with
follow-up patches.
I changed one thing:
> +config GPIO_BCM_KONA
> + bool "Broadcom Kona GPIO"
I added
depends on OF_GPIO
here.
Otherwise I don't think it will compile on randconfigs.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list