summaryrefslogtreecommitdiffstats
path: root/include/mfd/stmpe-i2c.h
Commit message (Collapse)AuthorAgeFilesLines
* mfd: add stmpe-i2c driverSteffen Trumtrar2012-09-051-0/+53
The stmpe mfds can be connected via i2c and spi. This driver provides the basic infrastructure for the i2c kind. It can be added as a normal i2c-device in the board code. To enable functions a platform_data struct has to be provided, that describes what parts of the chip are to be used. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>