]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
SPI: Add TSC2102 main SPI driver
authorAndrzej Zaborowski <balrog@zabor.org>
Mon, 2 Apr 2007 17:15:00 +0000 (13:15 -0400)
committerTony Lindgren <tony@atomide.com>
Tue, 3 Apr 2007 19:06:27 +0000 (15:06 -0400)
commit8d1fd8243a2edb8d7872302cc3fdf1fc7ef0213b
tree54efe1eca21dc249d3ef8e70b8e7bbb2a66dfc7c
parentf588a28adcd5a4028ef6bd3129c4bf44f327043d
SPI: Add TSC2102 main SPI driver

This adds a driver for the TSC2102 chip by Texas Instruments. This
driver is responsible for all communication with the chip and doesn't
export anything for user-space, but for other drivers controlling
devices connected to the chip.

Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/tsc2102.c [new file with mode: 0644]
include/linux/spi/tsc2102.h [new file with mode: 0644]