-
pm+acpi-for-3.8-rc48aef33a7 · ·
ACPI and power management fixes for 3.8-rc4 * cpuidle initialization regression fix from Krzysztof Mazur. * cpuidle fix for power usage fields handling from Daniel Lezcano. * ACPI build fix from Yinghai Lu. -
-
regulator-3.8-rc3e3d5b2f5 · ·
regulator: Fixes for 3.8 A few fixes for the regulator subsystems, a few driver specific things plus a fix for the interaction between regultor_can_change_voltage() and continuous voltage ranges both of which were added for this release.
-
dt-fixes-for-3.81ab36812 · ·
DeviceTree fixes for 3.8 2 fixes to prevent unconditional re-compile of dts files on arm and arm64.
-
iio-fixes-for-3.8ba02a8c42 · ·
Second round of fixes for IIO post 3.8-rc1 Two tiny fixes * A build warning fix due to signed / unsigned comparison * Missing sign extension in adis16080
-
pm+acpi-for-3.8-rc3f67ffa95 · ·
ACPI and power management fixes for 3.8-rc3 * Removal of some ACPICA code that the kernel will never use from Lv Zheng. * APEI fix from Adrian Huang. * Removal of unnecessary ACPI memory hotplug driver code from Liu Jinsong. * Minor ACPI power management fixes. * ACPI debug code fix from Joe Perches. * ACPI fix to make system bus device nodes get the right names. * PNP resources handling fixes from Witold Szczeponik. * cpuidle fix for a recent regression stalling boot on systems with great numbers of CPUs from Daniel Lezcano. * cpuidle fixes from Sivaram Nair. * intel_idle debug message fix from Youquan Song. * cpufreq build regression fix from Larry Finger. * cpufreq fix for an obscure initialization race related to statistics from Konstantin Khlebnikov. * cpufreq change disabling the Longhaul driver by default from Rafał Bilski. * PM core fix preventing device suspend errors from happening during system suspend due to obscure race conditions. * PM QoS local variable name cleanup. --
-
iio-for-3.9ae07c6d17 · ·
First round of IIO new stuff and cleanups for 3.9 Here we have: * RTC driver for the hid-sensor hubs. This is routed through here with agreement of Jiri Kosina and Andrew Morton. * Some small patches doing dead code removal and fixing some comments. * max1363 - move to the triggered_buffer helpers (basically duplicate code removal). * lp8788 - parent device change from the i2c device to the intermediate mfd. So the bulk of what we have is actually outside the IIO tree but the RTC driver in question is dependent on some patches that directly effect IIO so I am routing it through IIO with the agreement of the relevant maintainers (Andrew is acting as maintainer of RTC at the moment). The majority of HID-sensor related code is in IIO and it now crosses 3 subsystems so it was going to be a bit awkward whatever route it took.
-
iio-fixes-for-3.8a678fb42e · ·
First round of fixes for IIO post 3.8-rc1. A set of worthy if rather dull little fixes. * A whole set of incorrect error handling on regulator voltage requests. * An error in the probe path for max1363. * A couple of Kconfig issues with missing/ignored dependencies. * A nasty shift vs compare typo in adf4350 * Bug fixes for a silly error that prevents at91_adc driver building.