All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add device tree support of audio (ALC5632) on PAZ00 board
@ 2012-01-31  7:25 Leon Romanovsky
       [not found] ` <1327994757-26950-1-git-send-email-leon-2ukJVAZIZ/Y@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Leon Romanovsky @ 2012-01-31  7:25 UTC (permalink / raw)
  To: broonie, lrg, swarren, alsa-devel, olof, linux-tegra; +Cc: Leon Romanovsky

The following patchset is going to:
	* add device tree support of audio (ALC5632) on PAZ00 board. 
	* enable headset autodetection.
	* enable headset microphone.

---
I will update the ALC5632 codec to routing names used in documentation, in the later patches,

Leon Romanovsky (5):
  ASoC: Tegra+ALC5632: Implement device tree support in board file
  ASoC: ALC5632: Add device tree binding documentation
  ASoC: Tegra+ALC5632 machine: Add device tree binding documentation
  ASoC: dt: tegra: Enable headset autodetection on PAZ00 board.
  ASoC: tegra: Remove unused DAPM route structure.

 .../devicetree/bindings/sound/alc5632.txt          |   24 ++++
 .../bindings/sound/tegra-audio-alc5632.txt         |   57 +++++++++
 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 arch/arm/boot/dts/tegra-paz00.dts                  |    1 +
 sound/soc/tegra/tegra_alc5632.c                    |  129 +++++++++++++++----
 5 files changed, 185 insertions(+), 27 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/alc5632.txt
 create mode 100644 Documentation/devicetree/bindings/sound/tegra-audio-alc5632.txt

-- 
1.7.3.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 0/5] Add device tree support of audio (ALC5632) on PAZ00 board
       [not found] ` <1327994757-26950-1-git-send-email-leon-2ukJVAZIZ/Y@public.gmane.org>
@ 2012-01-31 18:00   ` Stephen Warren
  2012-01-31 19:42     ` Mark Brown
  2012-01-31 19:33   ` Mark Brown
  1 sibling, 1 reply; 6+ messages in thread
From: Stephen Warren @ 2012-01-31 18:00 UTC (permalink / raw)
  To: Leon Romanovsky,
	broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E,
	lrg-l0cyMroinI0, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	olof-nZhT3qVonbNeoWH0uzbU5w, linux-tegra-u79uwXL29TY76Z2rM5mHXA

Leon Romanovsky wrote at Tuesday, January 31, 2012 12:26 AM:
> The following patchset is going to:
> 	* add device tree support of audio (ALC5632) on PAZ00 board.
> 	* enable headset autodetection.
> 	* enable headset microphone.

Aside from the issue I already comment on, the series:

Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

(Olof may wish to comment on whether he wishes the patches split up to
apply the Tegra/ASoC parts separately, or merge them into both trees,
to avoid any potential merge conflicts on the .dts files)

-- 
nvpublic

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/5] Add device tree support of audio (ALC5632) on PAZ00 board
       [not found] ` <1327994757-26950-1-git-send-email-leon-2ukJVAZIZ/Y@public.gmane.org>
  2012-01-31 18:00   ` Stephen Warren
@ 2012-01-31 19:33   ` Mark Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Mark Brown @ 2012-01-31 19:33 UTC (permalink / raw)
  To: Leon Romanovsky
  Cc: lrg-l0cyMroinI0, swarren-DDmLM1+adcrQT0dZR+AlfA,
	alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw, olof-nZhT3qVonbNeoWH0uzbU5w,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

On Tue, Jan 31, 2012 at 09:25:57AM +0200, Leon Romanovsky wrote:
> The following patchset is going to:
> 	* add device tree support of audio (ALC5632) on PAZ00 board. 
> 	* enable headset autodetection.
> 	* enable headset microphone.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/5] Add device tree support of audio (ALC5632) on PAZ00 board
  2012-01-31 18:00   ` Stephen Warren
@ 2012-01-31 19:42     ` Mark Brown
       [not found]       ` <20120131194249.GF3429-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2012-01-31 19:42 UTC (permalink / raw)
  To: Stephen Warren; +Cc: olof, linux-tegra, alsa-devel, Leon Romanovsky, lrg


[-- Attachment #1.1: Type: text/plain, Size: 454 bytes --]

On Tue, Jan 31, 2012 at 10:00:45AM -0800, Stephen Warren wrote:

> (Olof may wish to comment on whether he wishes the patches split up to
> apply the Tegra/ASoC parts separately, or merge them into both trees,
> to avoid any potential merge conflicts on the .dts files)

I'm leaving the last two patches to see what Olof thinks; Leon, if you
get to it first splitting the DTS file update from the patch updating
the machine driver would avoid any issue.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/5] Add device tree support of audio (ALC5632) on PAZ00 board
       [not found]       ` <20120131194249.GF3429-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
@ 2012-02-01  6:45         ` Leon Romanovsky
  2012-02-01  7:12         ` Olof Johansson
  1 sibling, 0 replies; 6+ messages in thread
From: Leon Romanovsky @ 2012-02-01  6:45 UTC (permalink / raw)
  To: Mark Brown
  Cc: Stephen Warren, lrg-l0cyMroinI0,
	alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw, olof-nZhT3qVonbNeoWH0uzbU5w,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

On Tue, Jan 31, 2012 at 21:42, Mark Brown
<broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> wrote:
>
> On Tue, Jan 31, 2012 at 10:00:45AM -0800, Stephen Warren wrote:
>
> > (Olof may wish to comment on whether he wishes the patches split up to
> > apply the Tegra/ASoC parts separately, or merge them into both trees,
> > to avoid any potential merge conflicts on the .dts files)
>
> I'm leaving the last two patches to see what Olof thinks; Leon, if you
> get to it first splitting the DTS file update from the patch updating
> the machine driver would avoid any issue.
I'll try to resend them today/tomorrow.



--
Leon Romanovsky | Independent Linux Consultant
        www.leon.nu | leon-2ukJVAZIZ/Y@public.gmane.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/5] Add device tree support of audio (ALC5632) on PAZ00 board
       [not found]       ` <20120131194249.GF3429-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
  2012-02-01  6:45         ` Leon Romanovsky
@ 2012-02-01  7:12         ` Olof Johansson
  1 sibling, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2012-02-01  7:12 UTC (permalink / raw)
  To: Mark Brown
  Cc: Stephen Warren, Leon Romanovsky, lrg-l0cyMroinI0,
	alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

On Tue, Jan 31, 2012 at 07:42:54PM +0000, Mark Brown wrote:
> On Tue, Jan 31, 2012 at 10:00:45AM -0800, Stephen Warren wrote:
> 
> > (Olof may wish to comment on whether he wishes the patches split up to
> > apply the Tegra/ASoC parts separately, or merge them into both trees,
> > to avoid any potential merge conflicts on the .dts files)
> 
> I'm leaving the last two patches to see what Olof thinks; Leon, if you
> get to it first splitting the DTS file update from the patch updating
> the machine driver would avoid any issue.

Agreed -- Leon, please just send the dts update separately.


-Olof

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-02-01  7:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-31  7:25 [PATCH 0/5] Add device tree support of audio (ALC5632) on PAZ00 board Leon Romanovsky
     [not found] ` <1327994757-26950-1-git-send-email-leon-2ukJVAZIZ/Y@public.gmane.org>
2012-01-31 18:00   ` Stephen Warren
2012-01-31 19:42     ` Mark Brown
     [not found]       ` <20120131194249.GF3429-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2012-02-01  6:45         ` Leon Romanovsky
2012-02-01  7:12         ` Olof Johansson
2012-01-31 19:33   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.