lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200407182624.GA222411@dtor-ws>
Date:   Tue, 7 Apr 2020 11:26:24 -0700
From:   Dmitry Torokhov <dmitry.torokhov@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: [git pull] Input updates for v5.7-rc0

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ