1. 26 Dec, 2021 38 commits
  2. 25 Dec, 2021 2 commits
    • Linus Torvalds's avatar
      Merge tag 'hwmon-for-v5.16-rc7' of... · e2ae0d4a
      Linus Torvalds authored
      Merge tag 'hwmon-for-v5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
      
      Pull hwmon fixes from Guenter Roeck:
       "A couple of lm90 driver fixes. None of them are critical, but they
        should nevertheless be fixed"
      
      * tag 'hwmon-for-v5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
        hwmon: (lm90) Do not report 'busy' status bit as alarm
        hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681
        hwmon: (lm90) Drop critical attribute support for MAX6654
        hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations
        hwmon: (lm90) Fix usage of CONFIG2 register in detect function
      e2ae0d4a
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · 5b5e3d03
      Linus Torvalds authored
      Pull input fixes from Dmitry Torokhov:
       "A few small updates to drivers.
      
        Of note we are now deferring probes of i8042 on some Asus devices as
        the controller is not ready to respond to queries first time around
        when the driver is compiled into the kernel"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
        Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312
        Input: atmel_mxt_ts - fix double free in mxt_read_info_block
        Input: goodix - fix memory leak in goodix_firmware_upload
        Input: goodix - add id->model mapping for the "9111" model
        Input: goodix - try not to touch the reset-pin on x86/ACPI devices
        Input: i8042 - enable deferred probe quirk for ASUS UM325UA
        Input: elantech - fix stack out of bound access in elantech_change_report_id()
        Input: iqs626a - prohibit inlining of channel parsing functions
        Input: i8042 - add deferred probe support
      5b5e3d03