-
acpi-4.7-rc446577e6a · ·
ACPI fix for v4.7-rc4 Revert a recent ACPICA commit that introduced a suspend-to-RAM regression on one system due to incorrect information in its ACPI tables that had not been taken into consideration at all before (and everything worked), but the commit in question started to use it.
-
pm-4.7-rc49d066a25 · ·
Power management fixes for v4.7-rc4 - Fix a recent regression in the intel_pstate driver that may lead to degraded performance on some systems due to missing turbo state entry in the table returned by the ACPI _PSS object (Srinivas Pandruvada). - Fix a recent regression in the OPP (operating performance points) framework that may lead to degraded performance on some systems where the OPP table is created too early (Viresh Kumar).
-
iommu-fixes-v4.7-rc3a4c34ff1 · ·
IOMMU Fixes for Linux v4.7-rc3 Three patches queued up: * Fix for ARM-SMMU to add a missing iommu-ops callback which is required by common iommu code * Fix for the rockchip iommu where the wrong MMUs got the commands * A regression fix for the Intel VT-d driver. The regression only showed up on X58 chipsets with more than one iommu. These chipsets seem to require that QI is enabled on all IOMMUs before it can be used.
-
-
-
-
-
regulator-fix-v4.7-rc20d2a8ef4 · ·
regulator: Fixes for v4.7 Some driver specific fixes for the regulator subsystem: - Some of the changes to the core that were merged in the last merge window exposed the fact that the qcom-smd driver hadn't implemented the voltage enumeration interfaces like it should. Since it's a simple driver specific fix to implement them do that. - Fix the ramp delay configuration for tps51632.
-
gpio-v4.7-3b66b2a0a · ·
GPIO fixes for the v4.7 series: - Fix a NULL pointer dereference when we are searching the GPIO device list but one of the devices have been removed (struct gpio_chip pointer is NULL). - Fix unaligned reference counters: we were ending on +3 after all said and done. It should be 0. Remove an extraneous get_device(), and call cdev_del() followed by device_del() in gpiochip_remove() instead and the count goes to zero and calls the release() function properly. - Fix a compile warning due to a missing #include in the OF/device tree portions. - Select ANON_INODES for GPIOLIB, we're using that for our character device. Some randconfig tests disclosed the problem. - Make sure the Zynq driver clock runs also without CONFIG_PM enabled - Fix an off-by-one error in the 104-DIO-48E driver - Fix warnings in bcm_kona_gpio_reset()
-
sound-4.7-rc335639a0e · ·
sound fixes for 4.7-rc3 We have only few, mainly HD-audio device-specific fixes. Realtek codec driver got a slightly more LOC, but they are all for the new codec chip, and won't affect others at all.
-
phy-for-4.7-rc31b2a32f · ·
phy: for 4.7-rc *) Fix compiler warning in exynos-mipi-video *) Fix in ti-pipe3 PHY to program the DPLL even if it was already locked Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
-
-
acpi-4.7-rc3bd6ac2ab · ·
ACPI fix for v4.7-rc3 A recently introduced boot regression related to the ACPI EC initialization is addressed by restoring the previous behavior (Lv Zheng).
-
pm-4.7-rc33681196a · ·
Power management fixes for v4.7-rc3 - Fix two intel_pstate initialization issues, one of which was introduced during the 4.4 cycle (Srinivas Pandruvada). - Fix kernel build with CONFIG_UBSAN set and CONFIG_CPU_IDLE unset (Catalin Marinas).
-
devicetree-fixes-for-4.706dfeef8 · ·
DeviceTree fixes for 4.7-rc: - Fix unflatten_dt_nodes when dad parameter is set. - Add vendor prefixes for TechNexion and UniWest - Documentation fix for Marvell BT - OF IRQ kerneldoc fixes - Restrict CMA alignment adjustments to non dma-coherent - Couple of warning fixes in reserved-memory code - DT maintainers updates
-
mac80211-next-for-davem-2016-06-095caa328e · ·
For the next cycle, we have the following: * the biggest change is Michał's work on integrating FQ/codel with the mac80211 internal software queues * cfg80211 connect result gets clarified for the "no connection at all" case * advertisement of per-interface type capabilities, in case they differ (which makes a lot of sense for some capabilities) * most of the nl80211 & hwsim unprivileged namespace operation changes * human-readable VHT capabilities in debugfs * some other cleanups, like spelling