]> 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>
Fri, 11 May 2007 00:11:19 +0000 (17:11 -0700)
commit05f24ed7f2264675cd4c01bba62374d14db37fe9
treede5134be2c1e1f49f6231d0f48e5b2bbdd9ec8de
parentb2ea611c29d820d6378d5dd71b2d27d84a89b684
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]