All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Branch to add harmony_audio.h to Tegra and ASoC
@ 2011-01-22  6:18 Stephen Warren
  2011-01-25 20:21 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2011-01-22  6:18 UTC (permalink / raw)
  To: Mark Brown (broonie@opensource.wolfsonmicro.com),
	lrg, Colin Cross (ccross@google.com)
  Cc: linux-tegra, alsa-devel

Mark, Colin,

Please pull:

http://avon.wwwdotorg.org/downloads/kernel.git tegra_harmony_asoc_platform_data

This is a branch that's suitable for merging into both ASoC's for-2.6.39 and
Tegra's for-next branch, and contains a single commit to add file
arch/arm/mach-tegra/include/mach/harmony_audio.h. It's branched off the
latest kernel tag that Tegra's for-next pulled in (v2.6.37-rc4) and merges
into both target branches without issues as far as I can tell.

Note that since I wanted to avoid having to do more similar merges in the
future, I added a few more fields to the platform data that I know will be
needed to fully describe Harmony; the commit is now as shown below.

Thanks!

commit 1b1fab5161c555d25c3e3ee26b423c05b393e54c
Author: Stephen Warren <swarren@nvidia.com>
Date:   Wed Jan 19 13:07:03 2011 -0700

    ARM: tegra: Add Harmony sound platform data type
    
    Signed-off-by: Stephen Warren <swarren@nvidia.com>

diff --git a/arch/arm/mach-tegra/include/mach/harmony_audio.h b/arch/arm/mach-tegra/include/mach/harmony_audio.h
new file mode 100644
index 0000000..aa136a7
--- /dev/null
+++ b/arch/arm/mach-tegra/include/mach/harmony_audio.h
@@ -0,0 +1,23 @@
+/*
+ * arch/arm/mach-tegra/include/mach/harmony_audio.h
+ *
+ * Copyright 2011 NVIDIA, Inc.
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ */
+
+struct harmony_audio_platform_data {
+       int gpio_spkr_en;
+       int gpio_hp_det;
+       int gpio_int_mic_en;
+       int gpio_ext_mic_en;
+       int gpio_cdc_irq;
+};

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

* Re: [GIT PULL] Branch to add harmony_audio.h to Tegra and ASoC
  2011-01-22  6:18 [GIT PULL] Branch to add harmony_audio.h to Tegra and ASoC Stephen Warren
@ 2011-01-25 20:21 ` Mark Brown
  2011-01-25 20:48   ` Stephen Warren
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2011-01-25 20:21 UTC (permalink / raw)
  To: Stephen Warren
  Cc: linux-tegra, alsa-devel, Colin Cross (ccross@google.com), lrg

On Fri, Jan 21, 2011 at 10:18:35PM -0800, Stephen Warren wrote:

> Please pull:

> http://avon.wwwdotorg.org/downloads/kernel.git tegra_harmony_asoc_platform_data
> 

That doesn't seem to work, git can't find the branch there (git
request-pull is your friend for checking this stuff).  I've created a
branch

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git tegra-arch

with the patch you posted to the mailing list and merged that into my
for-2.6.39 branch.

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

* Re: [GIT PULL] Branch to add harmony_audio.h to Tegra and ASoC
  2011-01-25 20:21 ` Mark Brown
@ 2011-01-25 20:48   ` Stephen Warren
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2011-01-25 20:48 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-tegra, alsa-devel, Colin Cross (ccross@google.com), lrg

Mark Brown wrote atTuesday, January 25, 2011 1:22 PM:
> On Fri, Jan 21, 2011 at 10:18:35PM -0800, Stephen Warren wrote:
> 
> > Please pull:
> 
> > http://avon.wwwdotorg.org/downloads/kernel.git
> > tegra_harmony_asoc_platform_data
> 
> That doesn't seem to work, git can't find the branch there (git
> request-pull is your friend for checking this stuff).  I've created a
> branch

Uggh. I evidently forgot to run "git update-server-info". Of course,
running "git branch -a" on the server, which I did, doesn't show up
that error. Thanks for the request-pull pointer.

>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
> tegra-arch
> 
> with the patch you posted to the mailing list and merged that into my
> for-2.6.39 branch.

-- 
nvpublic

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

end of thread, other threads:[~2011-01-25 20:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-22  6:18 [GIT PULL] Branch to add harmony_audio.h to Tegra and ASoC Stephen Warren
2011-01-25 20:21 ` Mark Brown
2011-01-25 20:48   ` Stephen Warren

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.