Skip to content
Snippets Groups Projects
  1. Feb 24, 2021
  2. Feb 23, 2021
    • Linus Torvalds's avatar
      Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 005d3bd9
      Linus Torvalds authored
      Pull more power management updates from Rafael Wysocki:
       "These are fixes and cleanups on top of the power management material
        for 5.12-rc1 merged previously.
      
        Specifics:
      
         - Address cpufreq regression introduced in 5.11 that causes CPU
           frequency reporting to be distorted on systems with CPPC that use
           acpi-cpufreq as the scaling driver (Rafael Wysocki).
      
         - Fix regression introduced during the 5.10 development cycle related
           to CPU hotplug and policy recreation in the qcom-cpufreq-hw driver
           (Shawn Guo).
      
         - Fix recent regression in the operating performance points (OPP)
           framework that may cause frequency updates to be skipped by mistake
           in some cases (Jonathan Marek).
      
         - Simplify schedutil governor code and remove a misleading comment
           from it (Yue Hu).
      
         - Fix kerneldoc comment typo in the cpufreq core (Yue Hu)"
      
      * tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        cpufreq: Fix typo in kerneldoc comment
        cpufreq: schedutil: Remove update_lock comment from struct sugov_policy definition
        cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_limit()
        cpufreq: ACPI: Set cpuinfo.max_freq directly if max boost is known
        cpufreq: qcom-hw: drop devm_xxx() calls from init/exit hooks
        opp: Don't skip freq update for different frequency
      005d3bd9
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · e0fbd25b
      Linus Torvalds authored
      Pull input updates from Dmitry Torokhov:
       "Mostly existing driver fixes plus a new driver for game controllers
        directly connected to Nintendo 64, and an enhancement for keyboards
        driven by Chrome OS EC to communicate layout of the top row to
        userspace"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (47 commits)
        Input: st1232 - fix NORMAL vs. IDLE state handling
        Input: aiptek - convert sysfs sprintf/snprintf family to sysfs_emit
        Input: alps - fix spelling of "positive"
        ARM: dts: cros-ec-keyboard: Use keymap macros
        dt-bindings: input: Fix the keymap for LOCK key
        dt-bindings: input: Create macros for cros-ec keymap
        Input: cros-ec-keyb - expose function row physical map to userspace
        dt-bindings: input: cros-ec-keyb: Add a new property describing top row
        Input: applespi - fix occasional crc errors under load.
        Input: applespi - don't wait for responses to commands indefinitely.
        Input: st1232 - add IDLE state as ready condition
        Input: zinitix - fix return type of zinitix_init_touch()
        Input: i8042 - add ASUS Zenbook Flip to noselftest list
        Input: add missing dependencies on CONFIG_HAS_IOMEM
        Input: joydev - prevent potential read overflow in ioctl
        Input: elo - fix an error code in elo_connect()
        Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Series X|S
        Input: sur40 - fix an error code in sur40_probe()
        Input: elants_i2c - detect enum overflow
        Input: zinitix - remove unneeded semicolon
        ...
      e0fbd25b
Loading