[PATCHv3 1/4] mfd: smsc: Add support for smsc gpio io/keypad driver
Samuel Ortiz
sameo at linux.intel.com
Mon Oct 1 22:03:43 EST 2012
Hi Sourav,
On Mon, Oct 01, 2012 at 04:31:22PM +0530, Sourav Poddar wrote:
> smsc ece1099 is a keyboard scan or gpio expansion device.
> The patch create keypad and gpio expander child for this
> multi function smsc driver.
>
> Tested on omap5430 evm with 3.6-rc6 custom kernel.
>
> Cc: Samuel Ortiz <sameo at linux.intel.com>
> Cc: Benoit Cousson <b-cousson at ti.com>
> Cc: Felipe Balbi <balbi at ti.com>
> Cc: Santosh Shilimkar <santosh.shilimkar at ti.com>
> Signed-off-by: Sourav Poddar <sourav.poddar at ti.com>
> ---
> Changes since v2:
> - Change the cache type, max register assignment
> - remove of_device_table, since i2c based device gets
> probed according to i2c_device_id through dt.
> - Modify the remove function
> - Minor return patch cleanups.
> Documentation/smsc_ece1099.txt | 56 ++++++++++++++++++++
> drivers/mfd/Kconfig | 12 ++++
> drivers/mfd/Makefile | 1 +
> drivers/mfd/smsc-ece1099.c | 113 ++++++++++++++++++++++++++++++++++++++++
> include/linux/mfd/smsc.h | 109 ++++++++++++++++++++++++++++++++++++++
> 5 files changed, 291 insertions(+), 0 deletions(-)
> create mode 100644 Documentation/smsc_ece1099.txt
> create mode 100644 drivers/mfd/smsc-ece1099.c
> create mode 100644 include/linux/mfd/smsc.h
Applied with a warning fix for the !CONFIG_OF case.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
More information about the devicetree-discuss
mailing list