Hi Linus,
Please consider pulling from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
or
master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
to receive updates for input subsystem. There is a new driver for GPIO
connected keys from handheld.org tree and an update for ads7846 driver
from OPAM tree. Since these trees are main users of the drivers I think
chance of failure is pretty low.
Changelog:
----------
Akinobu Mita (1):
Input: pc110pad - return proper error
David Brownell (1):
Input: ads7846 - be more compatible with the hwmon framework
Dmitry Torokhov (1):
Input: i8042 - really suppress ACK/NAK during panic blink
Imre Deak (5):
Input: ads7846 - pluggable filtering logic
Input: ads7846 - optionally leave Vref on during differential measurements
Input: ads7846 - switch to using hrtimer
Input: ads7846 - select correct SPI mode
Input: ads7846 - detect pen up from GPIO state
Jiri Slaby (1):
Input: hid-ff - add support for Logitech Momo racing wheel
Phil Blundell (1):
Input: gpio-keys - keyboard driver for GPIO buttons
Stephen Hemminger (1):
Input: lifebook - add support for Lifebook 6210
Diffstat:
---------
drivers/input/keyboard/Kconfig | 19 -
drivers/input/keyboard/Makefile | 5
drivers/input/keyboard/gpio_keys.c | 147 ++++++++
drivers/input/mouse/lifebook.c | 6
drivers/input/mouse/pc110pad.c | 2
drivers/input/serio/i8042.c | 7
drivers/input/touchscreen/Kconfig | 9
drivers/input/touchscreen/ads7846.c | 581 +++++++++++++++++++++++------------
drivers/usb/input/hid-ff.c | 1
drivers/usb/input/hid-lgff.c | 1
include/asm-arm/hardware/gpio_keys.h | 17 +
include/linux/spi/ads7846.h | 12
12 files changed, 604 insertions(+), 203 deletions(-)
--
Dmitry