linux/drivers/input/keyboard
Linus Torvalds fc47912d9c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input updates from Dmitry Torokhov:
 "A few drivers were updated with device tree bindings and others got a
  few small cleanups and fixes."

Fix trivial conflict in drivers/input/keyboard/omap-keypad.c due to
changes clashing with a whitespace cleanup.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (28 commits)
  Input: wacom - mark Intuos5 pad as in-prox when touching buttons
  Input: synaptics - adjust threshold for treating position values as negative
  Input: hgpk - use %*ph to dump small buffer
  Input: gpio_keys_polled - fix dt pdata->nbuttons
  Input: Add KD[GS]KBDIACRUC ioctls to the compatible list
  Input: omap-keypad - fixed formatting
  Input: tegra - move platform data header
  Input: wacom - add support for EMR on Cintiq 24HD touch
  Input: s3c2410_ts - make s3c_ts_pmops const
  Input: samsung-keypad - use of_get_child_count() helper
  Input: samsung-keypad - use of_match_ptr()
  Input: uinput - fix formatting
  Input: uinput - specify exact bit sizes on userspace APIs
  Input: uinput - mark failed submission requests as free
  Input: uinput - fix race that can block nonblocking read
  Input: uinput - return -EINVAL when read buffer size is too small
  Input: uinput - take event lock when fetching events from buffer
  Input: get rid of MATCH_BIT() macro
  Input: rotary-encoder - add DT bindings
  Input: rotary-encoder - constify platform data pointers
  ...
2012-10-02 17:16:10 -07:00
..
adp5520-keys.c Input: keyboard - use macro module_platform_driver() 2011-11-30 23:41:41 -08:00
adp5588-keys.c Input: adp5588 - add support for gpio names 2012-05-10 22:34:16 -07:00
adp5589-keys.c Input: convert I2C drivers to use module_i2c_driver() 2012-03-16 23:06:19 -07:00
amikbd.c Input: revert some over-zealous conversions to module_platform_driver() 2012-01-10 23:12:46 -08:00
atakbd.c input/atari: Fix atarimouse init 2011-05-19 18:19:11 +02:00
atkbd.c Input: atkbd - fix language in a printed message 2012-04-23 23:35:53 -07:00
bf54x-keys.c Input: keyboard - staticise non-exported symbols 2011-12-12 00:03:00 -08:00
davinci_keyscan.c ARM: davinci: move platform_data definitions 2012-09-14 11:16:54 +02:00
ep93xx_keypad.c ARM: ep93xx: move platform_data definitions 2012-09-14 11:16:55 +02:00
gpio_keys.c Input: gpio_keys - report a wakeup_event for a button press 2012-08-21 22:29:48 -07:00
gpio_keys_polled.c Input: gpio_keys_polled - fix dt pdata->nbuttons 2012-09-12 21:56:20 -07:00
hil_kbd.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00
hilkbd.c
hpps2atkbd.h
imx_keypad.c Input: imx_keypad - fix missing clk conversions 2012-09-04 22:18:03 -07:00
jornada680_kbd.c Input: keyboard - use macro module_platform_driver() 2011-11-30 23:41:41 -08:00
jornada720_kbd.c ARM: 7341/1: input: prepare jornada720 keyboard and ts for sa11x0 sparse irq 2012-03-25 23:57:19 +01:00
Kconfig Input: omap-keypad: Remove dependencies to mach includes 2012-09-12 18:06:30 -07:00
lkkbd.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00
lm8323.c Input: convert I2C drivers to use module_i2c_driver() 2012-03-16 23:06:19 -07:00
lm8333.c lm8333: Fix check ordering 2012-06-27 17:35:55 +02:00
locomokbd.c [ARM] locomo: avoid unnecessary cascaded keyboard IRQ 2010-03-02 07:40:49 +08:00
lpc32xx-keys.c Input: add support for key scan interface of the LPC32xx SoC 2012-07-17 23:16:16 -07:00
Makefile Input: add support for key scan interface of the LPC32xx SoC 2012-07-17 23:16:16 -07:00
maple_keyb.c
matrix_keypad.c Input: matrix-keymap - uninline and prepare for device tree support 2012-05-10 22:38:47 -07:00
max7359_keypad.c Input: convert I2C drivers to use module_i2c_driver() 2012-03-16 23:06:19 -07:00
mcs_touchkey.c Input: request threaded-only IRQs with IRQF_ONESHOT 2012-07-04 13:12:19 -07:00
mpr121_touchkey.c Input: request threaded-only IRQs with IRQF_ONESHOT 2012-07-04 13:12:19 -07:00
newtonkbd.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00
nomadik-ske-keypad.c ARM: nomadik: move platform_data definitions 2012-09-14 11:19:00 +02:00
omap-keypad.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2012-10-02 17:16:10 -07:00
omap4-keypad.c Input: omap4-keypad - add device tree support 2012-07-17 23:16:07 -07:00
opencores-kbd.c Input: keyboard - use macro module_platform_driver() 2011-11-30 23:41:41 -08:00
pmic8xxx-keypad.c Input: matrix-keymap - uninline and prepare for device tree support 2012-05-10 22:38:47 -07:00
pxa27x_keypad.c ARM: pxa: move platform_data definitions 2012-09-14 11:18:10 +02:00
pxa930_rotary.c ARM: pxa: move platform_data definitions 2012-09-14 11:18:10 +02:00
qt1070.c Input: request threaded-only IRQs with IRQF_ONESHOT 2012-07-04 13:12:19 -07:00
qt2160.c workqueue: use mod_delayed_work() instead of __cancel + queue 2012-08-21 13:18:24 -07:00
samsung-keypad.c Input: samsung-keypad - use of_get_child_count() helper 2012-08-21 22:40:01 -07:00
sh_keysc.c Input: keyboard - use macro module_platform_driver() 2011-11-30 23:41:41 -08:00
spear-keyboard.c ARM: spear: move platform_data definitions 2012-09-19 17:42:19 +02:00
stmpe-keypad.c Input: matrix-keymap - uninline and prepare for device tree support 2012-05-10 22:38:47 -07:00
stowaway.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00
sunkbd.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00
tc3589x-keypad.c Input: matrix-keymap - uninline and prepare for device tree support 2012-05-10 22:38:47 -07:00
tca6416-keypad.c Input: request threaded-only IRQs with IRQF_ONESHOT 2012-07-04 13:12:19 -07:00
tca8418_keypad.c Input: request threaded-only IRQs with IRQF_ONESHOT 2012-07-04 13:12:19 -07:00
tegra-kbc.c Linux 3.6-rc4 2012-09-04 22:57:19 -07:00
tnetv107x-keypad.c Input: request threaded-only IRQs with IRQF_ONESHOT 2012-07-04 13:12:19 -07:00
twl4030_keypad.c Input: matrix-keymap - uninline and prepare for device tree support 2012-05-10 22:38:47 -07:00
w90p910_keypad.c ARM: w90x900: move platform_data definitions 2012-09-14 11:18:59 +02:00
xtkbd.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00