-
pm-4.19-rc2a0b9c4de · ·
Power management fixes for 4.19-rc2 - Make the menu cpuidle governor avoid stopping the scheduler tick if the predicted idle duration exceeds the tick period length, but the selected idle state is shallow and deeper idle states with high target residencies are available (Rafael Wysocki). - Make the PM core's generic clock management code use a proper data type for one variable to make error handling work (Dan Carpenter).
-
drm-misc-next-2018-08-3009c4b494 · ·
drm-misc-next for 4.20: UAPI Changes: - Add per-plane blend mode property (Lowry) - Change in drm_fourcc.h is documentation only (Brian) Cross-subsystem Changes: - None Core Changes: - Add get/verify_crc_source for improved crc source selection (Mahesh) - Add __drm_atomic_helper_plane_reset to reduce copypasta (Alexandru) Driver Changes: - various: Replance ref/unref calls with drm_dev_get/put (Thomas) - bridge: Add driver for TI SN65DSI86 chip (Sandeep) - rockchip: Add PX30 support (Sandy) - sun4i: Add support for R40 TCON (Jernej) - vkms: Continued building out vkms, added gem support (Haneen) Cc: Thomas Zimmermann <tzimmermann@suse.de> Cc: Sandeep Panda <spanda@codeaurora.org> Cc: Sean Paul <seanpaul@chromium.org> Cc: Sandy Huang <hjc@rock-chips.com> Cc: Lowry Li <lowry.li@arm.com> Cc: Brian Starkey <brian.starkey@arm.com> Cc: Jernej Skrabec <jernej.skrabec@siol.net> Cc: Haneen Mohammed <hamohammed.sa@gmail.com> Cc: Alexandru Gheorghe <alexandru-cosmin.gheorghe@arm.com>
-
mac80211-next-for-davem-2018-08-299c06602b · ·
Only a few changes at this point: * new channels in 60 GHz * clarify (average) ACK signal reporting API * expose ieee80211_send_layer2_update() for all drivers * start/stop mac80211's TXQs properly when required * avoid regulatory restore with IE ignoring * spelling: contidion -> condition * fully implement WFA Multi-AP backhaul
-
-
acpi-4.19-rc1-3f5d707ed · ·
Urgent ACPI Kconfig fix for 4.19-rc1 Fix recent menuconfig breakage causing it to present ACPI-specific options incorrectly (Arnd Bergmann).
-
drm-misc-next-fixes-2018-08-23-125da7504 · ·
- Add quirk to Lenovo B50-80 to use 6 bpc instead of 8 (Feng) Cc: Kai-Heng Feng <kai.heng.feng@canonical.com>
-
-
sound-fix-4.19-rc18a328ac1 · ·
sound fixes for 4.19-rc1 no surprises here: a regression fix for virmidi code refactoring, three fixes for the new AC97 bus compat and runtime PM, and a usual HD-audio quirk.
-
drm-misc-next-fixes-2018-08-224acd8d01 · ·
- Add an unprepare delay to the tv123wam panel (Sean) - Update seanpaul's email in MAINTAINERS (Sean) Cc: seanpaul@chromium.org Cc: sean@poorly.run
-
acpi-4.19-rc1-2d1f3ab5b · ·
More ACPI updates for 4.19-rc1 - Update the ACPICA code in the kernel to upstream revision 20180810 including: * Fix for AML parser regression causing it to mishandle opcodes that open a scope upon parse failures (Erik Schmauss). * Fix for a reference counting issue on large systems (Erik Schmauss). * Fix to discard values coming from register reads that have failed (Erik Schmauss). * Two acpiexec fixes (Bob Moore, Erik Schmauss). * Debugger cleanup (Bob Moore). * Cleanup of duplicate table error message (Bob Moore). * Cleanup of hex detection in the utilities (Erik Schmauss). - Make ACPICA clear the status of all ACPI events when entering sleep states again to avoid functional regressions (Rafael Wysocki). - Update the ACPI operation region driver for the CrystalCove PMIC to cover all of the known operation region fields (Hans de Goede).
-
pm-4.19-rc1-201ac7c4c · ·
More power management updates for 4.19-rc1 - Make the idle loop handle stopped scheduler tick correctly (Rafael Wysocki). - Prevent the menu cpuidle governor from letting CPUs spend too much time in shallow idle states when it is invoked with scheduler tick stopped and clean it up somewhat (Rafael Wysocki). - Avoid invoking the platform firmware to make the platform enter the ACPI S3 sleep state with suspended PCIe root ports which may confuse the firmware and cause it to crash (Rafael Wysocki). - Fix sysfs-related race in the ondemand and conservative cpufreq governors which may cause the system to crash if the governor module is removed during an update of CPU frequency limits (Henry Willard). - Select SRCU when building the system wakeup framework to avoid a build issue in it (zhangyi). - Make the descriptions of ACPI C-states vendor-neutral to avoid confusion (Prarit Bhargava).