From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Timur Tabi <timur@freescale.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH][ASoC V2] Make Freescale MPC8610 drivers more dynamic
Date: Mon, 2 Jun 2008 12:01:01 +0100 [thread overview]
Message-ID: <20080602110101.GE9031@rakim.wolfsonmicro.main> (raw)
In-Reply-To: <1212187311-22901-1-git-send-email-timur@freescale.com>
On Fri, May 30, 2008 at 05:41:51PM -0500, Timur Tabi wrote:
> More miscellaneous changes to the Freescale MPC8610 driver set, with the goal
> of supporting multiple SSIs.
> Minor documentation improvements. Allow teh CS4270 registers to be read
> via sysfs. Create the device names from the device tree, to allow multiple
> devices. Remove separate Kconfig option for the MPC8610 SOC. Various
> minor code optimizations. Improve programming of the global utilties
> registers.
Applied, thanks. However...
> -config SND_SOC_MPC8610
> - bool "ALSA SoC support for the MPC8610 SOC"
> - depends on SND_SOC && MPC8610_HPCD
> - default y if MPC8610
> - help
> - Say Y if you want to add support for codecs attached to the SSI
> - device on an MPC8610.
> -
> -config SND_SOC_MPC8610_HPCD
> - bool "ALSA SoC support for the Freescale MPC8610 HPCD board"
> - depends on SND_SOC_MPC8610
> - select SND_SOC_CS4270
> - select SND_SOC_CS4270_VD33_ERRATA
> - default y if MPC8610_HPCD
> - help
> - Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
> -
> -endmenu
> +config SND_SOC_MPC8610_HPCD
> + tristate "Freescale MPC8610 HPCD support"
> + depends on SND_SOC && MPC8610_HPCD
> + select SND_SOC_CS4270
> + select SND_SOC_CS4270_VD33_ERRATA
> + default y if SND_SOC && MPC8610_HPCD
> + help
> + Say Y or M if you want to enable audio on the Freescale MPC8610 HPCD.
This change means that if someone builds another board with the same CPU
on it then they'll have to add all the objects for the core CPU support
to the Makefile entry for their board. There should at least be a
separate Kconfig thing, even if it's not user visible. I've committed a
patch backing this bit out for now.
> * express or implied.
> */
>
> +#define DEBUG
> +
This probably shouldn't be on by default?
In general, it'd be a bit easier to review the changes you're making if
you were able to submit individual changes in separate patches, though I
appreciate that at the minute you're making a lot of changes that go
over large portions of the code and can't be easily separated out so I
wouldn't worry about it too much.
next prev parent reply other threads:[~2008-06-02 11:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-30 22:41 [PATCH][ASoC V2] Make Freescale MPC8610 drivers more dynamic Timur Tabi
2008-06-02 11:01 ` Mark Brown [this message]
2008-06-02 14:18 ` Timur Tabi
2008-06-02 14:42 ` 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=20080602110101.GE9031@rakim.wolfsonmicro.main \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=timur@freescale.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.