-
devprop-5.1-rc20e3edd94 · ·
Device properties framework fix for 5.1-rc2 Add missing "static" in two places (YueHaibing).
-
acpi-5.1-rc254e3aca8 · ·
ACPI fix for 5.1-rc2 Prevent device references acquired by bus_find_device() in acpi_dev_present() from being leaked (Andy Shevchenko).
-
pm-5.1-rc2112a04f6 · ·
Power management fixes for 5.1-rc2 - Rearrange the generic power domains (genpd) code to avoid a potential deadlock possible due to its interactions with the clock framework (Jiada Wang). - Make turbostat return the exit status of the command run under it if that command fails (David Arcari).
-
wireless-drivers-for-davem-2019-03-197dfc45e6 · ·
wireless-drivers fixes for 5.1 First set of fixes for 5.1. Lots of fixes for mt76 this time. iwlwifi * fix warning with do_div() mt7601u * avoid using hardware which is supported by mt76 mt76 * more fixes for hweight8() usage * fix hardware restart for mt76x2 * fix writing txwi on USB devices * fix (and disable by default) ED/CCA support on 76x2 * fix powersave issues on 7603 * fix return value check for ioremap on 7603 * fix duplicate USB device IDs
-
du-next-2019031812e32f55 · ·
Renesas display drivers changes for v5.2: - Display writeback (includes VSP changes and DRM/KMS API changes)
-
sound-fix-5.1-rc1da484d00 · ·
sound fixes for 5.1-rc1 Some gleaning after the first batch; mostly about HD-audio quirks but also some NULL dereference fixes in corner cases and a random build error fix, too.
-
pm-5.1-rc1-2b444e1aa · ·
Additional power management updates for 5.1-rc1 - Fix registration of new cpuidle governors partially broken during the 5.0 development cycle by mistake (Rafael Wysocki). - Avoid integer overflows in the menu cpuidle governor by making it discard the overflowing data points upfront (Rafael Wysocki). - Fix minor mistake in the recent update of the iowait boost computation in the intel_pstate driver (Rafael Wysocki). - Drop incorrect __init annotation from one function in the pxa2xx cpufreq driver (Arnd Bergmann). - Fix the operating performance points (OPP) framework initialization for devices in multiple power domains if only one of them is scalable (Rajendra Nayak). - Fix mistake in dev_pm_opp_set_rate() which causes it to skip updating the performance state if the new frequency is the same as the old one (Viresh Kumar). - Rework the cancellation of wakeup source timers to avoid potential issues with it and do some cleanups unlocked by that change (Viresh Kumar, Rafael Wysocki). - Clean up the code computing the active/suspended time of devices in the PM-runtime framework after recent changes (Ulf Hansson). - Make the power management infrastructure code use pr_fmt() consistently (Joe Perches). - Clean up the generic power domains (genpd) framework somewhat (Aisheng Dong). - Improve kerneldoc comments for two functions in the cpufreq core (Rafael Wysocki). - Fix typo in a PM QoS file description comment (Aisheng Dong). - Update the handling of CPU boost frequencies in the cpupower utility (Abhishek Goel).
-
acpi-5.1-rc1-2b6e88119 · ·
Additional ACPI updates for 5.1-rc1 - Fix a crash caused by unloading an SSDT overlay (Andy Shevchenko). - Prevent user space from getting confusing error values on failing ACPI sysfs accesses (Rafael Wysocki). - Simplify leaf node detection in the PPTT parsing code by using a new flag defined in ACPI 6.3 (Jeremy Linton). - Add missing "static" in some places in the ACPI configfs code (Andy Shevchenko). - Fix acpidbg tool path in the ACPI documentation (Flavio Suligoi).