* [PATCH] gpio: pca953x: Add support for MAX7315
@ 2009-07-03 13:08 Alek Du
2009-07-03 16:54 ` David Brownell
0 siblings, 1 reply; 2+ messages in thread
From: Alek Du @ 2009-07-03 13:08 UTC (permalink / raw)
To: David Brownell, Kernel Mailing List
>From eb473218a66568ee99d6be3904a0b95d67d0016e Mon Sep 17 00:00:00 2001
From: Alek Du <alek.du@intel.com>
Date: Wed, 1 Jul 2009 12:36:49 +0800
Subject: [PATCH] gpio: pca953x: Add support for MAX7315
MAX7315 is pin and software compatible with PCA9534, so add it to
the I2C device ID table of pca953x driver.
http://www.datasheetcatalog.org/datasheet/maxim/MAX7315.pdf
Signed-off-by: Alek Du <alek.du@intel.com>
Cc: David Brownell <david-b@pacbell.net>
---
drivers/gpio/pca953x.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c
index cdb6574..8ab1308 100644
--- a/drivers/gpio/pca953x.c
+++ b/drivers/gpio/pca953x.c
@@ -40,6 +40,7 @@ static const struct i2c_device_id pca953x_id[] = {
{ "pca9557", 8, },
{ "max7310", 8, },
+ { "max7315", 8, },
{ "pca6107", 8, },
{ "tca6408", 8, },
{ "tca6416", 16, },
--
1.6.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] gpio: pca953x: Add support for MAX7315
2009-07-03 13:08 [PATCH] gpio: pca953x: Add support for MAX7315 Alek Du
@ 2009-07-03 16:54 ` David Brownell
0 siblings, 0 replies; 2+ messages in thread
From: David Brownell @ 2009-07-03 16:54 UTC (permalink / raw)
To: Alek Du; +Cc: Kernel Mailing List
On Friday 03 July 2009, Alek Du wrote:
> From eb473218a66568ee99d6be3904a0b95d67d0016e Mon Sep 17 00:00:00 2001
> From: Alek Du <alek.du@intel.com>
> Date: Wed, 1 Jul 2009 12:36:49 +0800
> Subject: [PATCH] gpio: pca953x: Add support for MAX7315
>
> MAX7315 is pin and software compatible with PCA9534, so add it to
> the I2C device ID table of pca953x driver.
> http://www.datasheetcatalog.org/datasheet/maxim/MAX7315.pdf
>
> Signed-off-by: Alek Du <alek.du@intel.com>
> Cc: David Brownell <david-b@pacbell.net>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
> ---
> drivers/gpio/pca953x.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c
> index cdb6574..8ab1308 100644
> --- a/drivers/gpio/pca953x.c
> +++ b/drivers/gpio/pca953x.c
> @@ -40,6 +40,7 @@ static const struct i2c_device_id pca953x_id[] = {
> { "pca9557", 8, },
>
> { "max7310", 8, },
> + { "max7315", 8, },
> { "pca6107", 8, },
> { "tca6408", 8, },
> { "tca6416", 16, },
> --
> 1.6.0.4
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-03 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-03 13:08 [PATCH] gpio: pca953x: Add support for MAX7315 Alek Du
2009-07-03 16:54 ` David Brownell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox