]> pilppa.com 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, 8 May 2007 20:39:57 +0000 (13:39 -0700)
commit01976b2cd7b977ec719f65d4a848899f3ecb4dff
treecf64c082a786b518f7cc5bf01321f4b9d22378a2
parent627c4a783450e1248af302b185ba4c41e6ae6e48
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]