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.5-rc7
Date: Fri, 24 Jan 2020 17:01:52 -0800	[thread overview]
Message-ID: <20200125010152.GA14053@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 receive:

- patches adding sanoty checks to USB endpoints in various dirvers
- max77650-onkey was missing a OF table which was preventing module
  autoloading
- a revert and a different fix for F54 handling in Synaptics dirver
- a fixup for handling register in pm8xxx vibrator driver.

Changelog:
---------

Bartosz Golaszewski (1):
      Input: max77650-onkey - add of_match table

Chuhong Yuan (1):
      Input: sun4i-ts - add a check for devm_thermal_zone_of_sensor_register

Hans Verkuil (2):
      Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers"
      Input: rmi_f54 - read from FIFO in 32 byte blocks

Johan Hovold (8):
      Input: pegasus_notetaker - fix endpoint sanity check
      Input: aiptek - fix endpoint sanity check
      Input: aiptek - use descriptors of current altsetting
      Input: gtco - fix endpoint sanity check
      Input: gtco - fix extra-descriptor debug message
      Input: gtco - drop redundant variable reinit
      Input: sur40 - fix interface sanity checks
      Input: keyspan-remote - fix control-message timeouts

Miles Chen (1):
      Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()

Stephan Gerhold (1):
      Input: pm8xxx-vib - fix handling of separate enable register

Diffstat:
--------

 drivers/input/evdev.c                    |  5 +---
 drivers/input/misc/keyspan_remote.c      |  9 ++++---
 drivers/input/misc/max77650-onkey.c      |  7 ++++++
 drivers/input/misc/pm8xxx-vibrator.c     |  2 +-
 drivers/input/rmi4/rmi_f54.c             | 43 ++++++++++++++++++++------------
 drivers/input/rmi4/rmi_smbus.c           |  2 ++
 drivers/input/tablet/aiptek.c            |  8 +++---
 drivers/input/tablet/gtco.c              | 13 +++-------
 drivers/input/tablet/pegasus_notetaker.c |  2 +-
 drivers/input/touchscreen/sun4i-ts.c     |  6 ++++-
 drivers/input/touchscreen/sur40.c        |  2 +-
 11 files changed, 59 insertions(+), 40 deletions(-)

Thanks.


-- 
Dmitry

             reply	other threads:[~2020-01-25  1:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-25  1:01 Dmitry Torokhov [this message]
2020-01-25  3:50 ` [git pull] Input updates for v5.5-rc7 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=20200125010152.GA14053@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).