linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] Input updates for v5.7-rc0
@ 2020-04-07 18:26 Dmitry Torokhov
  2020-04-08  3:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Torokhov @ 2020-04-07 18:26 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 updates for the input subsystem. You will get update to
Goodix touchscreen driver to enable it work properly on various Bay
Trail and Cherry Trail devices, and a few other assorted changes.

Changelog:
---------

Andy Shevchenko (1):
      Input: of_touchscreen - explicitly choose axis

Benjamin Gaignard (1):
      dt-bindings: touchscreen: Convert edt-ft5x06 to json-schema

Dmitry Mastykin (2):
      Input: goodix - fix spurious key release events
      Input: goodix - add support for more then one touch-key

Hans de Goede (14):
      Input: goodix - refactor IRQ pin GPIO accesses
      Input: goodix - make loading the config from disk independent from the GPIO setup
      Input: goodix - make resetting the controller at probe independent from the GPIO setup
      Input: goodix - add support for getting IRQ + reset GPIOs on Cherry Trail devices
      Input: goodix - add support for getting IRQ + reset GPIOs on Bay Trail devices
      Input: goodix - add support for controlling the IRQ pin through ACPI methods
      Input: goodix - move defines to above struct goodix_ts_data declaration
      Input: goodix - save a copy of the config from goodix_read_config()
      Input: goodix - add minimum firmware size check
      Input: goodix - make goodix_send_cfg() take a raw buffer as argument
      Input: goodix - restore config on resume if necessary
      Input: goodix - try to reset the controller if the i2c-test fails
      Input: goodix - fix compilation when ACPI support is disabled
      Input: i8042 - add Acer Aspire 5738z to nomux list

Icenowy Zheng (3):
      dt-bindings: input: touchscreen: add compatible string for Goodix GT917S
      Input: goodix - use string-based chip ID
      Input: goodix - add support for Goodix GT917S

Johnny Chuang (1):
      Input: elants_i2c - report resolution information for touch major

Rajat Jain (1):
      Input: update SPDX tag for input-event-codes.h

Sergei A. Trusov (1):
      Input: goodix - fix touch coordinates on Cube I15-TC

Yannick Fertre (2):
      dt-bindings: touchscreen: goodix: support of gt9147
      Input: goodix - support gt9147 touchpanel

Diffstat:
--------

 .../bindings/input/touchscreen/edt-ft5x06.txt      |  77 ---
 .../bindings/input/touchscreen/edt-ft5x06.yaml     | 125 +++++
 .../bindings/input/touchscreen/goodix.yaml         |   2 +
 drivers/input/serio/i8042-x86ia64io.h              |  11 +
 drivers/input/touchscreen/elants_i2c.c             |   1 +
 drivers/input/touchscreen/goodix.c                 | 608 +++++++++++++++++----
 drivers/input/touchscreen/of_touchscreen.c         |  35 +-
 include/uapi/linux/input-event-codes.h             |   2 +-
 8 files changed, 651 insertions(+), 210 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml

Thanks.


-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [git pull] Input updates for v5.7-rc0
  2020-04-07 18:26 [git pull] Input updates for v5.7-rc0 Dmitry Torokhov
@ 2020-04-08  3:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-04-08  3:40 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Linus Torvalds, linux-kernel, linux-input

The pull request you sent on Tue, 7 Apr 2020 11:26:24 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9ebe5422ad6c0309d3a2d4cd099b8410d2b6c6b0

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-08  3:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 18:26 [git pull] Input updates for v5.7-rc0 Dmitry Torokhov
2020-04-08  3:40 ` pr-tracker-bot

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).