-
regulator-v3.15-rc238962571 · ·
regulator: Fixes for v3.15 A couple of things here: - Fixes for pbias that didn't make it in during the merge window due to the driver coming in via MMC. The conversion to use helpers is a fix as it implements list_voltage() which the main user (MMC) relies on for correct functioning. - Change the !REGULATOR stub for optional regulators to return an error rather than a dummy; this is more in keeping with the intended use of optional regulators and fixes some issues seen MMC where it got confused by a dummy being provided.
-
tps65090-reg-pdata-v3.1629041449 · ·
regulator: Platform data additions for tp65090 This patch adds platform/MFD data for tps65090 which need to go in the core struct and so may need merging into MFD and other trees.
-
asoc-v3.15-rc298810a6d · ·
ASoC: Fixes for v3.15 A smattering of driver-specific fixes here, nothing generic. The Cirrus CODEC conversions to devm_ are leak fixes - the conversion adds missing error handling code.
-
iommu-fixes-v3.15-rc1
IOMMU Fixes for Linux v3.15-rc1 Fixes for regressions: * Fix wrong IOMMU enumeration causing some SCSI device drivers initialization failures * ARM-SMMU fixes for a panic condition and a wrong return value.
-
arizona-dt2cce4be9 · ·
regulator: Arizona DT handling updates Add support for externally supplied DCVDD and MICVDD when used with DT - previously the DT code had assumed that these were supplied internally.
-
dt-fixes-for-3.1520cd477c · ·
Devicetree fixes for 3.15: - Fix error handling in of_update_property - Fix section mismatch warnings in __reserved_mem_check_root - Add empty of_find_node_by_path for !OF builds - Add various missing binding documentation
-
gpio-v3.15-2b5539fa2 · ·
A few fixes for the GPIO tree: - Change a crucial semantic ordering in the GPIO irqchip helpers. - Fix two nasty regressions in the ACPI gpiolib extensions.
-
sound-3.15-rc28dc9abb9 · ·
sound fixes for 3.15-rc2 Just a copule of HD-audio device/codec-specific quirks, and a trivial replacement of udelay() with mdelay() in the old es18xx driver code. All should be safe to apply.
-
drm/tegra/for-3.15-rc2cbfbbabb · ·
drm/tegra: Fixes for v3.15-rc2 This contains a fix for the host1x driver writing to non-existent syncpt registers. A second commit removes an excess pad field in the parameter structure for the DRM_TEGRA_SUBMIT IOCTL. Archeaology on earlier versions of this file indicates that this was once there to pad an uneven number of u32 u32 fields, of which one was subsequently removed. Unfortunately nobody remembered to get rid of the padding when that happened. Both of these commits are Cc: stable because they fix issues that were introduced back in v3.10.
-
drm-intel-next-2014-04-16c7905792 · ·
- vlv infoframe fixes from Jesse - dsi/mipi fixes from Shobhit - gen8 pageflip fixes for LRI/SRM from Damien - cmd parser fixes from Brad Volkin - some prep patches for CHV, DRRS, ... - and tons of little things all over
-
pinctrl-v3.15-2dc4bb474 · ·
A first set of pin control fixes for the v3.15 series: - Fix a couple of barnsjukdomar on the Rockchip driver. - Remove an idiotic debug print I happened to leave behind in the Nomadik driver. - Fixup the Qualcomm MSM interrupt handling code for the TLMM v2. - Three patches renaming the Broadcom Capri driver to BCM28155. This has been falling between the chairs for some time due to some cross-tree synchronization misunderstandings, now I'm fed up with this and just rename it in this -rc1 phase.