15 Mar, 2011
2 commits
-
This patch adds an SPI master implementation that operates on top of an
underlying TI-SSP port.Acked-by: Grant Likely
Signed-off-by: Cyril Chemparathy
Signed-off-by: Sekhar Nori
Signed-off-by: Kevin Hilman -
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
Acked-by: Samuel Ortiz
Signed-off-by: Sekhar Nori
Signed-off-by: Kevin Hilman