-
pm+acpi-3.16-rc8b6328a07 · ·
ACPI fix for 3.16-rc8 One commit that fixes a problem causing PNP devices to be associated with wrong ACPI device objects sometimes during device enumeration due to an incorrect check in a matching function. That problem was uncovered by the ACPI device enumeration rework in 3.14. /
-
sunxi-dt-for-3.17-2495bccf3 · ·
Allwinner DT changes, take 2 Only a single patch in here that fixes a DTC warning.
-
-
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.
-
-
pinctrl-v3.16-3fe132649 · ·
Pin control fixes for v3.16: - An IRQ handling fix for the STi driver, also for stable - Another IRQ fix for the RCAR GPIO driver - A MAINTAINERS entry
-
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.