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

From: Viresh Kumar
Date: Thu Nov 17 2011 - 00:32:34 EST


Changes since V1:
- V2 of this patchset also includes, earlier sent patches, Acked-by Linus:
mfd/stmpe: separate out controller and interface specific code
mfd/stmpe: Add support for SPI interface
- Issues with above patches are also fixed
- MODULE_DESCRIPTION and MODULE_AUTHOR are fixed in stmpe-spi and stmpe-i2c
files
- gpio-stmpe patch is update to use stmpe->partnum instead of
stmpe->variant->id_val
- Patch "mfd/stmpe: Move struct stmpe_variant_info to linux/mfd/stmpe.h" is
dropped as it is no longer required.

Viresh Kumar (5):
mfd/stmpe: separate out controller and interface specific code
mfd/stmpe: Add support for SPI interface
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/Kconfig | 19 ++++-
drivers/mfd/Makefile | 2 +
drivers/mfd/stmpe-i2c.c | 109 ++++++++++++++++++++
drivers/mfd/stmpe-spi.c | 150 +++++++++++++++++++++++++++
drivers/mfd/stmpe.c | 250 ++++++++++++++++++++++++++-------------------
drivers/mfd/stmpe.h | 53 ++++++++++
include/linux/mfd/stmpe.h | 9 ++-
8 files changed, 512 insertions(+), 111 deletions(-)
create mode 100644 drivers/mfd/stmpe-i2c.c
create mode 100644 drivers/mfd/stmpe-spi.c

--
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/