]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Input: ad7879 - split bus logic out
authorMike Frysinger <vapier@gentoo.org>
Wed, 30 Jun 2010 08:40:52 +0000 (01:40 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 3 Jul 2010 20:13:03 +0000 (13:13 -0700)
commit4397c98a8a60ba029f2d0051d0cbafe600f05d8c
tree8aed8bdd4b811051fc877b1f08e7b68d343a12e4
parent7cd7a82d16ad5a711338c1baf2316f24121d93aa
Input: ad7879 - split bus logic out

The ad7879 driver is using the old bus method of only supporting one
at a time (I2C or SPI). So refactor it like the other input drivers
that support multiple busses simultaneously.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/ad7879-i2c.c [new file with mode: 0644]
drivers/input/touchscreen/ad7879-spi.c [new file with mode: 0644]
drivers/input/touchscreen/ad7879.c
drivers/input/touchscreen/ad7879.h [new file with mode: 0644]