Re: [PATCH V6 2/3] gpio: Add support for Intel ICHx/3100/Series[56] GPIO

From: Grant Likely
Date: Mon Mar 12 2012 - 13:59:29 EST


On Wed, 07 Mar 2012 11:41:38 -0600 (CST), Aaron Sierra <asierra@xxxxxxxxxxx> wrote:
> From: Peter Tyser <ptyser@xxxxxxxxxxx>
>
> This driver works on many Intel chipsets, including the ICH6, ICH7,
> ICH8, ICH9, ICH10, 3100, Series 5/3400 (Ibex Peak), Series 6/C200
> (Cougar Point), and NM10 (Tiger Point).
>
> Additional Intel chipsets should be easily supported if needed, eg the
> ICH1-5, EP80579, etc.
>
> Tested on QM67 (Cougar Point), QM57 (Ibex Peak), 3100 (Whitmore Lake),
> and NM10 (Tiger Point).
>
> Includes work from Jean Delvare:
> - Resource leak removal during module load/unload
> - GPIO API bit value enforcement
>
> Also includes code cleanup from Guenter Roeck and Grant Likely.
>
> Signed-off-by: Peter Tyser <ptyser@xxxxxxxxxxx>
> Signed-off-by: Aaron Sierra <asierra@xxxxxxxxxxx>

Acked-by: Grant Likely <grant.likely@xxxxxxxxxxxx>

It looks like this depends on the mfd patch for the header file, so this should
be merged via the mfd tree.

g.

> ---
> MAINTAINERS | 6 +
> drivers/gpio/Kconfig | 13 ++
> drivers/gpio/Makefile | 1 +
> drivers/gpio/gpio-ich.c | 419 +++++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 439 insertions(+), 0 deletions(-)
> create mode 100644 drivers/gpio/gpio-ich.c
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/