This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 62746f92b10a Merge tag 'devicetree-for-5.11' of git://git.kernel.org/pu [...] new f5dc93b7875b HID: sony: Workaround for DS4 dongle hotplug kernel crash. new ba876cdc6ac9 HID: logitech-hidpp: Add hid_device_id for V470 bluetooth mouse new 1008230f2abe HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB [...] new c961facb5b19 HID: ite: Add support for Acer S1002 keyboard-dock new c870d50ce387 HID: i2c-hid: add Vero K147 to descriptor override new 302f0dad8c97 SFH: Add maintainers and documentation for AMD SFH based o [...] new 4f567b9f8141 SFH: PCIe driver to add support of AMD sensor fusion hub new 4b2c53d93a4b SFH:Transport Driver to add support of AMD Sensor Fusion H [...] new 1434f9fc0e47 SFH: Create HID report to Enable support of AMD sensor fus [...] new 4b393f0f76c8 AMD_SFH: Fix for incorrect Sensor index new 907286d1420d HID: SFH: Add documentation new 6e6eae04f512 SFH: fix error return check for -ERESTARTSYS new 36ed0958feaf Merge branch 'for-5.11/amd-sfh-hid' into for-linus new b92b80246e06 HID: asus: Add support for ASUS N-Key keyboard new 90c5f4649aaf Merge branch 'for-5.11/asus' into for-linus new c6838eeef2fb HID: hid-input: occasionally report stylus battery even if [...] new cae96a5d2bf3 HID: usbhid: Fix fall-through warnings for Clang new 6b5542752605 HID: input: Fix fall-through warnings for Clang new 6a0eaf5123e0 HID: Increase HID maximum report size to 16KB new f43d3870cafa HID: hidraw: Add additional hidraw input/output report ioctls. new 105856b36c0c Merge branch 'for-5.11/core' into for-linus new 68d09380a627 HID: elecom: rewrite report based on model specific parameters new 55633e681afb HID: elecom: add support for EX-G M-XGL20DLBK wireless mouse new 82514ecd6143 HID: elecom: drop stray comment new e77bc7dc9af0 Merge branch 'for-5.11/elecom' into for-linus new afdd34c5fa40 HID: i2c-hid: show the error when failing to fetch the HID [...] new 19a0b6d79c97 Merge branch 'for-5.11/i2c-hid' into for-linus new 9735d9deb109 HID: intel-ish-hid: Remove unnecessary assignment to variable rv new 47cdd7f139dc Merge branch 'for-5.11/intel-ish' into for-linus new a76a6c1893b0 HID: sony: Report more accurate DS4 power status. new 1a8212e8fd1f HID: sony: Don't use fw_version/hw_version for sysfs cleanup. new cc894ac55360 HID: sony: support for ghlive ps3/wii u dongles new 4d3d3d70cc90 Merge branch 'for-5.11/sony' into for-linus new 2a6a35a9ecdd HID: wacom: Constify attribute_groups new 85a694738f6e Merge branch 'for-5.11/wacom' into for-linus new de925e2fbb44 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 16b8fe4caf49 vfio/pci: Move dummy_resources_list init in vfio_pci_probe() new 7b06a56d468b vfio-pci: Use io_remap_pfn_range() for PCI IO memory new d22f9a6c92de vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU new a15ac665b9e9 vfio-mdev: Wire in a request handler for mdev parent new bccce80bbd44 vfio-ccw: Wire in the request callback new bdfae1c9a913 vfio/type1: Add vfio_group_iommu_domain() new 0c71cc04eb18 Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/li [...]
The 43 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/hid/amd-sfh-hid.rst | 145 +++++ Documentation/hid/hidraw.rst | 45 +- Documentation/hid/index.rst | 1 + MAINTAINERS | 8 + drivers/hid/Kconfig | 3 + drivers/hid/Makefile | 2 + drivers/hid/amd-sfh-hid/Kconfig | 18 + drivers/hid/amd-sfh-hid/Makefile | 13 + drivers/hid/amd-sfh-hid/amd_sfh_client.c | 246 ++++++++ drivers/hid/amd-sfh-hid/amd_sfh_hid.c | 174 ++++++ drivers/hid/amd-sfh-hid/amd_sfh_hid.h | 67 +++ drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 152 +++++ drivers/hid/amd-sfh-hid/amd_sfh_pcie.h | 79 +++ .../amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c | 224 +++++++ .../amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h | 107 ++++ .../hid_descriptor/amd_sfh_hid_report_desc.h | 645 +++++++++++++++++++++ drivers/hid/hid-asus.c | 123 +++- drivers/hid/hid-elecom.c | 51 +- drivers/hid/hid-ids.h | 7 + drivers/hid/hid-input.c | 6 +- drivers/hid/hid-ite.c | 13 +- drivers/hid/hid-logitech-hidpp.c | 2 + drivers/hid/hid-mf.c | 2 + drivers/hid/hid-quirks.c | 3 + drivers/hid/hid-sony.c | 247 ++++++-- drivers/hid/hidraw.c | 24 +- drivers/hid/i2c-hid/i2c-hid-core.c | 5 +- drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8 + drivers/hid/intel-ish-hid/ishtp-hid.c | 6 +- drivers/hid/usbhid/hid-core.c | 2 + drivers/hid/wacom_sys.c | 16 +- drivers/s390/cio/vfio_ccw_ops.c | 26 + drivers/s390/cio/vfio_ccw_private.h | 4 + drivers/vfio/mdev/mdev_core.c | 4 + drivers/vfio/mdev/vfio_mdev.c | 13 + drivers/vfio/pci/vfio_pci.c | 7 +- drivers/vfio/pci/vfio_pci_nvlink2.c | 7 +- drivers/vfio/vfio.c | 18 + drivers/vfio/vfio_iommu_type1.c | 24 + include/linux/hid.h | 3 +- include/linux/mdev.h | 4 + include/linux/vfio.h | 4 + include/uapi/linux/hidraw.h | 6 + include/uapi/linux/vfio.h | 1 + samples/hidraw/hid-example.c | 2 +- 45 files changed, 2466 insertions(+), 101 deletions(-) create mode 100644 Documentation/hid/amd-sfh-hid.rst create mode 100644 drivers/hid/amd-sfh-hid/Kconfig create mode 100644 drivers/hid/amd-sfh-hid/Makefile create mode 100644 drivers/hid/amd-sfh-hid/amd_sfh_client.c create mode 100644 drivers/hid/amd-sfh-hid/amd_sfh_hid.c create mode 100644 drivers/hid/amd-sfh-hid/amd_sfh_hid.h create mode 100644 drivers/hid/amd-sfh-hid/amd_sfh_pcie.c create mode 100644 drivers/hid/amd-sfh-hid/amd_sfh_pcie.h create mode 100644 drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c create mode 100644 drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h create mode 100644 drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_report_desc.h