aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/omap_uwire.c
AgeCommit message (Collapse)AuthorFilesLines
2007-02-12[PATCH] SPI controller driver for OMAP MicrowireDavid Brownell1-0/+572
This adds a SPI driver for the Microwire controller on OMAP1 chips. This driver has been used in the Linux-OMAP tree for some time now, including with some of those displays using standardized 9-bit commands followed by data with 8-bit words. Microwire only supports half duplex transfers, but that's all that most SPI protocols need. When full duplex, or higher speeds, are needed there are several other controllers that can be used on OMAP. [[email protected]: cleanups] Signed-off-by: David Brownell <[email protected]> Signed-off-by: Imre Deak <[email protected]> Signed-off-by: Juha Yrjola <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>