-
-
drm-intel-next-2014-07-2548777767 · ·
- Ditch UMS support (well just the config option for now) - Prep work for future platforms (Sonika Jindal, Damien) - runtime pm/soix fixes (Paulo, Jesse) - psr tracking improvements, locking fixes, now enabled by default! - rps fixes for chv (Deepak, Ville) - drm core patches for rotation support (Ville, Sagar Kamble) - the i915 parts unfortunately didn't make it yet - userptr fixes (Chris) - minimum backlight brightness (Jani), acked long ago by Matthew Garret on irc - I've forgotten about this patch :(
-
getreg04eca28c · ·
regulator: Allow clients to retrieve voltage selection register information Some systems have embedded controllers that can automatically manage the voltage of a regulator. Help client drivers support this in a generic fashion by providing access to the register information we have in the framework.
-
sound-3.16-rc7eb12f72e · ·
sound fixes for 3.16-rc7 Here contains only the fixes for the new FireWire bebob driver. All fairly trivial and local fixes, so safe to apply.
-
-
for_3.177ebdb52e · ·
for_3.17 Adds regulator support in PHY core. PHY core is modified to support representation of multi-phy PHY providers with each individual PHY as sub-node OF PHY provider node. New PHY drivers adapted to PHY framework (hix5hd2 SATA PHY, QCOM APQ8064 SATA PHY, QCOM IPQ806x SATA PHY, Berlin SATA PHY and MiPHY356x). Existing TI PIPE3 PHY can now be used for PCIe too. Includes misc fixes and cleanups.
-
miphy365x_dt_common_headerd821bfa4 · ·
miphy365x_dt_header This provides the shared header file which will be referenced from both the MiPHY365x driver and its associated Device Tree node(s).
-
asoc-v3.16-rc5d0ab92d6 · ·
ASoC: Fixes for v3.16 A bigger batch of changes than I would like as I didn't send any for a few weeks without noticing how many had built up. They are almost all driver specific though, larger changes are: - Fixes to the newly added Baytrail/MAX98090 which look like some QA was missed on the microphone detection. - Deletion of some erroniously listed audio formats for Haswell. - Fix debugfs creation in the core so that we don't try to generate multiple directories with the same name, relatively large textually but simple to inspect by eye and test. - A couple of bugfixes for the rcar driver one of which which involves a bit of code motion to move initailisation of some hardware out of common paths into device specific ones. - Ensure both channels are powered up for mono outputs on Arizona devices, involving some simple data tables listing the outputs and a loop over them. - A couple of fixes to save and restore information on suspended and idle Samsung I2S controllers.
-
sunxi-clocks-for-3.176c1d66f0 · ·
Allwinner clocks additions for 3.17 This pull request adds support for the clocks found in the newly supported Allwinner A23 clocks.
-
sunxi-core-for-3.175ba1657e · ·
Allwinner core additions for 3.17 Nothing very fancy here, only the introduction from the new Allwinner A23 SoC.
-
sunxi-dt-for-3.17c220aec2 · ·
Allwinner DT additions for 3.17 Among the few patches that we have so far, there's a few noticeable changes: - Introduction of the Allwinner A23 SoC - Support for the GMAC on the A31. This is only available so far on the boards which bootloader enable the PHY regulator. - Addition of the infrared receiver
-
-
iommu-fixes-v3.16-rc53170447c · ·
IOMMU Fixes for Linux v3.16-rc5 A couple of fixes for the Freescale PAMU driver queued up: * Fix PAMU window size check. * Fix the device domain attach condition. * Fix the error condition during iommu group
-
pm+acpi-3.16-rc639628080 · ·
ACPI and power management fixes for 3.16-rc6 - Fix for a recently introduced NULL pointer dereference in the core system suspend code occuring when platforms without ACPI attempt to use the "freeze" sleep state from Zhang Rui. - Fix for a recently introduced build warning in cpufreq headers from Brian W Hart. - Fix for a 3.13 cpufreq regression related to sysem resume that triggers on some systems with multiple CPU clusters from Viresh Kumar. - Fix for a 3.4 regression in request_firmware() resulting in WARN_ON()s on some systems during system resume from Takashi Iwai. - Revert of the ACPI video commit that changed the default value of the video.brightness_switch_enabled command line argument to 0 as it has been reported to break existing setups. - ACPI device enumeration documentation update to take recent code changes into account and make the documentation match the code again from Darren Hart. - Fixes for the sa1110, imx6q, kirkwood, and cpu0 cpufreq drivers from Linus Walleij, Nicolas Del Piano, Quentin Armitage, Viresh Kumar. - New ACPI video blacklist entry for HP ProBook 4540s from Hans de Goede. /