From: Imre Deak Date: Mon, 2 Apr 2007 17:11:36 +0000 (-0400) Subject: SPI: Add support for TSC2101 X-Git-Tag: v2.6.22-omap1~165^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=627c4a783450e1248af302b185ba4c41e6ae6e48;p=pandora-kernel.git SPI: Add support for TSC2101 The new driver is functionally the same as the old drivers/ssi/omap-tsc2101 driver in the linux-omap tree. Signed-off-by: Imre Deak --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 6ffa633a2f20..993373034f8f 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -164,6 +164,14 @@ config SPI_AT25 This driver can also be built as a module. If so, the module will be called at25. +config SPI_TSC2101 + depends on SPI_MASTER + tristate "TSC2101 chip support" + ---help--- + Say Y here if you want support for the TSC2101 chip. + At the moment it provides basic register read / write interface + as well as a way to enable the MCLK clock. + # # Add new SPI protocol masters in alphabetical order above this line # diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index b812733fd2b9..cf05cbc67938 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -26,6 +26,7 @@ obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o # SPI protocol drivers (device/link on bus) obj-$(CONFIG_SPI_AT25) += at25.o +obj-$(CONFIG_SPI_TSC2101) += tsc2101.o # ... add above this line ... # SPI slave controller drivers (upstream link) Reading git-diff-tree failed