The patch titled gpio: pca953x: add support for pca9555 I2C I/O expander has been added to the -mm tree. Its filename is gpio-pca953x-add-support-for-pca9555-i2c-i-o-expander.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this 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 | 1 + 1 file changed, 1 insertion(+) 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 @@ -36,6 +36,7 @@ static const struct pca953x_desc pca953x { "pca9537", 4, }, { "pca9538", 8, }, { "pca9539", 16, }, + { "pca9555", 16, }, /* REVISIT several pca955x parts should work here too */ }; _ Patches currently in -mm which might be from will.newton@xxxxxxxxx are gpio-pca953x-add-support-for-pca9555-i2c-i-o-expander.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