-
iommu-fixes-v3.6-rc70774e392 · ·
IOMMU fixes for Linux v3.6-rc7 Two small patches: * One patch to fix the function declarations for !CONFIG_IOMMU_API. This is causing build errors in linux-next and should be fixed for v3.6. * Another patch to fix an IOMMU group related NULL pointer dereference.
-
pm-for-3.6-rc6f25b7061 · ·
Power management fixes for 3.6-rc6 * Three ACPI device power management fixes related to checking and setting device power states.
-
msm-fix-noncrit-for-3.710717e04 · ·
Some non-critical fixes for msm platforms. The missing FPGA init call fix is necessary to compile the 8660 target. The iomapping calls are needed to prevent duplicate mappings with differing attributes. And, the debug UART change keeps the debug UART working on targets with more than 512MB of memory.
-
msm-dt-for-3.70607fa58 · ·
These patches migrate both the 8660 and 8960 targets on msm to be devicetree only. This also sets most of the frame in place necessary to build both targets into the same image. There's a couple of cleanups in here that are kept in this series because they are intimately tied to the changes necessary to support the devicetree conversions.
-
msm-cleanup-for-3.7e63770ac · ·
Various cleanups for the msm targets. Most of this is removing dead code, along with a fix of a sparse warning, a list fix from a semantic patch, and marking some functions as static.
-
msm-board-for-3.733fcb13d · ·
Final parts to allow msm8660 and msm8960 to build into the same kernel. This won't work without the changes from msm-dt-for-3.7.
-
3.6-pci-fixes0ff9514b · ·
PCI updates for v3.6: Power management - PCI/PM: Enable D3/D3cold by default for most devices - PCI/PM: Keep parent bridge active when probing device - PCI/PM: Fix config reg access for D3cold and bridge suspending - PCI/PM: Add ABI document for sysfs file d3cold_allowed Core - PCI: Don't print anything while decoding is disabled
-
arm-perf-3.7051f1b13 · ·
Bunch of perf updates for the ARM backend that pave the way for big.LITTLE support in the future. The separation of CPU and PMU code is also the start of being able to move some of this stuff under drivers/.