The patch titled gpio: pca953x: add support for pca9555 I2C I/O expander has been removed from the -mm tree. Its filename was gpio-pca953x-add-support-for-pca9555-i2c-i-o-expander.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: gpio: pca953x: add support for pca9555 I2C I/O expander From: "Will Newton" <will.newton@xxxxxxxxx> Add support for pca9555 I2C I/O expander. As the comment suggests this part is software compatible with the pca9539. Signed-off-by: Will Newton <will.newton@xxxxxxxxxx> Cc: "eric miao" <eric.miao@xxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/gpio/pca953x.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN drivers/gpio/pca953x.c~gpio-pca953x-add-support-for-pca9555-i2c-i-o-expander drivers/gpio/pca953x.c --- a/drivers/gpio/pca953x.c~gpio-pca953x-add-support-for-pca9555-i2c-i-o-expander +++ a/drivers/gpio/pca953x.c @@ -30,6 +30,8 @@ static const struct i2c_device_id pca953 { "pca9537", 4, }, { "pca9538", 8, }, { "pca9539", 16, }, + { "pca9555", 16, }, + { "pca9557", 8, }, /* REVISIT several pca955x parts should work here too */ { } }; @@ -193,7 +195,7 @@ static int __devinit pca953x_probe(struc { struct pca953x_platform_data *pdata; struct pca953x_chip *chip; - int ret, i; + int ret; pdata = client->dev.platform_data; if (pdata == NULL) _ Patches currently in -mm which might be from will.newton@xxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html