Add OMAP spi100k driver
authorCory Maccarrone <darkstar6262@gmail.com>
Sun, 13 Dec 2009 08:02:11 +0000 (01:02 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 13 Dec 2009 08:02:11 +0000 (01:02 -0700)
commit35c9049b27040d09461bc90928ad770be7ddf661
tree5f982bb68be90e834f8213e47a41dd442c6e679d
parent980f3beeb68fd3b383908bac8a017b121df8ee29
Add OMAP spi100k driver

This change adds the OMAP SPI 100k driver created by
Fabrice Crohas <fcrohas@gmail.com>.  This SPI bus is found on
OMAP7xx-series smartphones, and for many, the touchscreen is
attached to this bus.

The lion's share of the work was done by Fabrice on this driver --
I am merely porting it from the Linwizard project on his behalf.

Signed-off-by: Cory Maccarrone <darkstar6262@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/omap_spi_100k.c [new file with mode: 0644]