projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c97d14
)
Add TI TCA9554 to supported devices table
author
Nikolay Balandin
<nbalandin@dev.rtsoft.ru>
Wed, 6 Mar 2013 11:06:44 +0000
(15:06 +0400)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 27 Mar 2013 15:04:57 +0000
(16:04 +0100)
Signed-off-by: Nikolay Balandin <nbalandin@dev.rtsoft.ru>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pcf857x.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-pcf857x.c
b/drivers/gpio/gpio-pcf857x.c
index a19b7457a726e4c4f6a2c48a9c8c9a52e370dcff..a965620c1c2a13e404192adba5c8ba96b4599636 100644
(file)
--- a/
drivers/gpio/gpio-pcf857x.c
+++ b/
drivers/gpio/gpio-pcf857x.c
@@
-45,6
+45,7
@@
static const struct i2c_device_id pcf857x_id[] = {
{ "pca9675", 16 },
{ "max7328", 8 },
{ "max7329", 8 },
+ { "tca9554", 8 },
{ }
};
MODULE_DEVICE_TABLE(i2c, pcf857x_id);