All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@ti.com>
To: alsa-devel@alsa-project.org
Cc: Linux-MIPS <linux-mips@linux-mips.org>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	"alsa-devel@vger.kernel.org" <alsa-devel@vger.kernel.org>
Subject: Re: [PATCH V5 0/3] ASoC for Alchemy Au1000/1500/1100
Date: Tue, 26 Jul 2011 11:48:23 +0100	[thread overview]
Message-ID: <4E2E9B77.4060602@ti.com> (raw)
In-Reply-To: <1311594287-31576-1-git-send-email-manuel.lauss@googlemail.com>

On 25/07/11 12:44, Manuel Lauss wrote:
> Hello,
> 
> Here's V5 of the AC97/I2S ASoC patchset for early Alchemy
> chips and their respective evaluation boards. 
> The patches are largely based on the old mips/au1x00.c driver which
> they replace.
> 
> AC97 Tested on a Db1500 development board; I2S untested since none
> of the testboards I have actually have an I2S codec (just testpoints).
> 
> Changes since V4:
> - incorporate feedback from Liam Girdwood.
> - rediff against latest ASoC changes
> 
> Changes since V3:
> - dropped the hunk which removed the I2S constants from the au1000.h header
>   to avoid merge conflicts with other patches.
> - use the context structure declared in psc.h.  Follow-up patches for psc* code
>   depend on this.
> 
> Changes since V2:
> - implemented changes after feedback from Lars-Peter Clausen:
> * split patch 1 in two, one for the ASoC drivers, and a separate for
>   DB1000 machine code.
> * get rid of automatic dma device registration
> * tidied the I2S/AC97 sources
> - mark sound/mips/au1x00.c as DEPRECATED instead of removing it outright.
> 
> Changes since V1:
> - added untested I2S controller driver for completeness, removed the audio
>   defines from the au1000 header.
> 
> Manuel Lauss (3):
>   ASoC: Alchemy AC97C/I2SC audio support
>   ASoC: Add a DB1x00 AC97 machine driver
>   ALSA: deprecate MIPS AU1X00 AC97 driver
> 
>  arch/mips/alchemy/devboards/db1x00/platform.c |   48 ++++
>  sound/mips/Kconfig                            |    5 +-
>  sound/soc/au1x/Kconfig                        |   28 ++
>  sound/soc/au1x/Makefile                       |   10 +
>  sound/soc/au1x/ac97c.c                        |  365 ++++++++++++++++++++++++
>  sound/soc/au1x/db1000.c                       |   75 +++++
>  sound/soc/au1x/dma.c                          |  377 +++++++++++++++++++++++++
>  sound/soc/au1x/i2sc.c                         |  347 +++++++++++++++++++++++
>  sound/soc/au1x/psc.h                          |   19 +-
>  9 files changed, 1264 insertions(+), 10 deletions(-)
>  create mode 100644 sound/soc/au1x/ac97c.c
>  create mode 100644 sound/soc/au1x/db1000.c
>  create mode 100644 sound/soc/au1x/dma.c
>  create mode 100644 sound/soc/au1x/i2sc.c
> 

All

Acked-by: Liam Girdwood <lrg@ti.com>

WARNING: multiple messages have this Message-ID (diff)
From: Liam Girdwood <lrg@ti.com>
To: Manuel Lauss <manuel.lauss@googlemail.com>
Cc: "alsa-devel@vger.kernel.org" <alsa-devel@vger.kernel.org>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Linux-MIPS <linux-mips@linux-mips.org>
Subject: Re: [PATCH V5 0/3] ASoC for Alchemy Au1000/1500/1100
Date: Tue, 26 Jul 2011 11:48:23 +0100	[thread overview]
Message-ID: <4E2E9B77.4060602@ti.com> (raw)
In-Reply-To: <1311594287-31576-1-git-send-email-manuel.lauss@googlemail.com>

On 25/07/11 12:44, Manuel Lauss wrote:
> Hello,
> 
> Here's V5 of the AC97/I2S ASoC patchset for early Alchemy
> chips and their respective evaluation boards. 
> The patches are largely based on the old mips/au1x00.c driver which
> they replace.
> 
> AC97 Tested on a Db1500 development board; I2S untested since none
> of the testboards I have actually have an I2S codec (just testpoints).
> 
> Changes since V4:
> - incorporate feedback from Liam Girdwood.
> - rediff against latest ASoC changes
> 
> Changes since V3:
> - dropped the hunk which removed the I2S constants from the au1000.h header
>   to avoid merge conflicts with other patches.
> - use the context structure declared in psc.h.  Follow-up patches for psc* code
>   depend on this.
> 
> Changes since V2:
> - implemented changes after feedback from Lars-Peter Clausen:
> * split patch 1 in two, one for the ASoC drivers, and a separate for
>   DB1000 machine code.
> * get rid of automatic dma device registration
> * tidied the I2S/AC97 sources
> - mark sound/mips/au1x00.c as DEPRECATED instead of removing it outright.
> 
> Changes since V1:
> - added untested I2S controller driver for completeness, removed the audio
>   defines from the au1000 header.
> 
> Manuel Lauss (3):
>   ASoC: Alchemy AC97C/I2SC audio support
>   ASoC: Add a DB1x00 AC97 machine driver
>   ALSA: deprecate MIPS AU1X00 AC97 driver
> 
>  arch/mips/alchemy/devboards/db1x00/platform.c |   48 ++++
>  sound/mips/Kconfig                            |    5 +-
>  sound/soc/au1x/Kconfig                        |   28 ++
>  sound/soc/au1x/Makefile                       |   10 +
>  sound/soc/au1x/ac97c.c                        |  365 ++++++++++++++++++++++++
>  sound/soc/au1x/db1000.c                       |   75 +++++
>  sound/soc/au1x/dma.c                          |  377 +++++++++++++++++++++++++
>  sound/soc/au1x/i2sc.c                         |  347 +++++++++++++++++++++++
>  sound/soc/au1x/psc.h                          |   19 +-
>  9 files changed, 1264 insertions(+), 10 deletions(-)
>  create mode 100644 sound/soc/au1x/ac97c.c
>  create mode 100644 sound/soc/au1x/db1000.c
>  create mode 100644 sound/soc/au1x/dma.c
>  create mode 100644 sound/soc/au1x/i2sc.c
> 

All

Acked-by: Liam Girdwood <lrg@ti.com>

  parent reply	other threads:[~2011-07-26 10:48 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 11:44 [PATCH V5 0/3] ASoC for Alchemy Au1000/1500/1100 Manuel Lauss
2011-07-25 11:44 ` Manuel Lauss
2011-07-25 11:44 ` [PATCH V5 1/3] ASoC: Alchemy AC97C/I2SC audio support Manuel Lauss
2011-07-25 11:44   ` Manuel Lauss
2011-07-26 14:31   ` Mark Brown
2011-07-26 14:31     ` Mark Brown
2011-07-26 14:43     ` Manuel Lauss
2011-07-26 14:43       ` Manuel Lauss
2011-07-26 14:47       ` Mark Brown
2011-07-26 14:47         ` Mark Brown
2011-07-25 11:44 ` [PATCH V5 2/3] ASoC: Add a DB1x00 AC97 machine driver Manuel Lauss
2011-07-25 11:44   ` Manuel Lauss
2011-07-26 14:39   ` Mark Brown
2011-07-26 14:39     ` Mark Brown
2011-07-27 14:56     ` Ralf Baechle
2011-07-27 14:56       ` Ralf Baechle
2011-07-27 18:11   ` Mark Brown
2011-07-27 18:11     ` Mark Brown
2011-07-25 11:44 ` [PATCH V5 3/3] ALSA: deprecate MIPS AU1X00 AC97 driver Manuel Lauss
2011-07-25 11:44   ` Manuel Lauss
2011-07-27 18:12   ` Mark Brown
2011-07-27 18:12     ` Mark Brown
2011-07-26 10:48 ` Liam Girdwood [this message]
2011-07-26 10:48   ` [PATCH V5 0/3] ASoC for Alchemy Au1000/1500/1100 Liam Girdwood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E2E9B77.4060602@ti.com \
    --to=lrg@ti.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=alsa-devel@vger.kernel.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.