mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Add stmpe mfd
@ 2012-08-31  9:14 Steffen Trumtrar
  2012-08-31  9:14 ` [PATCH 1/2] mfd: add stmpe-i2c driver Steffen Trumtrar
  2012-08-31  9:14 ` [PATCH 2/2] gpio: add driver for stmpe io-expander Steffen Trumtrar
  0 siblings, 2 replies; 4+ messages in thread
From: Steffen Trumtrar @ 2012-08-31  9:14 UTC (permalink / raw)
  To: barebox; +Cc: Steffen Trumtrar

Hi all,

this adds support for a stmpe1601 mfd connected via i2c.
This was only tested with the gpiolib support from the previous patch-series
"ARM i.MX: add gpiolib support".

Greetings,
Steffen

Steffen Trumtrar (2):
  mfd: add stmpe-i2c driver
  gpio: add driver for stmpe io-expander

 drivers/Kconfig           |    1 +
 drivers/gpio/Kconfig      |    8 +++
 drivers/gpio/Makefile     |    1 +
 drivers/gpio/gpio-stmpe.c |  155 ++++++++++++++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig       |    4 ++
 drivers/mfd/Makefile      |    1 +
 drivers/mfd/stmpe-i2c.c   |  166 +++++++++++++++++++++++++++++++++++++++++++++
 include/mfd/stmpe-i2c.h   |   55 +++++++++++++++
 8 files changed, 391 insertions(+)
 create mode 100644 drivers/gpio/Kconfig
 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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-03  7:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-31  9:14 [PATCH 0/2] Add stmpe mfd Steffen Trumtrar
2012-08-31  9:14 ` [PATCH 1/2] mfd: add stmpe-i2c driver Steffen Trumtrar
2012-08-31  9:14 ` [PATCH 2/2] gpio: add driver for stmpe io-expander Steffen Trumtrar
2012-09-03  7:08   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox