On Mon, 12 Jul 2010 14:25:24 +0530 Trilok Soni <tsoni@xxxxxxxxxxxxxx> wrote: > Hi Jean, Andrew, > > On 7/9/2010 5:27 PM, Trilok Soni wrote: > > On 7/9/2010 1:07 AM, Gregory Bean wrote: > >> Add support for Semtech SX150-series I2C GPIO expanders. > >> Compatible models include: > >> > >> 8 bits: sx1508q > >> 16 bits: sx1509q > >> > >> Signed-off-by: Gregory Bean <gbean@xxxxxxxxxxxxxx> > >> --- > >> drivers/gpio/Kconfig | 11 + > >> drivers/gpio/Makefile | 1 + > >> drivers/gpio/sx150x.c | 646 ++++++++++++++++++++++++++++++++++++++++++++ > >> include/linux/i2c/sx150x.h | 78 ++++++ > >> 4 files changed, 736 insertions(+), 0 deletions(-) > >> create mode 100644 drivers/gpio/sx150x.c > >> create mode 100644 include/linux/i2c/sx150x.h > >> > > > > Looks good to me. > > > > Reviewed-by: Trilok Soni <tsoni@xxxxxxxxxxxxxx> > > > > Any review comments on this new version of the driver? It looked OK to me. You should have received an email when I merged it into my tree? -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html