-
sound-4.0-rc6af95b414 · ·
sound fixes for 4.0-rc6 Three trivial oneliner fixes for HD-audio. Two are device-specific quirks while one is a generic fix for recent Realtek codecs.
-
-
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>
-
pm+acpi-4.0-rc59c86286a · ·
Power management and ACPI fixes for v4.0-rc5 - Revert a recent PCI commit related to IRQ resources management that introduced a regression for drivers attempting to bind to devices whose previous drivers did not balance pci_enable_device() and pci_disable_device() as expected (Rafael J Wysocki). - Fix a deadlock in at91_rtc_interrupt() introduced by a typo in a recent commit related to wakeup interrupt handling (Dan Carpenter). - Allow the power capping RAPL (Running-Average Power Limit) driver to use different energy units for domains within one CPU package which is necessary to handle Intel Haswell EP processors correctly (Jacob Pan). - Improve the cpuidle mvebu driver's handling of Armada XP SoCs by updating the target residency and exit latency numbers for those chips (Sebastien Rannou). - Prevent the cpuidle mvebu driver from calling cpu_pm_enter() twice in a row before cpu_pm_exit() is called on the same CPU which breaks the core's assumptions regarding the usage of those functions (Gregory Clement). /
-
-
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