[PATCH 0/5] stmpe: mfd & gpio updates

From: Viresh Kumar
Date: Wed Nov 16 2011 - 06:27:38 EST


This patchset does following:
- Fixes bug with "mfd/stmpe: Pass partnum as param to stmpe_probe()" patch
- Adds in support for STMPE610 and 801

STMPE801 has a different set of register as compared to other variants. So it is
specially handled at few places in mfd's and gpio's stmpe driver.

Note: To successfully apply this patchset, first apply following patches already
sent and acked over list:
- mfd/stmpe: Add support for irq over gpio pin
- mfd/stmpe: separate out controller and interface specific code
- mfd/stmpe: Add support for SPI interface

Pratyush Anand (1):
mfd/stmpe: Move struct stmpe_variant_info to linux/mfd/stmpe.h

Viresh Kumar (4):
mfd/stmpe: Pass partnum as param to stmpe_probe()
mfd/stmpe: Add support for stmpe variant 610
mfd/stmpe: ADD support for stmpe variant 801
gpio/gpio-stmpe: ADD support for stmpe variant 801

drivers/gpio/gpio-stmpe.c | 31 ++++++++++-
drivers/mfd/stmpe-i2c.c | 13 +----
drivers/mfd/stmpe-spi.c | 7 ++-
drivers/mfd/stmpe.c | 125 ++++++++++++++++++++++++++++++++++++++-------
drivers/mfd/stmpe.h | 53 +++++++------------
include/linux/mfd/stmpe.h | 37 +++++++++++++-
6 files changed, 198 insertions(+), 68 deletions(-)

--
1.7.2.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/