From: Liam Girdwood <lrg@kernel.org>
To: Dmitry Baryshkov <dbaryshkov@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [GIT PULL] unify two pxa sound drivers
Date: Mon, 08 Sep 2008 10:05:33 +0100 [thread overview]
Message-ID: <1220864734.17091.76.camel@odin> (raw)
In-Reply-To: <20080908085339.GA31573@doriath.ww600.siemens.net>
On Mon, 2008-09-08 at 12:53 +0400, Dmitry Baryshkov wrote:
> Hi,
>
> Please consider this changeset. It was partially tested, but additional
> testing will be appreciated. pxa3xx was only compile tested.
>
> The following changes since commit 6a55617ed5d1aa62b850de2cf66f5ede2eef4825:
> Linus Torvalds (1):
> Linux v2.6.27-rc4
>
> are available in the git repository at:
>
> git://git.infradead.org/users/dbaryshkov/zaurus-2.6.git pxa2xx-asoc-cleanup
>
> Dmitry Baryshkov (4):
> Permit simultaneous compilation of both PXA AC97 drivers
> Separate common pxa2xx-ac97 code
> Make pxa-ac97-lib separate module
> Separate common pxa2xx-pcm code
>
> Russ Dill (1):
> pxa2xx-lib: support building for several pxa's
>
> arch/arm/mach-pxa/include/mach/pxa-regs.h | 4 +-
> include/sound/pxa2xx-lib.h | 45 +++++
> sound/arm/Kconfig | 9 +-
> sound/arm/Makefile | 4 +
> sound/arm/pxa2xx-ac97-lib.c | 297 +++++++++++++++++++++++++++++
> sound/arm/pxa2xx-ac97.c | 247 ++----------------------
> sound/arm/pxa2xx-pcm-lib.c | 277 +++++++++++++++++++++++++++
> sound/arm/pxa2xx-pcm.c | 252 +-----------------------
> sound/arm/pxa2xx-pcm.h | 13 +-
> sound/soc/pxa/Kconfig | 3 +
> sound/soc/pxa/pxa2xx-ac97.c | 272 +-------------------------
> sound/soc/pxa/pxa2xx-i2s.c | 26 ++-
> sound/soc/pxa/pxa2xx-pcm.c | 265 +-------------------------
> sound/soc/pxa/pxa2xx-pcm.h | 15 --
> 14 files changed, 707 insertions(+), 1022 deletions(-)
> create mode 100644 include/sound/pxa2xx-lib.h
> create mode 100644 sound/arm/pxa2xx-ac97-lib.c
> create mode 100644 sound/arm/pxa2xx-pcm-lib.c
>
I assume most changes are mechanical. Could you post for review too.
Thanks
Liam
next prev parent reply other threads:[~2008-09-08 9:05 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-08 8:53 [GIT PULL] unify two pxa sound drivers Dmitry Baryshkov
2008-09-08 9:05 ` Liam Girdwood [this message]
2008-09-08 9:06 ` [PATCH 1/5] Permit simultaneous compilation of both PXA AC97 drivers Dmitry Baryshkov
2008-09-08 9:06 ` [PATCH 2/5] Separate common pxa2xx-ac97 code Dmitry Baryshkov
2008-09-08 9:06 ` [PATCH 3/5] Make pxa-ac97-lib separate module Dmitry Baryshkov
2008-09-08 9:06 ` [PATCH 4/5] pxa2xx-lib: support building for several pxa's Dmitry Baryshkov
2008-09-08 9:06 ` [PATCH 5/5] Separate common pxa2xx-pcm code Dmitry Baryshkov
2008-09-08 10:07 ` Eric Miao
2008-09-08 10:13 ` Dmitry
2008-09-08 10:33 ` Mark Brown
2008-09-08 10:17 ` [PATCH 4/5] pxa2xx-lib: support building for several pxa's Mark Brown
2008-09-08 9:33 ` [PATCH 2/5] Separate common pxa2xx-ac97 code Liam Girdwood
2008-09-08 9:42 ` Dmitry Baryshkov
2008-09-08 9:51 ` Liam Girdwood
2008-09-08 9:30 ` [PATCH 1/5] Permit simultaneous compilation of both PXA AC97 drivers Mark Brown
2008-09-08 10:19 ` Dmitry Baryshkov
2008-09-08 10:35 ` Mark Brown
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=1220864734.17091.76.camel@odin \
--to=lrg@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=dbaryshkov@gmail.com \
/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.