All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gpio: pca953x: Add Exar XRA1207
@ 2016-01-15 14:11 Sean Nyekjaer
  2016-01-15 14:11 ` [PATCH 2/2] gpio: pca953x: Add DT binding documentation for XRA1207 Sean Nyekjaer
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Nyekjaer @ 2016-01-15 14:11 UTC (permalink / raw)
  To: linux-gpio-u79uwXL29TY76Z2rM5mHXA
  Cc: Sean Nyekjaer, devicetree-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Sean Nyekjaer <sean.nyekjaer-rjjw5hvvQKZaa/9Udqfwiw@public.gmane.org>
---
 drivers/gpio/gpio-pca953x.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c
index 2d4892c..ebca21d 100644
--- a/drivers/gpio/gpio-pca953x.c
+++ b/drivers/gpio/gpio-pca953x.c
@@ -73,6 +73,7 @@ static const struct i2c_device_id pca953x_id[] = {
 	{ "tca6424", 24 | PCA953X_TYPE | PCA_INT, },
 	{ "tca9539", 16 | PCA953X_TYPE | PCA_INT, },
 	{ "xra1202", 8  | PCA953X_TYPE },
+	{ "xra1207", 16 | PCA953X_TYPE | PCA_INT, },
 	{ }
 };
 MODULE_DEVICE_TABLE(i2c, pca953x_id);
@@ -782,6 +783,7 @@ static const struct of_device_id pca953x_dt_ids[] = {
 	{ .compatible = "ti,tca6424", },
 
 	{ .compatible = "exar,xra1202", },
+	{ .compatible = "exar,xra1207", },
 	{ }
 };
 
-- 
2.7.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 2/2] gpio: pca953x: Add DT binding documentation for XRA1207
  2016-01-15 14:11 [PATCH 1/2] gpio: pca953x: Add Exar XRA1207 Sean Nyekjaer
@ 2016-01-15 14:11 ` Sean Nyekjaer
  2016-01-17  0:14   ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Nyekjaer @ 2016-01-15 14:11 UTC (permalink / raw)
  To: linux-gpio; +Cc: Sean Nyekjaer, devicetree, Sean Nyekjaer

From: Sean Nyekjaer <sean@nyekjaer.dk>

Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
---
 Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
index 13df993..cac0fc2 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
@@ -26,6 +26,7 @@ Required properties:
 	ti,tca6424
 	ti,tca9539
 	exar,xra1202
+	exar,xra1207
 
 Example:
 
-- 
2.7.0


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

* Re: [PATCH 2/2] gpio: pca953x: Add DT binding documentation for XRA1207
  2016-01-15 14:11 ` [PATCH 2/2] gpio: pca953x: Add DT binding documentation for XRA1207 Sean Nyekjaer
@ 2016-01-17  0:14   ` Rob Herring
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2016-01-17  0:14 UTC (permalink / raw)
  To: Sean Nyekjaer; +Cc: linux-gpio, Sean Nyekjaer, devicetree

On Fri, Jan 15, 2016 at 03:11:40PM +0100, Sean Nyekjaer wrote:
> From: Sean Nyekjaer <sean@nyekjaer.dk>
> 
> Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>

Acked-by: Rob Herring <robh@kernel.org>

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

end of thread, other threads:[~2016-01-17  0:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-15 14:11 [PATCH 1/2] gpio: pca953x: Add Exar XRA1207 Sean Nyekjaer
2016-01-15 14:11 ` [PATCH 2/2] gpio: pca953x: Add DT binding documentation for XRA1207 Sean Nyekjaer
2016-01-17  0:14   ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.