linux-input.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.6-rc1
Date: Sat, 15 Feb 2020 15:29:55 -0800	[thread overview]
Message-ID: <20200215232955.GA107886@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:

- a few drivers have been updated to use flexible-array syntax instead
  of GCC extension
- ili210x touchscreen driver now supports the 2120 protocol flavor
- a couple more of Synaptics devices have been switched over to RMI4

Changelog:
---------

Benjamin Tissoires (1):
      Input: synaptics - remove the LEN0049 dmi id from topbuttonpad list

Gaurav Agrawal (1):
      Input: synaptics - enable SMBus on ThinkPad L470

Gustavo A. R. Silva (5):
      Input: goldfish_events - replace zero-length array with flexible-array member
      Input: gpio_keys - replace zero-length array with flexible-array member
      Input: gpio_keys_polled - replace zero-length array with flexible-array member
      Input: tca6416-keypad - replace zero-length array with flexible-array member
      Input: cyapa - replace zero-length array with flexible-array member

Luca Weiss (2):
      Input: ili210x - fix return value of is_visible function
      Input: ili210x - add ili2120 support

Lyude Paul (1):
      Input: synaptics - switch T470s to RMI4 by default

Wolfram Sang (1):
      Input: psmouse - switch to using i2c_new_scanned_device()

Diffstat:
--------

 .../devicetree/bindings/input/ilitek,ili2xxx.txt   |  3 +-
 drivers/input/keyboard/goldfish_events.c           |  2 +-
 drivers/input/keyboard/gpio_keys.c                 |  2 +-
 drivers/input/keyboard/gpio_keys_polled.c          |  2 +-
 drivers/input/keyboard/tca6416-keypad.c            |  4 +--
 drivers/input/mouse/cyapa_gen5.c                   |  8 ++---
 drivers/input/mouse/psmouse-smbus.c                |  8 +++--
 drivers/input/mouse/synaptics.c                    |  4 ++-
 drivers/input/touchscreen/ili210x.c                | 34 +++++++++++++++++++++-
 9 files changed, 52 insertions(+), 15 deletions(-)

Thanks.


-- 
Dmitry

             reply	other threads:[~2020-02-15 23:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-15 23:29 Dmitry Torokhov [this message]
2020-02-16  1:20 ` [git pull] Input updates for v5.6-rc1 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=20200215232955.GA107886@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).