All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Kosina <jikos@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>
Subject: [GIT PULL] HID for 5.14
Date: Wed, 30 Jun 2021 09:21:27 +0200 (CEST)	[thread overview]
Message-ID: <nycvar.YFH.7.76.2106300918230.18969@cbobk.fhfr.pm> (raw)

Linus,

please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git for-linus

to receive HID subsystem changes queued for 5.14 merge window. Highlights:

=====
- patch series that ensures that hid-multitouch driver disables touch 
  and button-press reporting on hid-mt devices during suspend when the 
  device is not configured as a wakeup-source, from Hans de Goede
- support for ISH DMA on Intel EHL platform, from Even Xu
- support for Renoir and Cezanne SoCs, Ambient Light Sensor and Human 
  Presence Detection sensor for amd-sfh driver, from Basavaraj Natikar
- other assorted code cleanups and device-specific fixes/quirks
=====

Thanks.

----------------------------------------------------------------
Ahelenia Ziemiańska (1):
      HID: input: replace outdated HID numbers+comments with macros

Austin Kim (1):
      HID: intel-ish-hid: Fix minor typos in comments

Basavaraj Natikar (4):
      HID: amd_sfh: change in maintainer
      HID: amd_sfh: Extend driver capabilities for multi-generation support
      HID: amd_sfh: Extend ALS support for newer AMD platform
      HID: amd_sfh: Add initial support for HPD sensor

Dmitry Torokhov (1):
      HID: do not use down_interruptible() when unbinding devices

Even Xu (3):
      HID: intel-ish-hid: Set ISH driver depends on x86
      HID: intel-ish-hid: ishtp: Add dma_no_cache_snooping() callback
      HID: intel-ish-hid: ipc: Specify that EHL no cache snooping

Hans de Goede (11):
      HID: logitech-dj/hidpp: Add info/warn/err messages about 27 MHz keyboard encryption
      HID: lg-g15: Remove unused size argument from lg_*_event() functions
      HID: lg-g15: Add a lg_g15_handle_lcd_menu_keys() helper function
      HID: lg-g15: Add a lg_g15_init_input_dev() helper function
      HID: lg-g15: Make the LED-name used by lg_g15_register_led() a parameter
      HID: lg-g15: Add support for the Logitech Z-10 speakers
      HID: lg-g15 + ite: Add MODULE_AUTHOR
      HID: core: Add hid_hw_may_wakeup() function
      HID: usbhid: Implement may_wakeup ll-driver callback
      HID: logitech-dj: Implement may_wakeup ll-driver callback
      HID: multitouch: Disable event reporting on suspend when the device is not a wakeup-source

Hyeonggon Yoo (2):
      HID: usbmouse: Avoid GFP_ATOMIC when GFP_KERNEL is possible
      HID: usbkbd: Avoid GFP_ATOMIC when GFP_KERNEL is possible

Ikjoon Jang (1):
      HID: google: Add of_match table to Whiskers switch device.

Jason Gerecke (1):
      HID: wacom: Correct base usage for capacitive ExpressKey status bits

Lee Jones (11):
      HID: intel-ish-hid: Remove unused variable 'err'
      HID: ishtp-hid-client: Move variable to where it's actually used
      HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'
      HID: intel-ish: Supply some missing param descriptions
      HID: intel-ish: Fix a naming disparity and a formatting error
      HID: intel-ish-hid: Fix a little doc-rot
      HID: intel-ish-hid: Fix potential copy/paste error
      HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() function name in header
      HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()
      HID: intel-ish-hid: ishtp-fw-loader: Fix a bunch of formatting issues
      HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warning

Maximilian Luz (1):
      HID: surface-hid: Fix get-report request

Pascal Giard (1):
      HID: sony: fix freeze when inserting ghlive ps3/wii dongles

Thomas Weißschuh (1):
      HID: input: Add support for Programmable Buttons

Uwe Kleine-König (3):
      HID: intel-ish-hid: Drop if block with an always false condition
      HID: intel-ish-hid: Simplify logic in ishtp_cl_device_remove()
      HID: intel-ish-hid: Make remove callback return void

Yang Yingliang (1):
      HID: thrustmaster: Switch to kmemdup() when allocate change_request

Ye Xiang (1):
      HID: intel_ish-hid: HBM: Use connected standby state bit during suspend/resume

Zoltan Tamas Vajda (1):
      HID: hid-input: add Surface Go battery quirk

 MAINTAINERS                                        |   2 +-
 drivers/hid/amd-sfh-hid/amd_sfh_client.c           |  43 +++----
 drivers/hid/amd-sfh-hid/amd_sfh_hid.h              |  12 +-
 drivers/hid/amd-sfh-hid/amd_sfh_pcie.c             |  89 ++++++++++++-
 drivers/hid/amd-sfh-hid/amd_sfh_pcie.h             |  43 +++++++
 .../amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c  |  48 ++++++-
 .../amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h  |  11 +-
 .../hid_descriptor/amd_sfh_hid_report_desc.h       | 112 ++++++++++++++++
 drivers/hid/hid-core.c                             |  10 +-
 drivers/hid/hid-debug.c                            |  11 ++
 drivers/hid/hid-google-hammer.c                    |  10 ++
 drivers/hid/hid-ids.h                              |   2 +
 drivers/hid/hid-input.c                            |  30 ++++-
 drivers/hid/hid-ite.c                              |   1 +
 drivers/hid/hid-lg-g15.c                           | 141 ++++++++++++++-------
 drivers/hid/hid-logitech-dj.c                      |  16 +++
 drivers/hid/hid-logitech-hidpp.c                   |  12 ++
 drivers/hid/hid-multitouch.c                       |   3 +-
 drivers/hid/hid-sony.c                             |  98 +++++++-------
 drivers/hid/hid-thrustmaster.c                     |   5 +-
 drivers/hid/intel-ish-hid/Kconfig                  |   1 +
 drivers/hid/intel-ish-hid/ipc/ipc.c                |  28 +++-
 drivers/hid/intel-ish-hid/ipc/pci-ish.c            |   3 +-
 drivers/hid/intel-ish-hid/ishtp-fw-loader.c        |  51 ++++----
 drivers/hid/intel-ish-hid/ishtp-hid-client.c       |  15 ++-
 drivers/hid/intel-ish-hid/ishtp-hid.c              |   2 +-
 drivers/hid/intel-ish-hid/ishtp-hid.h              |   9 +-
 drivers/hid/intel-ish-hid/ishtp/bus.c              |  24 ++--
 drivers/hid/intel-ish-hid/ishtp/client.c           |  23 +++-
 drivers/hid/intel-ish-hid/ishtp/hbm.c              |  10 +-
 drivers/hid/intel-ish-hid/ishtp/hbm.h              |   1 +
 drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h        |   5 +-
 drivers/hid/surface-hid/surface_hid.c              |   2 +-
 drivers/hid/usbhid/hid-core.c                      |   8 ++
 drivers/hid/usbhid/usbkbd.c                        |   4 +-
 drivers/hid/usbhid/usbmouse.c                      |   2 +-
 drivers/hid/wacom_wac.h                            |   2 +-
 drivers/platform/chrome/cros_ec_ishtp.c            |   4 +-
 include/linux/hid.h                                |  19 +++
 include/linux/intel-ish-client-if.h                |  10 +-
 40 files changed, 703 insertions(+), 219 deletions(-)

-- 
Jiri Kosina
SUSE Labs


             reply	other threads:[~2021-06-30  7:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-30  7:21 Jiri Kosina [this message]
2021-06-30 18:34 ` [GIT PULL] HID for 5.14 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=nycvar.YFH.7.76.2106300918230.18969@cbobk.fhfr.pm \
    --to=jikos@kernel.org \
    --cc=benjamin.tissoires@redhat.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.