]> www.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>
Thu, 24 May 2007 23:49:00 +0000 (16:49 -0700)
commit0d1406c6a258bc6a48bef761ffe1331619a75c5d
treeb063e399c3531fb599e227595bba2de2c6249642
parentdfe76921036fed551159746fd4a3513a1434885b
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]