On Wed, Sep 05, 2012 at 10:23:51AM +0200, Steffen Trumtrar wrote: > Hi, > > another day, another patch version. This version includes the following requests by > Sascha and Marc (Thanks again): > - remove all the iomem stuff in add_generic_device in stmpe-i2c.c > - allocate stmpe_client_info for every device, not just one > - remove unused struct fields > - remove extern for prototypes > > Regards, > Steffen > > > Steffen Trumtrar (2): > mfd: add stmpe-i2c driver > gpio: add driver for stmpe io-expander Applied, thanks Sascha > > drivers/Kconfig | 1 + > drivers/gpio/Kconfig | 9 +++ > drivers/gpio/Makefile | 2 + > drivers/gpio/gpio-stmpe.c | 161 +++++++++++++++++++++++++++++++++++++++++++++ > drivers/mfd/Kconfig | 4 ++ > drivers/mfd/Makefile | 1 + > drivers/mfd/stmpe-i2c.c | 153 ++++++++++++++++++++++++++++++++++++++++++ > include/mfd/stmpe-i2c.h | 53 +++++++++++++++ > 8 files changed, 384 insertions(+) > create mode 100644 drivers/gpio/Kconfig > create mode 100644 drivers/gpio/Makefile > create mode 100644 drivers/gpio/gpio-stmpe.c > create mode 100644 drivers/mfd/stmpe-i2c.c > create mode 100644 include/mfd/stmpe-i2c.h > > -- > 1.7.10.4 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox