]> git.baikalelectronics.ru Git - kernel.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)
commitcdbbbb5497c9afc744a38f1a782e3b6a313bf16b
tree8aed8bdd4b811051fc877b1f08e7b68d343a12e4
parent090ab2910c6f96b28272b07c21b31784ea44ae83
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]