1. 16 Dec, 2020 1 commit
    • Jiri Kosina's avatar
      Merge branch 'for-5.11/amd-sfh-hid' into for-linus · 36ed0958
      Jiri Kosina authored
      From Sandeep Singh.
      
      AMD SFH (Sensor Fusion Hub) is HID based driver.SFH FW is part of MP2 processor
      (MP2 which is an ARM core connected to x86 for processing sensor data) and it
      runs on MP2 where in the driver resides on X86.  The driver functionalities are
      divided into three parts:
      
      1: amd-mp2-pcie:- This part of the module will communicate with MP2
                        firmware. MP2 which is exposed as a PCI device to the
                        X86, uses mailboxes to talk to MP2 firmware to
                        send/receive commands.
      2: Client Layer:- This part of the driver will use DRAM  data and convert
                        the  data into HID format based on HID reports.
      3: Transport layer :- This part of the driver the will communicate with HID
                        core.Communication between devices and HID core is
                        mostly done via HID reports
      
      In terms of architecture, it resembles like ISH (Intel Integrated Sensor Hub).
      However the major difference is all the hid reports are generated as part of
      the kernel driver.
      
      AMD SFH is integrated as a part of SoC, starting from 17h family of processors.
      The solution is working well on several OEM products.  AMD SFH uses HID over
      PCIe bus.
      36ed0958
  2. 27 Nov, 2020 2 commits
  3. 25 Nov, 2020 3 commits
    • Ethan Warth's avatar
      HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter · 1008230f
      Ethan Warth authored
      Mayflash/Dragonrise seems to have yet another device ID for one of their
      Gamecube controller adapters.  Previous to this commit, the adapter
      registered only one /dev/input/js* device, and all controller inputs (from
      any controller) were mapped to this device.  This patch defines the 1846
      USB device ID and enables the HID_QUIRK_MULTI_INPUT quirk for it, which
      fixes that (with the patch, four /dev/input/js* devices are created, one
      for each of the four controller ports).
      Signed-off-by: default avatarEthan Warth <redyoshi49q@gmail.com>
      Tested-by: default avatarWladimir J. van der Laan <laanwj@gmail.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      1008230f
    • Hans de Goede's avatar
      HID: logitech-hidpp: Add hid_device_id for V470 bluetooth mouse · ba876cdc
      Hans de Goede authored
      The Logitech V470 bluetooth mouse supports HID++-1.0 over bluetooth,
      add its id to the hidpp driver so that it handles it.
      
      This enables battery monitoring support.
      
      Note this mouse does not support hi-resolution scroll-wheel events.
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      ba876cdc
    • Roderick Colenbrander's avatar
      HID: sony: Workaround for DS4 dongle hotplug kernel crash. · f5dc93b7
      Roderick Colenbrander authored
      The hid-sony driver has custom DS4 connect/disconnect logic for the
      DS4 dongle, which is a USB dongle acting as a proxy to Bluetooth
      connected DS4.
      
      The connect/disconnect logic works fine generally, however not in
      conjunction with Steam. Steam implements its own DS4 driver using
      hidraw. Both hid-sony and Steam are issuing their own HID requests
      and are racing each other during DS4 dongle connect/disconnect
      resulting in a kernel crash in hid-sony.
      
      The problem is that upon a DS4 connect to the dongle, hid-sony kicks
      of 'ds4_get_calibration_data' from within its dongle hotplug code.
      The calibration code issues raw HID feature report for reportID 0x02.
      When Steam is running, it issues a feature report for reportID 0x12
      typically just prior to hid-sony requesting feature reportID 0x02.
      The result is that 'ds4_get_calibration_data' receives the data Steam
      requested as that's the HID report returing first. Currently this
      results in it processing invalid data, which ultimately results in a
      divide by zero upon a future 'dualshock4_parse_report'.
      
      The solution for now is to check within 'ds4_get_calibration_data' to
      check if we received data for the feature report we issued and if not
      retry. This fixes bug 206785.
      Signed-off-by: default avatarRoderick Colenbrander <roderick.colenbrander@sony.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      f5dc93b7
  4. 19 Nov, 2020 2 commits
    • Hans de Goede's avatar
      HID: logitech-dj: Fix Dinovo Mini when paired with a MX5x00 receiver · b4c00e79
      Hans de Goede authored
      Some users are pairing the Dinovo keyboards with the MX5000 or MX5500
      receivers, instead of with the Dinovo receivers. The receivers are
      mostly the same (and the air protocol obviously is compatible) but
      currently the Dinovo receivers are handled by hid-lg.c while the
      MX5x00 receivers are handled by logitech-dj.c.
      
      When using a Dinovo keyboard, with its builtin touchpad, through
      logitech-dj.c then the touchpad stops working because when asking the
      receiver for paired devices, we get only 1 paired device with
      a device_type of REPORT_TYPE_KEYBOARD. And since we don't see a paired
      mouse, we have nowhere to send mouse-events to, so we drop them.
      
      Extend the existing fix for the Dinovo Edge for this to also cover the
      Dinovo Mini keyboard and also add a mapping to logitech-hidpp for the
      Media key on the Dinovo Mini, so that that keeps working too.
      
      BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1811424
      Fixes: f2113c30 ("HID: logitech-dj: add support for Logitech Bluetooth Mini-Receiver")
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
      b4c00e79
    • Hans de Goede's avatar
      HID: logitech-dj: Fix an error in mse_bluetooth_descriptor · eec231e0
      Hans de Goede authored
      Fix an error in the mouse / INPUT(2) descriptor used for quad/bt2.0 combo
      receivers. Replace INPUT with INPUT (Data,Var,Abs) for the field for the
      4 extra buttons which share their report-byte with the low-res hwheel.
      
      This is likely a copy and paste error. I've verified that the new
      0x81, 0x02 value matches both the mouse descriptor for the currently
      supported MX5000 / MX5500 receivers, as well as the INPUT(2) mouse
      descriptors for the Dinovo receivers for which support is being
      worked on.
      
      Cc: stable@vger.kernel.org
      Fixes: f2113c30 ("HID: logitech-dj: add support for Logitech Bluetooth Mini-Receiver")
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
      eec231e0
  5. 12 Nov, 2020 4 commits
    • Colin Ian King's avatar
      SFH: fix error return check for -ERESTARTSYS · 6e6eae04
      Colin Ian King authored
      Currently the check for the error return code -ERESTARTSYS is dead code
      and never executed because a previous check for ret < 0 is catching this
      and returning -ETIMEDOUT instead.  Fix this by checking for -ERESTARTSYS
      before the more generic negative error code.
      
      Addresses-Coverity: ("Logically dead code")
      Fixes: 4b2c53d9 ("SFH:Transport Driver to add support of AMD Sensor Fusion Hub (SFH)")
      Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
      Reviewed-by: default avatarSandeep Singh <sandeep.singh@amd.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      6e6eae04
    • Hans de Goede's avatar
      HID: Add Logitech Dinovo Edge battery quirk · 7940fb03
      Hans de Goede authored
      The battery status is also being reported by the logitech-hidpp driver,
      so ignore the standard HID battery status to avoid reporting the same
      info twice.
      
      Note the logitech-hidpp battery driver provides more info, such as properly
      differentiating between charging and discharging. Also the standard HID
      battery info seems to be wrong, reporting a capacity of just 26% after
      fully charging the device.
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
      7940fb03
    • Hans de Goede's avatar
      HID: logitech-hidpp: Add HIDPP_CONSUMER_VENDOR_KEYS quirk for the Dinovo Edge · c27168a0
      Hans de Goede authored
      Like the MX5000 and MX5500 quad/bluetooth keyboards the Dinovo Edge also
      needs the HIDPP_CONSUMER_VENDOR_KEYS quirk for some special keys to work.
      Specifically without this the "Phone" and the 'A' - 'D' Smart Keys do not
      send any events.
      
      In addition to fixing these keys not sending any events, adding the
      Bluetooth match, so that hid-logitech-hidpp is used instead of the
      generic HID driver, also adds battery monitoring support when the
      keyboard is connected over Bluetooth.
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
      c27168a0
    • Hans de Goede's avatar
      HID: logitech-dj: Handle quad/bluetooth keyboards with a builtin trackpad · ee5e5841
      Hans de Goede authored
      Some quad/bluetooth keyboards, such as the Dinovo Edge (Y-RAY81) have a
      builtin touchpad. In this case when asking the receiver for paired devices,
      we get only 1 paired device with a device_type of REPORT_TYPE_KEYBOARD.
      
      This means that we do not instantiate a second dj_hiddev for the mouse
      (as we normally would) and thus there is no place for us to forward the
      mouse input reports to, causing the touchpad part of the keyboard to not
      work.
      
      There is no way for us to detect these keyboards, so this commit adds
      an array with device-ids for such keyboards and when a keyboard is on
      this list it adds STD_MOUSE to the reports_supported bitmap for the
      dj_hiddev created for the keyboard fixing the touchpad not working.
      
      Using a list of device-ids for this is not ideal, but there are only
      very few such keyboards so this should be fine. Besides the Dinovo Edge,
      other known wireless Logitech keyboards with a builtin touchpad are:
      
      * Dinovo Mini (TODO add its device-id to the list)
      * K400 (uses a unifying receiver so is not affected)
      * K600 (uses a unifying receiver so is not affected)
      
      Cc: stable@vger.kernel.org
      BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1811424
      Fixes: f2113c30 ("HID: logitech-dj: add support for Logitech Bluetooth Mini-Receiver")
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
      ee5e5841
  6. 09 Nov, 2020 1 commit
  7. 05 Nov, 2020 2 commits
  8. 03 Nov, 2020 1 commit
  9. 29 Oct, 2020 2 commits
    • Sandeep Singh's avatar
      AMD_SFH: Fix for incorrect Sensor index · 4b393f0f
      Sandeep Singh authored
      It appears like the accelerometer/magnetometer and gyroscope indices were
      interchanged in the patch series which got into for-5.11/amd-sfh-hid until
      Mandoli/Richard reported to us.  Ideally sensor indices should be 0,1,2 for the
      accelerometer, Gyroscope, Magnetometer respectively, but this interchanged
      possibly could be because i was using a test MP2 firmware on my machine.
      
      This patch fixes the earlier commit with the right sensor indices and also
      removing unused structures _hid_report_descriptor, _hid_device_descriptor as
      reported by Richard.
      
      Fixes: 4f567b9f ("SFH: PCIe driver to add support of AMD sensor fusion hub 4f567b9f")
      Reported-by: default avatarMandoli <lipheng@hanmail.net>
      Reported-by: default avatarRichard Neumann <mail@richard-neumann.de>
      Signed-off-by: default avatarSandeep Singh <sandeep.singh@amd.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      4b393f0f
    • Hans de Goede's avatar
      HID: i2c-hid: Put ACPI enumerated devices in D3 on shutdown · 5c7e02a8
      Hans de Goede authored
      The i2c-hid driver would quietly fail to probe the i2c-hid sensor-hub
      with an ACPI device-id of SMO91D0 every other boot.
      
      Specifically, the i2c_smbus_read_byte() "Make sure there is something at
      this address" check would fail every other boot.
      
      It seems that the BIOS does not properly reset/power-cycle the device
      leaving it in a confused state where it refuses to respond to i2c-xfers.
      On boots where probing the device failed, the driver-core puts the device
      in D3 after the probe-failure, which causes the probe to succeed the next
      boot.
      
      Putting the device in D3 from the shutdown-handler fixes the sensors not
      working every other boot.
      
      This has been tested on both a Lenovo Miix 2-10 and a Dell Venue 8 Pro 5830
      both of which use an i2c-hid sensor-hub with an ACPI id of SMO91D0.
      
      Note that it is safe to call acpi_device_set_power() with a NULL pointer
      as first argument, so on none ACPI enumerated devices this change is a
      no-op.
      
      Cc: Kai-Heng Feng <kai.heng.feng@canonical.com>
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Acked-by: default avatarKai-Heng Feng <kai.heng.feng@canonical.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      5c7e02a8
  10. 23 Oct, 2020 2 commits
    • Jiri Kosina's avatar
      HID: add support for Sega Saturn · 1811977c
      Jiri Kosina authored
      This device needs HID_QUIRK_MULTI_INPUT in order to be presented to userspace
      in a consistent way.
      Reported-and-tested-by: default avatarDavid Gámiz Jiménez <david.gamiz@gmail.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      1811977c
    • Frank Yang's avatar
      HID: cypress: Support Varmilo Keyboards' media hotkeys · 652f3d00
      Frank Yang authored
      The Varmilo VA104M Keyboard (04b4:07b1, reported as Varmilo Z104M)
      exposes media control hotkeys as a USB HID consumer control device, but
      these keys do not work in the current (5.8-rc1) kernel due to the
      incorrect HID report descriptor. Fix the problem by modifying the
      internal HID report descriptor.
      
      More specifically, the keyboard report descriptor specifies the
      logical boundary as 572~10754 (0x023c ~ 0x2a02) while the usage
      boundary is specified as 0~10754 (0x00 ~ 0x2a02). This results in an
      incorrect interpretation of input reports, causing inputs to be ignored.
      By setting the Logical Minimum to zero, we align the logical boundary
      with the Usage ID boundary.
      
      Some notes:
      
      * There seem to be multiple variants of the VA104M keyboard. This
        patch specifically targets 04b4:07b1 variant.
      
      * The device works out-of-the-box on Windows platform with the generic
        consumer control device driver (hidserv.inf). This suggests that
        Windows either ignores the Logical Minimum/Logical Maximum or
        interprets the Usage ID assignment differently from the linux
        implementation; Maybe there are other devices out there that only
        works on Windows due to this problem?
      Signed-off-by: default avatarFrank Yang <puilp0502@gmail.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      652f3d00
  11. 22 Oct, 2020 7 commits
  12. 15 Oct, 2020 13 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid · bf36c6b9
      Linus Torvalds authored
      Pull HID updates from Jiri Kosina:
      
       - Lenovo X1 Tablet support improvements from Mikael Wikström
      
       - "heartbeat" report fix for several Wacom devices from Jason Gerecke
      
       - bounds checking fix in hid-roccat from Dan Carpenter
      
       - stylus battery reporting fix from Dmitry Torokhov
      
       - i2c-hid support for wakeup from suspend-to-idle from Kai-Heng Feng
      
       - new driver for Vivaldi devices from Sean O'Brien
      
       - other assorted small fixes and device ID additions
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
        HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle
        HID: add vivaldi HID driver
        HID: hid-input: fix stylus battery reporting
        HID: wacom: Avoid entering wacom_wac_pen_report for pad / battery
        HID: i2c-hid: fix kerneldoc warnings in i2c-hid-core.c
        HID: core: fix kerneldoc warnings in hid-core.c
        HID: multitouch: Lenovo X1 Tablet Gen2 trackpoint and buttons
        HID: multitouch: Lenovo X1 Tablet Gen3 trackpoint and buttons
        HID: alps: clean up indentation issue
        HID: intel-ish-hid: simplify the return expression of ishtp_bus_remove_device()
        HID: hid-debug: fix nonblocking read semantics wrt EIO/ERESTARTSYS
        HID: i2c-hid: Prefer asynchronous probe
        HID: ite: Add USB id match for Acer One S1003 keyboard dock
        HID: roccat: add bounds checking in kone_sysfs_write_settings()
        HID: wiimote: narrow spinlock range in wiimote_hid_event()
        HID: wiimote: make handlers[] const
        HID: apple: Add support for Matias wireless keyboard
        HID: cp2112: Use irqchip template
      bf36c6b9
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching · 0cd7d979
      Linus Torvalds authored
      Pull livepatching update from Jiri Kosina:
       "livepatching kselftest output fix from Miroslav Benes"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
        selftests/livepatch: Do not check order when using "comm" for dmesg checking
      0cd7d979
    • Linus Torvalds's avatar
      Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs · 4a165feb
      Linus Torvalds authored
      Pull direct-io fix from Jan Kara:
       "Fix for unaligned direct IO read past EOF in legacy DIO code"
      
      * tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
        direct-io: defer alignment check until after the EOF check
        direct-io: don't force writeback for reads beyond EOF
        direct-io: clean up error paths of do_blockdev_direct_IO
      4a165feb
    • Linus Torvalds's avatar
      Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs · b77a69b8
      Linus Torvalds authored
      Pull UDF, reiserfs, ext2, quota fixes from Jan Kara:
      
       - a couple of UDF fixes for issues found by syzbot fuzzing
      
       - a couple of reiserfs fixes for issues found by syzbot fuzzing
      
       - some minor ext2 cleanups
      
       - quota patches to support grace times beyond year 2038 for XFS quota
         APIs
      
      * tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
        reiserfs: Fix oops during mount
        udf: Limit sparing table size
        udf: Remove pointless union in udf_inode_info
        udf: Avoid accessing uninitialized data on failed inode read
        quota: clear padding in v2r1_mem2diskdqb()
        reiserfs: Initialize inode keys properly
        udf: Fix memory leak when mounting
        udf: Remove redundant initialization of variable ret
        reiserfs: only call unlock_new_inode() if I_NEW
        ext2: Fix some kernel-doc warnings in balloc.c
        quota: Expand comment describing d_itimer
        quota: widen timestamps for the fs_disk_quota structure
        reiserfs: Fix memory leak in reiserfs_parse_options()
        udf: Use kvzalloc() in udf_sb_alloc_bitmap()
        ext2: remove duplicate include
      b77a69b8
    • Linus Torvalds's avatar
      Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs · ca5387e4
      Linus Torvalds authored
      Pull configfs updates from Christoph Hellwig:
       "Various cleanups for the configfs samples (Bartosz Golaszewski)"
      
      * tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs:
        samples: configfs: prefer pr_err() over bare printk(KERN_ERR
        samples: configfs: don't use spaces before tabs
        samples: configfs: consolidate local variables of the same type
        samples: configfs: don't reinitialize variables which are already zeroed
        samples: configfs: replace simple_strtoul() with kstrtoint()
        samples: configfs: fix alignment in item struct
        samples: configfs: drop unnecessary ternary operators
        samples: configfs: remove redundant newlines
        MAINTAINERS: add the sample directory to the configfs entry
      ca5387e4
    • Linus Torvalds's avatar
      Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping · 5a32c341
      Linus Torvalds authored
      Pull dma-mapping updates from Christoph Hellwig:
      
       - rework the non-coherent DMA allocator
      
       - move private definitions out of <linux/dma-mapping.h>
      
       - lower CMA_ALIGNMENT (Paul Cercueil)
      
       - remove the omap1 dma address translation in favor of the common code
      
       - make dma-direct aware of multiple dma offset ranges (Jim Quinlan)
      
       - support per-node DMA CMA areas (Barry Song)
      
       - increase the default seg boundary limit (Nicolin Chen)
      
       - misc fixes (Robin Murphy, Thomas Tai, Xu Wang)
      
       - various cleanups
      
      * tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping: (63 commits)
        ARM/ixp4xx: add a missing include of dma-map-ops.h
        dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handling
        dma-direct: factor out a dma_direct_alloc_from_pool helper
        dma-direct check for highmem pages in dma_direct_alloc_pages
        dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
        dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dma
        dma-mapping: move dma-debug.h to kernel/dma/
        dma-mapping: remove <asm/dma-contiguous.h>
        dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>
        dma-contiguous: remove dma_contiguous_set_default
        dma-contiguous: remove dev_set_cma_area
        dma-contiguous: remove dma_declare_contiguous
        dma-mapping: split <linux/dma-mapping.h>
        cma: decrease CMA_ALIGNMENT lower limit to 2
        firewire-ohci: use dma_alloc_pages
        dma-iommu: implement ->alloc_noncoherent
        dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
        dma-mapping: add a new dma_alloc_pages API
        dma-mapping: remove dma_cache_sync
        53c700: convert to dma_alloc_noncoherent
        ...
      5a32c341
    • Linus Torvalds's avatar
      Merge tag 'dmaengine-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine · f065199d
      Linus Torvalds authored
      Pull dmaengine updates from Vinod Koul:
       "Core:
      
         - Mark dma_request_slave_channel() deprecated in favour of
           dma_request_chan()
      
         - subsystem conversion for tasklet_setup() API
      
         - subsystem removal of local dma_parms for arm drivers
      
        Also updates to bunch of driver notably TI, DW and AXI-DMAC"
      
      * tag 'dmaengine-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine: (104 commits)
        dmaengine: owl-dma: fix kernel-doc style for enum
        dmaengine: zynqmp_dma: fix kernel-doc style for tasklet
        dmaengine: xilinx_dma: fix kernel-doc style for tasklet
        dmaengine: qcom: bam_dma: fix kernel-doc style for tasklet
        dmaengine: altera-msgdma: fix kernel-doc style for tasklet
        dmaengine: xilinx: dpdma: convert tasklets to use new tasklet_setup() API
        dmaengine: sf-pdma: convert tasklets to use new tasklet_setup() API
        dt-bindings: Fix 'reg' size issues in zynqmp examples
        dmaengine: rcar-dmac: drop double zeroing
        dmaengine: sh: drop double zeroing
        dmaengine: ioat: Allocate correct size for descriptor chunk
        dmaengine: ti: k3-udma: use devm_platform_ioremap_resource_byname
        dmaengine: fsl: remove bad channel update
        dmaengine: dma-jz4780: Fix race in jz4780_dma_tx_status
        dmaengine: pl330: fix argument for tasklet
        dmaengine: dmatest: Return boolean result directly in filter()
        dmaengine: dmatest: Check list for emptiness before access its last entry
        dmaengine: ti: k3-udma-glue: fix channel enable functions
        dmaengine: iop-adma: Fix pointer cast warnings
        dmaengine: dw-edma: Fix Using plain integer as NULL pointer in dw-edma-v0-debugfs.c
        ...
      f065199d
    • Jiri Kosina's avatar
      Merge branch 'for-5.10/i2c-hid' into for-linus · 3504e85c
      Jiri Kosina authored
      - i2c-hid support for wakeup from suspend-to-idle
      3504e85c
    • Kai-Heng Feng's avatar
      HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle · 203c38fb
      Kai-Heng Feng authored
      Many laptops can be woken up from Suspend-to-Idle by touchpad. This is
      also the default behavior on other OSes.
      
      However, if touchpad and touchscreen contact to each other when lid is
      closed, wakeup events can be triggered inadventertly.
      
      So let's disable the wakeup by default, but enable the wakeup capability
      so users can enable it at their own discretion.
      Signed-off-by: default avatarKai-Heng Feng <kai.heng.feng@canonical.com>
      Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      203c38fb
    • Jiri Kosina's avatar
      Merge branch 'for-5.9/upstream-fixes' into for-linus · 9b14b066
      Jiri Kosina authored
      - "heartbeat" report fix for several Wacom devices
      - Lenovo X1 Tablet support improvements
      - new device IDs
      - bounds checking fix in hid-roccat
      - stylus battery reporting fix
      9b14b066
    • Jiri Kosina's avatar
      Merge branch 'for-5.10/wiimote' into for-linus · 146f9d91
      Jiri Kosina authored
      - code cleanups for hid-wiimote
      146f9d91
    • Jiri Kosina's avatar
      Merge branch 'for-5.10/vivaldi' into for-linus · df975502
      Jiri Kosina authored
      - driver for Vivaldi devices (keyboards which provide vendor-defined (Google)
        usages in their descriptor)
      df975502
    • Jiri Kosina's avatar
      Merge branch 'for-5.10/intel-ish-hid' into for-linus · d61a5d63
      Jiri Kosina authored
      - intel-ish-hid code cleanup
      d61a5d63