Re: [PATCH v2 6/9] ARM: mx31ads: add audmux device
From: Richard Zhao <hidden>
Date: 2012-02-14 01:35:07
Also in:
alsa-devel, linux-arm-kernel
On Sun, Feb 05, 2012 at 12:50:15PM +0800, Richard Zhao wrote:
Shawn Guo [off-list ref] wrote:quoted
On Fri, Feb 03, 2012 at 10:15:54AM +0800, Richard Zhao wrote:quoted
adding Eric Bénard. On Thu, Feb 02, 2012 at 09:58:07PM +0800, Richard Zhao wrote:quoted
On Thu, Feb 02, 2012 at 09:09:03PM +0800, Shawn Guo wrote:quoted
On Thu, Feb 02, 2012 at 05:24:28PM +0800, Richard Zhao wrote:quoted
On Thu, Feb 02, 2012 at 05:11:34PM +0800, Shawn Guo wrote:quoted
On Thu, Feb 02, 2012 at 04:55:23PM +0800, Shawn Guo wrote:quoted
On Thu, Feb 02, 2012 at 10:12:05AM +0800, Richard Zhaowrote:quoted
quoted
quoted
quoted
quoted
quoted
quoted
Signed-off-by: Richard Zhao <redacted> --- arch/arm/mach-imx/mach-mx31ads.c | 10 ++++++++++ arch/arm/plat-mxc/include/mach/mx31.h | 1 + 2 files changed, 11 insertions(+), 0 deletions(-)Hmm, let's see who are actually usingmxc_audmux_v2_configure_port().quoted
quoted
quoted
quoted
quoted
quoted
$ git grep -n mxc_audmux_v2_configure_port arch/arm/ arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c:246:mxc_audmux_v2_configure_port(0,quoted
quoted
quoted
quoted
quoted
quoted
arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c:254:mxc_audmux_v2_configure_port(4,quoted
quoted
quoted
quoted
quoted
quoted
arch/arm/mach-imx/eukrea_mbimxsd35-baseboard.c:257:mxc_audmux_v2_configure_port(0,quoted
quoted
quoted
quoted
quoted
quoted
arch/arm/mach-imx/eukrea_mbimxsd35-baseboard.c:265:mxc_audmux_v2_configure_port(3,quoted
quoted
quoted
quoted
quoted
quoted
arch/arm/mach-imx/mach-pcm043.c:365:mxc_audmux_v2_configure_port(3,quoted
quoted
quoted
quoted
quoted
quoted
arch/arm/mach-imx/mach-pcm043.c:371:mxc_audmux_v2_configure_port(0,quoted
It's machine specific code, though audmux driver is common. Might beok? With audmux driver moved out, it's not ok to me to have board file call this function.quoted
The asoc machine file for the above 3 boards is not platform driver,andquoted
don't get any plat info.It can be nicely solved if we do these initial setup in audmux driver probe function with the configuration data retrieved from audmux platform data or device tree.no, it is asoc machine driver to have machine specific code. the machine driver do not correspond to any hw device, which cause hard to bind dt or create platform device.
I'll have to keep audmux driver in arch/, till ASOC machine driver has a way to get platfrom parameters. Thanks Richard
quoted
-- Regards, Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel