-
sound-4.6-rc53194ed49 · ·
sound fixes for 4.6-rc5 Again a relatively calm week without surprise: most of fixes are about HD-audio, including fixes for Cirrus codec regression and a race over regmap access. Although both change are slightly unintuitive, the risk of further breakage is quite low, I hope. Other than that, all the rest are trivial.
-
pm+acpi-4.6-rc5395da125 · ·
Power management fixes for v4.6-rc5 - Fix an intel_pstate driver problem causing CPUs to get stuck in the highest P-state when completely idle uncovered by the recent switch over from using timers (Rafael Wysocki). - Avoid attempts to get the current CPU frequency when all devices (like I2C controllers that may be nedded for that purpose) have been suspended during system suspend/resume (Rafael Wysocki). /
-
-
qcom-dt-for-4.73db63602 · ·
Qualcomm Device Tree Changes for v4.7 * Add DB600C support * Add IPQ4019 support * Add additional nodes for APQ8064 * Fix APQ8064 pinctrls for i2c/spi * Add MSM8974 nodes for smp2p and smd * Modify MSM8974 memory reserve for rfsa and rmtfs * Add support for BQ27541 on Nexus7
-
-
qcom-soc-for-4.7-2b853cb96 · ·
Qualcomm ARM Based SoC Updates for v4.7 part 2 * Change SMD callback parameters * Use writecombine mapping for SMEM
-
-
phy-for-4.6-rc5128de85 · ·
phy: for 4.6-rc *) make rockchip-dp and rockchip-emmc PHY child device of GRF Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
-
sound-4.6-rc4c44da62b · ·
sound fixes for 4.6-rc4 we've had a very calm development cycle, so far. Here are the few fixes for HD-audio and USB-audio, all of which are small and easy.
-
mac80211-for-davem-2016-04-148f815cdd · ·
This has just the single fix from Dmitry Ivanov, adding the missing netlink notifier family check to avoid the socket close DoS problem.
-
mac80211-next-for-davem-2016-04-1357fbcce3 · ·
To synchronize with Kalle, here's just a big change that affects all drivers - removing the duplicated enum ieee80211_band and replacing it by enum nl80211_band. On top of that, just a small documentation update.
-
wireless-drivers-for-davem-2016-04-1315da5d11 · ·
wireless-drivers fixes for 4.6 b43 * fix memory leaks when removing the device bcma * fix building without OF_IRQ rtlwifi * fix gcc-6 indentation warning iwlwifi * lower the debug level of a benign print * fix a memory leak
-
regulator-sysfs-init-order469b640e · ·
regulator: Pull the sysfs init after constraint setup The sysfs attributes can indirectly use information from the constraints so can trigger warnings with some systems.