aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-12-20 10:52:13 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2012-12-20 10:52:13 -0500
commit03c850ec327c42a97e44c448b75983e12da417d9 (patch)
treed5fe304ba4b0639b331ffe689b5aff7c524cb4da /arch/arm/boot
parent85d5b70d8a0681a362d075bf0d19b4ee8c6767ee (diff)
parentcb99864d40e46dea9c2aa3eaa97517b776f91024 (diff)
Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "This update contains overall only driver-specific fixes. Slightly large LOC are seen in usb-audio driver for a couple of new device quirks and cs42l71 ASoC driver for enhanced features. The others are a few small (regression) fixes HD-audio, and yet other small / trival ASoC fixes." * tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: usb-audio: Support for Digidesign Mbox 2 USB sound card: ALSA: HDA: Fix sound resume hang ALSA: hda - bug fix for invalid connection list of Haswell HDMI codec pins ALSA: hda - Fix the wrong pincaps set in ALC861VD dallas/hp fixup ALSA: hda - Set codec->single_adc_amp flag for Realtek codecs ASoC: atmel-ssc: change disable to disable in dts node ASoC: Prevent pop_wait overwrite ALSA: usb-audio: ignore-quirk for HP Wireless Audio ALSA: hda - Always turn on pins for HDMI/DP ALSA: hda - Fix pin configuration of HP Pavilion dv7 ASoC: core: Fix splitting of log messages ASoC: cs42l73: Change VSPIN/VSPOUT to VSPINOUT ASoC: cs42l73: Add DAPM events for power down. ASoC: cs42l73: Add DMIC's as DAPM inputs. ASoC: sigmadsp: Fix endianness conversion issue ASoC: tpa6130a2: Use devm_* APIs
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/at91sam9263.dtsi4
-rw-r--r--arch/arm/boot/dts/at91sam9g45.dtsi4
-rw-r--r--arch/arm/boot/dts/at91sam9x5.dtsi2
3 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
index 8e6251f1f7a3..32ec62cf5385 100644
--- a/arch/arm/boot/dts/at91sam9263.dtsi
+++ b/arch/arm/boot/dts/at91sam9263.dtsi
@@ -368,14 +368,14 @@
368 compatible = "atmel,at91rm9200-ssc"; 368 compatible = "atmel,at91rm9200-ssc";
369 reg = <0xfff98000 0x4000>; 369 reg = <0xfff98000 0x4000>;
370 interrupts = <16 4 5>; 370 interrupts = <16 4 5>;
371 status = "disable"; 371 status = "disabled";
372 }; 372 };
373 373
374 ssc1: ssc@fff9c000 { 374 ssc1: ssc@fff9c000 {
375 compatible = "atmel,at91rm9200-ssc"; 375 compatible = "atmel,at91rm9200-ssc";
376 reg = <0xfff9c000 0x4000>; 376 reg = <0xfff9c000 0x4000>;
377 interrupts = <17 4 5>; 377 interrupts = <17 4 5>;
378 status = "disable"; 378 status = "disabled";
379 }; 379 };
380 380
381 macb0: ethernet@fffbc000 { 381 macb0: ethernet@fffbc000 {
diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi
index fa1ae0c5479c..231858ffd850 100644
--- a/arch/arm/boot/dts/at91sam9g45.dtsi
+++ b/arch/arm/boot/dts/at91sam9g45.dtsi
@@ -425,14 +425,14 @@
425 compatible = "atmel,at91sam9g45-ssc"; 425 compatible = "atmel,at91sam9g45-ssc";
426 reg = <0xfff9c000 0x4000>; 426 reg = <0xfff9c000 0x4000>;
427 interrupts = <16 4 5>; 427 interrupts = <16 4 5>;
428 status = "disable"; 428 status = "disabled";
429 }; 429 };
430 430
431 ssc1: ssc@fffa0000 { 431 ssc1: ssc@fffa0000 {
432 compatible = "atmel,at91sam9g45-ssc"; 432 compatible = "atmel,at91sam9g45-ssc";
433 reg = <0xfffa0000 0x4000>; 433 reg = <0xfffa0000 0x4000>;
434 interrupts = <17 4 5>; 434 interrupts = <17 4 5>;
435 status = "disable"; 435 status = "disabled";
436 }; 436 };
437 437
438 adc0: adc@fffb0000 { 438 adc0: adc@fffb0000 {
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
index 617ede541ca2..40ac3a4eb1ab 100644
--- a/arch/arm/boot/dts/at91sam9x5.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5.dtsi
@@ -92,7 +92,7 @@
92 compatible = "atmel,at91sam9g45-ssc"; 92 compatible = "atmel,at91sam9g45-ssc";
93 reg = <0xf0010000 0x4000>; 93 reg = <0xf0010000 0x4000>;
94 interrupts = <28 4 5>; 94 interrupts = <28 4 5>;
95 status = "disable"; 95 status = "disabled";
96 }; 96 };
97 97
98 tcb0: timer@f8008000 { 98 tcb0: timer@f8008000 {