From: Marek Vasut <marek.vasut@gmail.com>
To: alsa-devel@alsa-project.org
Cc: s.hauer@pengutronix.de, broonie@opensource.wolfsonmicro.com,
w.sang@pengutronix.de, shawn.guo@freescale.com,
kernel@pengutronix.de, u.kleine-koenig@pengutronix.de,
Dong Aisheng <b29396@freescale.com>,
lrg@ti.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v6 0/3] ARM: mxs: add recording support for saif
Date: Mon, 21 Nov 2011 09:50:32 +0100 [thread overview]
Message-ID: <201111210950.33029.marek.vasut@gmail.com> (raw)
In-Reply-To: <1321861602-12735-1-git-send-email-b29396@freescale.com>
> Changes since v5:
> Only one change is that:
> * remove the unneccesary parenthesis for [PATCH 1/3] suggested
> by Marek Vasut.
>
> Changes since v4:
> * use new added master_id and master_mode in platform_data.
> The new changes depend on another patch:
> 0001-ASoC-mxs-saif-remove-function-in-platform_data.patch
>
> Changes since v3:
> * remove unneeded locking according to Sascha.
> The patches are based on imx-features branch since commit:
> ca4e419c2.
>
> Changes since v2:
> * separate clkmux code into another patch according to Uwe
> * add lock according to Wolfram
> * Other minus fixes suggested by Uwe and Wolfram.
> * remove Wolfram's fix saif clock setting patch which is in v2 series
> since Wolfram will reform the clock code and send it out himself.
> For test purpose, user still needs that patch. People can get it
> from v2 series.
> The patch is:
> [PATCH v2 3/3] arm: mxs: disable clock-gates when setting saif-clocks
>
> The patches are based on imx-features branch since commit:
> f4f01e31835f.
>
> Changes since v1:
> The main changes are move mach-specific code(clkmux in DIGCTL) from
> saif driver to mach-specific layer based on Wolfram's suggestion.
>
> Note that the last patch is a RFC patch and sent out for testing
> since without that patch the saif may not work.
>
> Dong Aisheng (3):
> ARM: mxs: add saif clkmux functions
> ARM: mx28evk: add platform data for saif
> ARM: mx28evk: set a initial clock rate for saif
>
> arch/arm/mach-mxs/clock-mx28.c | 38
> +++++++++++++++++++++++ arch/arm/mach-mxs/devices-mx28.h |
> 3 +-
> arch/arm/mach-mxs/devices/platform-mxs-saif.c | 5 ++-
> arch/arm/mach-mxs/include/mach/common.h | 1 +
> arch/arm/mach-mxs/include/mach/devices-common.h | 4 ++-
> arch/arm/mach-mxs/include/mach/digctl.h | 21 ++++++++++++
> arch/arm/mach-mxs/mach-mx28evk.c | 18 +++++++++-
> 7 files changed, 84 insertions(+), 6 deletions(-)
> create mode 100644 arch/arm/mach-mxs/include/mach/digctl.h
>
I think you can add my:
Acked-by: Marek Vasut <marek.vasut@gmail.com>
to the series.
WARNING: multiple messages have this Message-ID (diff)
From: marek.vasut@gmail.com (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH v6 0/3] ARM: mxs: add recording support for saif
Date: Mon, 21 Nov 2011 09:50:32 +0100 [thread overview]
Message-ID: <201111210950.33029.marek.vasut@gmail.com> (raw)
In-Reply-To: <1321861602-12735-1-git-send-email-b29396@freescale.com>
> Changes since v5:
> Only one change is that:
> * remove the unneccesary parenthesis for [PATCH 1/3] suggested
> by Marek Vasut.
>
> Changes since v4:
> * use new added master_id and master_mode in platform_data.
> The new changes depend on another patch:
> 0001-ASoC-mxs-saif-remove-function-in-platform_data.patch
>
> Changes since v3:
> * remove unneeded locking according to Sascha.
> The patches are based on imx-features branch since commit:
> ca4e419c2.
>
> Changes since v2:
> * separate clkmux code into another patch according to Uwe
> * add lock according to Wolfram
> * Other minus fixes suggested by Uwe and Wolfram.
> * remove Wolfram's fix saif clock setting patch which is in v2 series
> since Wolfram will reform the clock code and send it out himself.
> For test purpose, user still needs that patch. People can get it
> from v2 series.
> The patch is:
> [PATCH v2 3/3] arm: mxs: disable clock-gates when setting saif-clocks
>
> The patches are based on imx-features branch since commit:
> f4f01e31835f.
>
> Changes since v1:
> The main changes are move mach-specific code(clkmux in DIGCTL) from
> saif driver to mach-specific layer based on Wolfram's suggestion.
>
> Note that the last patch is a RFC patch and sent out for testing
> since without that patch the saif may not work.
>
> Dong Aisheng (3):
> ARM: mxs: add saif clkmux functions
> ARM: mx28evk: add platform data for saif
> ARM: mx28evk: set a initial clock rate for saif
>
> arch/arm/mach-mxs/clock-mx28.c | 38
> +++++++++++++++++++++++ arch/arm/mach-mxs/devices-mx28.h |
> 3 +-
> arch/arm/mach-mxs/devices/platform-mxs-saif.c | 5 ++-
> arch/arm/mach-mxs/include/mach/common.h | 1 +
> arch/arm/mach-mxs/include/mach/devices-common.h | 4 ++-
> arch/arm/mach-mxs/include/mach/digctl.h | 21 ++++++++++++
> arch/arm/mach-mxs/mach-mx28evk.c | 18 +++++++++-
> 7 files changed, 84 insertions(+), 6 deletions(-)
> create mode 100644 arch/arm/mach-mxs/include/mach/digctl.h
>
I think you can add my:
Acked-by: Marek Vasut <marek.vasut@gmail.com>
to the series.
next prev parent reply other threads:[~2011-11-21 8:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-21 7:46 [PATCH v6 0/3] ARM: mxs: add recording support for saif Dong Aisheng
2011-11-21 7:46 ` Dong Aisheng
2011-11-21 7:46 ` [PATCH v6 1/3] ARM: mxs: add saif clkmux functions Dong Aisheng
2011-11-21 7:46 ` Dong Aisheng
2011-11-21 7:46 ` [PATCH v6 2/3] ARM: mx28evk: add platform data for saif Dong Aisheng
2011-11-21 7:46 ` Dong Aisheng
2011-11-21 7:46 ` [PATCH v6 3/3] ARM: mx28evk: set a initial clock rate " Dong Aisheng
2011-11-21 7:46 ` Dong Aisheng
2011-11-21 8:50 ` Marek Vasut [this message]
2011-11-21 8:50 ` [alsa-devel] [PATCH v6 0/3] ARM: mxs: add recording support " Marek Vasut
2011-11-21 9:01 ` Dong Aisheng-B29396
2011-11-21 9:01 ` [alsa-devel] " Dong Aisheng-B29396
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=201111210950.33029.marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=b29396@freescale.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=lrg@ti.com \
--cc=s.hauer@pengutronix.de \
--cc=shawn.guo@freescale.com \
--cc=u.kleine-koenig@pengutronix.de \
--cc=w.sang@pengutronix.de \
/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.