History log of /drivers/mfd/mc13xxx.h
Revision Date Author Comments
10f9edaeaa30468194e1dcd0e47e59b012f4cf8b 18-Jun-2014 Alexander Shiyan <shc_work@mail.ru> mfd: mc13xxx: Use regmap irq framework for interrupts

This patch convert mc13xxx MFD driver to use regmap irq framework
for interrupt registration.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
db9ef449aaa550389008c2020fba02e4440ce24b 14-Dec-2013 Alexander Shiyan <shc_work@mail.ru> mfd: mc13xxx: Simplify probe() & remove()

This patch simplifies probe() and remove() functions by moving
some initialisation code out from the I2C/SPI init() and exit()
functions and into the core driver.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
0312e024d6cde5ef02900c4c6e2f5bb982e24af5 12-Jul-2012 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> mfd: mc13xxx: Add support for mc34708

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Marc Reilly <marc@cpdesign.com.au>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
cd0f34b08f98af72bb2f74fe4bd251558fc734d3 12-Jul-2012 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> mfd: mc13xxx: Change probing details for mc13xxx devices

This removes auto-detection of which variant of mc13xxx is used because
mc34708 uses a different layout in the revision register that doesn't
allow differentiation any more.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Marc Reilly <marc@cpdesign.com.au>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
a0c7c1d48ea9f53c67c79eda498bb8eda1422748 01-Apr-2012 Marc Reilly <marc@cpdesign.com.au> mfd: Move the mc13xxx-core spi specific code into a separate module

All spi specific code is moved into a new module. The mc13xxx struct
moves to a new local include file by necessity.

A new config choice selects the SPI bus type support and by default is
value of SPI_MASTER to remain compatible with existing configs.

Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>