]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36beb9abb3e5d977357493aa7a5cbf42da1ca3cd
tree5f982bb68be90e834f8213e47a41dd442c6e679d
parent74f9abb01ed11bd2068e39c465d74272fa3e624e
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]