History log of /drivers/mfd/ti-ssp.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
65349d60d27e850c94544567c91ab1be3e4c0777 23-Nov-2011 Mark Brown <broonie@opensource.wolfsonmicro.com> mfd: Convert MFD drivers to use module_platform_driver

Factors out some boilerplate code for drivers doing the default thing
for platform driver registration. Drivers using platform_driver_probe
or an initcall other than module_init can't be converted.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
/drivers/mfd/ti-ssp.c
03df0f629483f941f83ee2fbb180a4425e99dd23 18-Jan-2011 Cyril Chemparathy <cyril@ti.com> mfd: add driver for sequencer serial port

TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial port
device. It has a built-in programmable execution engine that can be programmed
to operate as almost any serial bus (I2C, SPI, EasyScale, and others).

This patch adds a driver for this controller device. The driver does not
expose a user-land interface. Protocol drivers built on top of this layer are
expected to remain in-kernel.

Signed-off-by: Cyril Chemparathy <cyril@ti.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
/drivers/mfd/ti-ssp.c