2013-03-06 11:06:19

by Nikolay Balandin

[permalink] [raw]
Subject: [PATCH 1/1] Add TI TCA9554 to supported devices table

From: Nikolay Balandin <[email protected]>


Signed-off-by: Nikolay Balandin <[email protected]>
---
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


2013-03-27 08:16:04

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH 1/1] Add TI TCA9554 to supported devices table

On Wed, Mar 6, 2013 at 12:06 PM, Nikolay Balandin
<[email protected]> wrote:

> From: Nikolay Balandin <[email protected]>
>
>
> Signed-off-by: Nikolay Balandin <[email protected]>

Tentatively applied.

Kuninoro, does this look OK?

Yours,
Linus Walleij

2013-03-27 08:30:45

by Kuninori Morimoto

[permalink] [raw]
Subject: Re: [PATCH 1/1] Add TI TCA9554 to supported devices table


Dear Linus

> > From: Nikolay Balandin <[email protected]>
> >
> >
> > Signed-off-by: Nikolay Balandin <[email protected]>
>
> Tentatively applied.
>
> Kuninoro, does this look OK?
>
> Yours,
> Linus Walleij

Acked-by: Kuninori Morimoto <[email protected]>

Best regards
--
Kuninori Morimoto