-
-
sound-3.17-rc677960852 · ·
sound fixes for 3.17-rc6 All small fixes in random various drivers, mostly for ASoC at this time, which look reasonable for a high rc number.
-
regulator-v3.17-rc5b8b27a44 · ·
regulator: Fixes for v3.17 Fix some leaked OF node references in regulator drivers that have been left over following a fix on a fix to the reference counting.
-
asoc-v3.17-rc4f7667af2 · ·
ASoC: Fixes for v3.17 This is mostly driver fixes, the biggest one being the tlv320aic31xx which is relatively large but simple and device specific. There's a small fix in the error handling in DPCM too which is relatively minor error handling fix.
-
-
iommu-fixes-v3.17-rc45a9137a6 · ·
IOMMU Fixes for Linux v3.17-rc4 Including: * Two fixes for issues found by Coverity * Various fixes for the ARM SMMU driver * A warning fix for the FSL PAMU driver
-
-
mac80211-next-for-john-2014-09-120d8614b4 · ·
This time, I have some rate minstrel improvements, support for a very small feature from CCX that Steinar reverse-engineered, dynamic ACK timeout support, a number of changes for TDLS, early support for radio resource measurement and many fixes. Also, I'm changing a number of places to clear key memory when it's freed and Intel claims copyright for code they developed.
-
pm+acpi-3.17-rc5d2be8992 · ·
ACPI and power management fixes for 3.17-rc5 - Fix for the cpufreq Operation Performance Points (OPP) code where a recent commit added a kcalloc() call with an incorrect ordering of arguments. From Anand Moon. - Reverts of two ACPI battery commits that caused incorrect diagnostic information to be printed to dmesg in some cases from Bjørn Mork. - Fix for the ACPI RTC operation region handler that applied the & operator to an argument already representing an address and that caused it to overwrite its own argument instead of writing to the address contained in it as expected. From Chun-Yi Lee. - Fix for the PM domain implementation in the ACPI LPSS (Low-Power Subsystem) driver where one callback pointer pointed to a wrong routine and one was NULL, but it shouldn't. From Fu Zhonghui. /
-
-
-
-
mac80211-for-john-2014-09-08785e21a8 · ·
Two more fixes for mac80211 - one of them addresses a long-standing issue that we only found when using vendor events more frequently; the other addresses some bad information being reported in userspace that people were starting to actually look at.