X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fgpio%2Fpca953x.c;h=a380730b61abe49800af8e655eaf5735d0524ad0;hb=dddec01eb8e2b56267b37a6f9f0997a64b4e0b2a;hp=5a99e81d27843c8ce9e376684196b5daa253f90a;hpb=95dfec6ae1cb8c03406aac612a5642cbddb676b3;p=linux-2.6 diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c index 5a99e81d27..a380730b61 100644 --- a/drivers/gpio/pca953x.c +++ b/drivers/gpio/pca953x.c @@ -30,7 +30,10 @@ static const struct i2c_device_id pca953x_id[] = { { "pca9537", 4, }, { "pca9538", 8, }, { "pca9539", 16, }, - /* REVISIT several pca955x parts should work here too */ + { "pca9554", 8, }, + { "pca9555", 16, }, + { "pca9557", 8, }, + { "max7310", 8, }, { } }; MODULE_DEVICE_TABLE(i2c, pca953x_id); @@ -193,7 +196,7 @@ static int __devinit pca953x_probe(struct i2c_client *client, { struct pca953x_platform_data *pdata; struct pca953x_chip *chip; - int ret, i; + int ret; pdata = client->dev.platform_data; if (pdata == NULL)