forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'asoc-v3.11-rc5' of git://git.kernel.org/pub/scm/linux/kern…
…el/git/broonie/sound into for-linus ASoC: Fixes for v3.11 A few driver specific fixes here plus one core fix for a memory corruption issue in DAPM initialisation which could lead to crashes.
- Loading branch information
Showing
555 changed files
with
5,644 additions
and
3,299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ modules.builtin | |
*.bz2 | ||
*.lzma | ||
*.xz | ||
*.lz4 | ||
*.lzo | ||
*.patch | ||
*.gcno | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -965,6 +965,12 @@ M: Lennert Buytenhek <[email protected]> | |
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
|
||
ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE | ||
M: Santosh Shilimkar <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: arch/arm/mach-keystone/ | ||
|
||
ARM/LOGICPD PXA270 MACHINE SUPPORT | ||
M: Lennert Buytenhek <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -1259,7 +1265,6 @@ F: drivers/rtc/rtc-coh901331.c | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | ||
|
||
ARM/Ux500 ARM ARCHITECTURE | ||
M: Srinidhi Kasagar <[email protected]> | ||
M: Linus Walleij <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
|
@@ -1406,7 +1411,7 @@ ATHEROS ATH6KL WIRELESS DRIVER | |
M: Kalle Valo <[email protected]> | ||
L: [email protected] | ||
W: http://wireless.kernel.org/en/users/Drivers/ath6kl | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git | ||
T: git git://github.com/kvalo/ath.git | ||
S: Supported | ||
F: drivers/net/wireless/ath/ath6kl/ | ||
|
||
|
@@ -2871,7 +2876,7 @@ F: drivers/media/usb/dvb-usb-v2/dvb_usb* | |
F: drivers/media/usb/dvb-usb-v2/usb_urb.c | ||
|
||
DYNAMIC DEBUG | ||
M: Jason Baron <jbaron@redhat.com> | ||
M: Jason Baron <jbaron@akamai.com> | ||
S: Maintained | ||
F: lib/dynamic_debug.c | ||
F: include/linux/dynamic_debug.h | ||
|
@@ -6726,6 +6731,14 @@ T: git git://linuxtv.org/anttip/media_tree.git | |
S: Maintained | ||
F: drivers/media/tuners/qt1010* | ||
|
||
QUALCOMM ATHEROS ATH10K WIRELESS DRIVER | ||
M: Kalle Valo <[email protected]> | ||
L: [email protected] | ||
W: http://wireless.kernel.org/en/users/Drivers/ath10k | ||
T: git git://github.com/kvalo/ath.git | ||
S: Supported | ||
F: drivers/net/wireless/ath/ath10k/ | ||
|
||
QUALCOMM HEXAGON ARCHITECTURE | ||
M: Richard Kuo <[email protected]> | ||
L: [email protected] | ||
|
@@ -8270,7 +8283,7 @@ S: Maintained | |
F: sound/soc/codecs/twl4030* | ||
|
||
TI WILINK WIRELESS DRIVERS | ||
M: Luciano Coelho <[email protected]> | ||
M: Luciano Coelho <[email protected]> | ||
L: [email protected] | ||
W: http://wireless.kernel.org/en/users/Drivers/wl12xx | ||
W: http://wireless.kernel.org/en/users/Drivers/wl1251 | ||
|
@@ -8656,6 +8669,11 @@ T: git git://git.alsa-project.org/alsa-kernel.git | |
S: Maintained | ||
F: sound/usb/midi.* | ||
|
||
USB NETWORKING DRIVERS | ||
L: [email protected] | ||
S: Odd Fixes | ||
F: drivers/net/usb/ | ||
|
||
USB OHCI DRIVER | ||
M: Alan Stern <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.