[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1362568004-28927-1-git-send-email-n.a.balandin@gmail.com>
Date: Wed, 6 Mar 2013 15:06:44 +0400
From: Nikolay Balandin <n.a.balandin@...il.com>
To: Grant Likely <grant.likely@...retlab.ca>,
Linus Walleij <linus.walleij@...aro.org>
Cc: linux-kernel@...r.kernel.org,
Nikolay Balandin <nbalandin@....rtsoft.ru>
Subject: [PATCH 1/1] Add TI TCA9554 to supported devices table
From: Nikolay Balandin <nbalandin@....rtsoft.ru>
Signed-off-by: Nikolay Balandin <nbalandin@....rtsoft.ru>
---
drivers/gpio/gpio-pcf857x.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpio/gpio-pcf857x.c b/drivers/gpio/gpio-pcf857x.c
index a19b745..a965620 100644
--- 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);
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists