[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1403251714020.4203@ionos.tec.linutronix.de>
Date: Tue, 25 Mar 2014 17:14:31 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Linus Walleij <linus.walleij@...aro.org>
cc: linux-gpio@...r.kernel.org,
Alexandre Courbot <acourbot@...dia.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/4] provide irqchip in gpiolib
On Tue, 25 Mar 2014, Linus Walleij wrote:
> This series provides a central facility for registering a chained
> (cascaded) irqchip as a sibling to a certain gpiochip. Patch one
> adds the API, patch 2, 3, 4 convert three drivers that I can test
> to use this facility.
Very nice consolidation work!
Acked-by: Thomas Gleixner <tglx@...utronix.de>
> Linus Walleij (4):
> gpio: add IRQ chip helpers in gpiolib
> gpio: pl061: convert driver to use gpiolib irqchip
> pinctrl: nomadik: convert driver to use gpiolib irqchip
> pinctrl: coh901: convert driver to use gpiolib irqchip
>
> drivers/gpio/Kconfig | 4 +
> drivers/gpio/gpio-pl061.c | 80 ++++-----------
> drivers/gpio/gpiolib.c | 188 +++++++++++++++++++++++++++++++++++
> drivers/pinctrl/Kconfig | 4 +
> drivers/pinctrl/pinctrl-coh901.c | 204 ++++++++++----------------------------
> drivers/pinctrl/pinctrl-nomadik.c | 123 ++++++-----------------
> include/linux/gpio/driver.h | 29 ++++++
> 7 files changed, 329 insertions(+), 303 deletions(-)
>
> --
> 1.8.5.3
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists