linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for v5.7-rc0
Date: Tue, 7 Apr 2020 11:26:24 -0700	[thread overview]
Message-ID: <20200407182624.GA222411@dtor-ws> (raw)

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

             reply	other threads:[~2020-04-07 18:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07 18:26 Dmitry Torokhov [this message]
2020-04-08  3:40 ` [git pull] Input updates for v5.7-rc0 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200407182624.GA222411@dtor-ws \
    --to=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).