All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC: Updates for 3.4
@ 2012-03-12 11:49 Liam Girdwood
  2012-03-12 13:02 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Liam Girdwood @ 2012-03-12 11:49 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown, alsa-devel

Mainly Peter's McBSP move from arch/ to sound/ and updates this time.

Thanks

Liam

---


The following changes since commit 303076342b8a30aa98f8a53b539155d0b81ff0c3:

  Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into topic/asoc (2012-03-06 14:04:16 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc.git for-3.4

Grazvydas Ignotas (1):
      ASoC: omap-mcbsp: fix snd_pcm_hw_rule_add arguments

Peter Ujfalusi (22):
      OMAP4: panda: Correct cpu version check for 4430
      ARM: OMAP: mcbsp: Convert core driver to proper platform driver
      OMAP: mcbsp: Move core driver under sound/soc/omap
      ASoC: OMAP: McBSP: Consolidate plat/mcbsp.h content
      ASoC: omap-mcbsp: Create a single driver for McBSP
      ARM: OMAP: Do not register omap-mcbsp-dai device
      ASoC: OMAP: mcbsp.h: Clean up bit definitions
      ASoC: OMAP McBSP: Remove redundant accessors
      ASoC: omap-mcbsp: Cleanup of module probe/remove code
      ASoC: omap-mcbsp: Merge the omap_mcbsp_data into omap_mcbsp structure
      ASoC: omap-mcbsp: Simplify DMA configuration
      ASoC: omap: mcbsp: Use uniform st_data pointer initialization
      ASoC: omap: mcbsp: Remove redundant checks for the st_data pointer
      ASoC: omap-mcbsp: Configure wakeup in later phase
      ASoC: omap-mcbsp: When closing the port select PRCM source for CLKS signal
      ASoC: omap McBSP: Clear rx_irq at probe time for OMAP4
      ARM: OMAP2+: McBSP: Correct CLKR/FSR clock source mux configuration
      ARM/ASoC: OMAP McBSP: Move remainig defines from arch to ASoC header
      ASoC: omap-mcbsp: Single function CLKR/FSR source mux configuration
      ASoC: omap-mcbsp: Correct clock muxing for CLKR/FSR signals
      ARM: OMAP: Remove CONFIG_OMAP_MCBSP references
      ASoC: OMAP: Build config cleanup for McBSP

 arch/arm/mach-omap1/Kconfig                    |    3 -
 arch/arm/mach-omap1/Makefile                   |    4 +-
 arch/arm/mach-omap1/devices.c                  |    9 -
 arch/arm/mach-omap1/mcbsp.c                    |   14 +-
 arch/arm/mach-omap2/Makefile                   |    4 +-
 arch/arm/mach-omap2/board-omap4panda.c         |    2 +-
 arch/arm/mach-omap2/devices.c                  |   22 -
 arch/arm/mach-omap2/mcbsp.c                    |   54 ++-
 arch/arm/plat-omap/Kconfig                     |    8 -
 arch/arm/plat-omap/Makefile                    |    2 -
 arch/arm/plat-omap/include/plat/mcbsp.h        |  333 --------------
 sound/soc/omap/Kconfig                         |    2 -
 sound/soc/omap/Makefile                        |    2 +-
 sound/soc/omap/am3517evm.c                     |    2 +-
 sound/soc/omap/ams-delta.c                     |    2 +-
 sound/soc/omap/igep0020.c                      |    2 +-
 {arch/arm/plat-omap => sound/soc/omap}/mcbsp.c |  549 +++++-------------------
 sound/soc/omap/mcbsp.h                         |  346 +++++++++++++++
 sound/soc/omap/n810.c                          |    2 +-
 sound/soc/omap/omap-mcbsp.c                    |  321 ++++++++-------
 sound/soc/omap/omap-mcbsp.h                    |    2 +-
 sound/soc/omap/omap-pcm.h                      |    2 +
 sound/soc/omap/omap3beagle.c                   |    2 +-
 sound/soc/omap/omap3evm.c                      |    2 +-
 sound/soc/omap/omap3pandora.c                  |    4 +-
 sound/soc/omap/osk5912.c                       |    2 +-
 sound/soc/omap/overo.c                         |    2 +-
 sound/soc/omap/rx51.c                          |    4 +-
 sound/soc/omap/sdp3430.c                       |    4 +-
 sound/soc/omap/zoom2.c                         |    4 +-
 30 files changed, 706 insertions(+), 1005 deletions(-)
 rename {arch/arm/plat-omap => sound/soc/omap}/mcbsp.c (66%)
 create mode 100644 sound/soc/omap/mcbsp.h



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

* Re: [GIT PULL] ASoC: Updates for 3.4
  2012-03-12 11:49 [GIT PULL] ASoC: Updates for 3.4 Liam Girdwood
@ 2012-03-12 13:02 ` Takashi Iwai
  2012-03-12 13:44   ` Liam Girdwood
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2012-03-12 13:02 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown, alsa-devel

At Mon, 12 Mar 2012 11:49:36 +0000,
Liam Girdwood wrote:
> 
> Mainly Peter's McBSP move from arch/ to sound/ and updates this time.
> 
> Thanks
> 
> Liam
> 
> ---
> 
> 
> The following changes since commit 303076342b8a30aa98f8a53b539155d0b81ff0c3:
> 
>   Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into topic/asoc (2012-03-06 14:04:16 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc.git for-3.4

It seems that your sign-off is missing in many commits.
Could you fix it?


Takashi

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

* Re: [GIT PULL] ASoC: Updates for 3.4
  2012-03-12 13:02 ` Takashi Iwai
@ 2012-03-12 13:44   ` Liam Girdwood
  2012-03-12 14:09     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Liam Girdwood @ 2012-03-12 13:44 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown, alsa-devel

On Mon, 2012-03-12 at 14:02 +0100, Takashi Iwai wrote:
> At Mon, 12 Mar 2012 11:49:36 +0000,
> Liam Girdwood wrote:
> > 
> > Mainly Peter's McBSP move from arch/ to sound/ and updates this time.
> > 
> > Thanks
> > 
> > Liam
> > 
> > ---
> > 
> > 
> > The following changes since commit 303076342b8a30aa98f8a53b539155d0b81ff0c3:
> > 
> >   Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into topic/asoc (2012-03-06 14:04:16 +0100)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc.git for-3.4
> 
> It seems that your sign-off is missing in many commits.
> Could you fix it?
> 

Sorry, now done.

Thanks

Liam



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

* Re: [GIT PULL] ASoC: Updates for 3.4
  2012-03-12 13:44   ` Liam Girdwood
@ 2012-03-12 14:09     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2012-03-12 14:09 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown, alsa-devel

At Mon, 12 Mar 2012 13:44:25 +0000,
Liam Girdwood wrote:
> 
> On Mon, 2012-03-12 at 14:02 +0100, Takashi Iwai wrote:
> > At Mon, 12 Mar 2012 11:49:36 +0000,
> > Liam Girdwood wrote:
> > > 
> > > Mainly Peter's McBSP move from arch/ to sound/ and updates this time.
> > > 
> > > Thanks
> > > 
> > > Liam
> > > 
> > > ---
> > > 
> > > 
> > > The following changes since commit 303076342b8a30aa98f8a53b539155d0b81ff0c3:
> > > 
> > >   Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into topic/asoc (2012-03-06 14:04:16 +0100)
> > > 
> > > are available in the git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc.git for-3.4
> > 
> > It seems that your sign-off is missing in many commits.
> > Could you fix it?
> > 
> 
> Sorry, now done.

Thanks, pulled now.


Takashi

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

end of thread, other threads:[~2012-03-12 14:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-12 11:49 [GIT PULL] ASoC: Updates for 3.4 Liam Girdwood
2012-03-12 13:02 ` Takashi Iwai
2012-03-12 13:44   ` Liam Girdwood
2012-03-12 14:09     ` Takashi Iwai

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.