-
sunxi-defconfig-for-4.1a198d27c · ·
Allwinner defconfig changes for 4.1 Nothing really standing out here, just a few options to enable in the defconfigs
-
sunxi-fixes-for-4.0370a9b5f · ·
Allwinner fixes for 4.0 There's a few fixes to merge for 4.0, one to add a select in the machine Kconfig option to fix a potential build failure, and two fixing cpufreq related issues.
-
sunxi-clocks-for-4.1f1017969 · ·
Allwinner clocks changes for 4.1 The usual round of clock changes for the Allwinner SoCs. There is nothing really standing out here, but a few changes and fixes, most notably to allow the AHB clock to be parented to a PLL, instead of the CPU clock to avoid any AHB rate change due to cpufreq.
-
regulator-fix-v4.0-rc51401990e · ·
regulator: Fixes for v4.0 Two fixes here, one typo fix in the documentation and one fix for a system hang with one of the Palmas chips caused by the use of an incorrect offset being provided for one of the registers.
-
wireless-drivers-for-davem-2015-03-246ae4ccfe · ·
iwlwifi: * avoid panic with lots of IBSS stations * Fix dvm's behavior after suspend resume * Allow to keep connection after CSA failure * Remove a noisy by harmless WARN_ON * New device IDs rtlwifi: * fix IOMMU mapping leak in AP mode brcmfmac: * disable MBSS feature for BCM43362 to get AP mode working again ath9k: * disable Transmit Power Control (TPC) again due to regressions * fix beaconing issue with AP+STA setup
-
staging-4.0-rc51f51d580 · ·
Staging driver fixes for 4.0-rc5 Here are 4 small staging driver fixes, all for the vt6656 and vt6655 drivers, that resolve some reported issues with them. All of these patches have been in linux next for a while. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
-
devicetree-fixes-for-4.0-part2f64255b5 · ·
More DeviceTree fixes for 4.0: - Revert setting stdout-path as preferred console. This caused regressions in PowerMACs and other systems. - Yet another fix for stdout-path option parsing. - Fix error path handling in of_irq_parse_one
-
sound-4.0-rc53fc6c5a1 · ·
sound fixes for 4.0-rc5 This is a collection of many small fixes. Most of fixes are for ASoC drivers, including the fixes of wrong field usages for boolean kctls. In addition, there is a fix in ASoC core for adding proper locks for component lists, and a fix for a HD-audio regression by the previous mono channel fix.
-
-
drm-intel-next-2015-03-13-rebased86a930d5 · ·
- EU count report param for gen9+ (Jeff McGee) - piles of pll/wm/... fixes for chv, finally out of preliminary hw support (Ville, Vijay) - gen9 rps support from Akash - more work to move towards atomic from Matt, Ander and others - runtime pm support for skl (Damien) - edp1.4 intermediate link clock support (Sonika) - use frontbuffer tracking for fbc (Paulo) - remove ilk rc6 (John Harrison) - a bunch of smaller things and fixes all over
-
-
regulator-fix-v4.0-rc48ca8f326 · ·
regulator: Fixes for v4.0 The two main fixes here from Javier and Doug both fix issues seen on the Exynos-based ARM Chromebooks with reference counting of GPIO regulators over system suspend. The GPIO enable code didn't properly take account of this cases (a full analysis is in Doug's commit log). This is fixed by both fixing the reference counting directly and by making the resume code skip enables it doesn't need to do. We could skip the change in the resume code but it's a very simple change and adds extra robustness against problems in other drivers.