mfd: add driver for sequencer serial port
authorCyril Chemparathy <cyril@ti.com>
Tue, 18 Jan 2011 19:21:35 +0000 (19:21 +0000)
committerKevin Hilman <khilman@ti.com>
Tue, 15 Mar 2011 15:17:22 +0000 (08:17 -0700)
commit03df0f629483f941f83ee2fbb180a4425e99dd23
tree3e7ec2e38067799b5a79ea273057bd5e180c9504
parent9a9fb12a4832bdf22751e21df298ef3559643b43
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/Kconfig
drivers/mfd/Makefile
drivers/mfd/ti-ssp.c [new file with mode: 0644]
include/linux/mfd/ti_ssp.h [new file with mode: 0644]
This page took 0.027379 seconds and 5 git commands to generate.