linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] Input updates for 4.2-rc0 (round 2)
@ 2015-07-04  7:01 Dmitry Torokhov
  0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2015-07-04  7:01 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-input

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus

to receive second round of updates for the input subsystem. you will get
a new driver for Weida wdt87xx touch controllers, and a bunch of fixups
for other drivers.

Changelog:
---------

Anshul Garg (1):
      Input: use for_each_set_bit() where appropriate

Dmitry Torokhov (4):
      Input: edt-ft5x06 - mark as direct input device
      Input: improve parsing OF parameters for touchscreens
      Input: wdt87xx_i2c - fix format warning
      Input: wdt87xx_i2c - remove stray newline in diagnostic message

Fabio Estevam (1):
      Input: imx_keypad - check for clk_prepare_enable() error

Hans de Goede (1):
      Input: axp20x-pek - fix reporting button state as inverted

HungNien Chen (2):
      Input: add a driver for wdt87xx touchscreen controller
      Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR event

Pavel Rojtberg (1):
      Input: xpad - re-send LED command on present event

Pierre-Loup A. Griffais (1):
      Input: xpad - set the LEDs properly on XBox Wireless controllers

Sebastian Ott (1):
      Input: arc_ps2 - add HAS_IOMEM dependency


Diffstat:
--------

 drivers/input/input.c                      |   34 +-
 drivers/input/joystick/xpad.c              |   78 +-
 drivers/input/keyboard/imx_keypad.c        |    4 +-
 drivers/input/misc/axp20x-pek.c            |    8 +-
 drivers/input/serio/Kconfig                |    1 +
 drivers/input/touchscreen/Kconfig          |   12 +
 drivers/input/touchscreen/Makefile         |    1 +
 drivers/input/touchscreen/edt-ft5x06.c     |    9 +-
 drivers/input/touchscreen/of_touchscreen.c |   69 +-
 drivers/input/touchscreen/tsc2005.c        |    2 +-
 drivers/input/touchscreen/wdt87xx_i2c.c    | 1149 ++++++++++++++++++++++++++++
 include/linux/input/touchscreen.h          |    5 +-
 12 files changed, 1296 insertions(+), 76 deletions(-)
 create mode 100644 drivers/input/touchscreen/wdt87xx_i2c.c

-- 
Dmitry

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-04  7:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-04  7:01 [git pull] Input updates for 4.2-rc0 (round 2) Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).