-
regulator-3.8-rc551b919ba · ·
regulator: Fixes for v3.8-rc5 Fairly small stuff - a build failure fix for ST platforms, an error checking fix and an update to the MAINTAINERS file for Liam.
-
iommu-fixes-v3.8-rc5318fe782 · ·
IOMMU fixes for Linux v3.8-rc5 One fix for the AMD IOMMU driver to work around broken BIOSes found in the field. Some BIOSes forget to enable a workaround for a hardware problem which might cause the IOMMU to stop working under high load conditions. The fix makes sure this workaround is enabled.
-
ioapic-cleanups-for-tipa1bb20c2 · ·
Cleanup X86 IOAPIC code from interrupt remapping details These patches move all interrupt remapping specific checks out of the x86 core code and replaces the respective call-sites with function pointers. As a result the interrupt remapping code is better abstraced from x86 core interrupt handling code. The code was rebased to v3.8-rc4 and tested on systems with AMD-Vi and Intel VT-d (both capable of interrupt remapping). The systems were tested with IOMMU enabled and with IOMMU disabled. No issues were found.
-
iio-for-3.9b-v29c2251dd · ·
Second set of IIO new drivers, cleanups and fixes for the 3.9 cycle. This second version is due to a little fixup for an include path being added to the tsl2563 move out of staging after a report from Fengguang Wu and the 0-day kernel build testing backend. Minor bits: 1) A Kconfig dependency fix for the max1363 driver that has been causing some autobuilder fails in Linux Next. 2) Removal of a stale makefile entry 3) Fix an incorrect arguement for a sizeof call 4) Duplicate code removal in tsl2x7x driver 5) A missing spin lock init in hid-sensor-time New features: 1) mxs adc driver gains support for touchscreen special functions 2) mxs driver gainst supprot for the MX23 and dt entries added 3) adis16400 gains adis16448 support and some additional bells and whistles Moves out of staging. 1) adis16400 - a venerable driver gets a make over and moves out of staging. 2) Kxsd9 moved out fo staging 3) adis16080 gets cleaned up and moved out of staging 4) tsl2563 gets a little cleaned up and move out of staging Removals 1) sw_ring is killed off with all remaining drivers converted to kfifo. This has been scheduled for a long time since we switched to kfifo. There is demand for a high performance alternative, but this was never it and I'm glad to see this vestage of IIOs youth gone once and for all!
-
pm+acpi-for-3.8-rc5efa17194 · ·
ACPI and power management fixes for 3.8-rc5 * Two cpuidle initialization fixes from Konrad Rzeszutek Wilk. * cpufreq regression fixes for AMD processors from Borislav Petkov, Stefan Bader, and Matthew Garrett. * ACPI cpufreq fix from Thomas Schlichter. * cpufreq and devfreq fixes related to incorrect usage of operating performance points (OPP) framework and RCU from Nishanth Menon. * APEI workaround for incorrect BIOS information from Lans Zhang. /
-
regulator-3.8-rc46b9cf5c2 · ·
regulator: Update Liam's mail address No code fixes at the minute but Liam has moved from TI so his old e-mail address is bouncing.
-
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. -