linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] gpio: pca953x: Add Exar XRA1202
       [not found] <1453094753.119123.1391812144563.JavaMail.zimbra@xes-inc.com>
@ 2014-02-07 22:36 ` Aaron Sierra
  2014-02-13 13:03   ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Sierra @ 2014-02-07 22:36 UTC (permalink / raw)
  To: linux-gpio; +Cc: Linus Walleij

Add Exar XRA1202 8-bit GPIO expander to supported list.

Signed-off-by: Aaron Sierra <asierra@xes-inc.com>
---
 drivers/gpio/Kconfig        |    2 +-
 drivers/gpio/gpio-pca953x.c |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 9b3107e0..1ad9f39 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -471,7 +471,7 @@ config GPIO_PCA953X
 	  4 bits:	pca9536, pca9537
 
 	  8 bits:	max7310, max7315, pca6107, pca9534, pca9538, pca9554,
-			pca9556, pca9557, pca9574, tca6408
+			pca9556, pca9557, pca9574, tca6408, xra1202
 
 	  16 bits:	max7312, max7313, pca9535, pca9539, pca9555, pca9575,
 			tca6416
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c
index dbc95bc..948a074 100644
--- a/drivers/gpio/gpio-pca953x.c
+++ b/drivers/gpio/gpio-pca953x.c
@@ -69,6 +69,7 @@ static const struct i2c_device_id pca953x_id[] = {
 	{ "tca6408", 8  | PCA953X_TYPE | PCA_INT, },
 	{ "tca6416", 16 | PCA953X_TYPE | PCA_INT, },
 	{ "tca6424", 24 | PCA953X_TYPE | PCA_INT, },
+	{ "xra1202", 8  | PCA953X_TYPE },
 	{ }
 };
 MODULE_DEVICE_TABLE(i2c, pca953x_id);
@@ -824,6 +825,8 @@ static const struct of_device_id pca953x_dt_ids[] = {
 	{ .compatible = "ti,tca6408", },
 	{ .compatible = "ti,tca6416", },
 	{ .compatible = "ti,tca6424", },
+
+	{ .compatible = "exar,xra1202", },
 	{ }
 };
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 3/3] gpio: pca953x: Add Exar XRA1202
  2014-02-07 22:36 ` [PATCH 3/3] gpio: pca953x: Add Exar XRA1202 Aaron Sierra
@ 2014-02-13 13:03   ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2014-02-13 13:03 UTC (permalink / raw)
  To: Aaron Sierra; +Cc: linux-gpio@vger.kernel.org

On Fri, Feb 7, 2014 at 11:36 PM, Aaron Sierra <asierra@xes-inc.com> wrote:

> Add Exar XRA1202 8-bit GPIO expander to supported list.
>
> Signed-off-by: Aaron Sierra <asierra@xes-inc.com>

Patch applied with Graeme's ACK.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-13 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1453094753.119123.1391812144563.JavaMail.zimbra@xes-inc.com>
2014-02-07 22:36 ` [PATCH 3/3] gpio: pca953x: Add Exar XRA1202 Aaron Sierra
2014-02-13 13:03   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).