All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: alsa-devel@alsa-project.org
Cc: Eric Miao <eric.y.miao@gmail.com>, Leo Yan <leoy@marvell.com>,
	Vinod Koul <vinod.koul@intel.com>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	alsa-devel@vger.kernel.org, Qiao Zhou <zhouqiao@marvell.com>,
	Zhangfei Gao <zhangfei.gao@marvell.com>,
	Liam Girdwood <lrg@ti.com>, Chao Xie <cxie4@marvell.com>
Subject: Re: [PATCH v2 0/5] mmp audio support
Date: Wed, 13 Jun 2012 19:58:48 +0000	[thread overview]
Message-ID: <201206131958.49446.arnd@arndb.de> (raw)
In-Reply-To: <1339409081-10097-1-git-send-email-zhangfei.gao@marvell.com>

On Monday 11 June 2012, Zhangfei Gao wrote:
> 
> v1->v2:
> modify accroingly with suggestion from Vinod and Mark
> remove deprecated chan->private and dma.h
> remove prep_slave_sg
> remove module_init and move operation to probe
> misc change

It seems that this driver is missing DT bindings, which really need to get
added. The brownstone platform is currently supported using both DT and
ATAG probing, but we want to remove the ATAG variant eventually, so adding
a new driver for that platform without support for DT booting is a step in
the wrong direction.

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] mmp audio support
Date: Wed, 13 Jun 2012 19:58:48 +0000	[thread overview]
Message-ID: <201206131958.49446.arnd@arndb.de> (raw)
In-Reply-To: <1339409081-10097-1-git-send-email-zhangfei.gao@marvell.com>

On Monday 11 June 2012, Zhangfei Gao wrote:
> 
> v1->v2:
> modify accroingly with suggestion from Vinod and Mark
> remove deprecated chan->private and dma.h
> remove prep_slave_sg
> remove module_init and move operation to probe
> misc change

It seems that this driver is missing DT bindings, which really need to get
added. The brownstone platform is currently supported using both DT and
ATAG probing, but we want to remove the ATAG variant eventually, so adding
a new driver for that platform without support for DT booting is a step in
the wrong direction.

	Arnd

  parent reply	other threads:[~2012-06-13 19:58 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-11 10:04 [PATCH v2 0/5] mmp audio support Zhangfei Gao
2012-06-11 10:04 ` [PATCH v2 1/5] dmaengine: mmp_tdma: add mmp tdma support Zhangfei Gao
2012-06-14 10:43   ` Vinod Koul
2012-06-14 10:43     ` Vinod Koul
2012-06-15  3:02     ` zhangfei gao
2012-06-15  3:02       ` [alsa-devel] " zhangfei gao
2012-06-15  3:04     ` [PATCH " Zhangfei Gao
2012-06-20 11:03       ` Vinod Koul
2012-06-20 11:03         ` Vinod Koul
2012-06-21  1:03         ` zhangfei gao
2012-06-21  1:03           ` [alsa-devel] " zhangfei gao
2012-06-19 12:21     ` [PATCH v2 " zhangfei gao
2012-06-19 12:21       ` [alsa-devel] " zhangfei gao
2012-06-11 10:04 ` [PATCH v2 2/5] ASoC: mmp: add audio dma support Zhangfei Gao
2012-06-11 10:04 ` [PATCH v2 3/5] ASOC: mmp: add sspa support Zhangfei Gao
2012-06-11 10:04 ` [PATCH v2 4/5] ASoC: add mmp brownstone support Zhangfei Gao
2012-06-11 10:04 ` [PATCH v2 5/5] ASoC: add ttc-dkb machine support Zhangfei Gao
2012-06-13 12:17 ` [PATCH v2 0/5] mmp audio support Mark Brown
2012-06-13 12:17   ` Mark Brown
2012-06-13 14:01   ` zhangfei gao
2012-06-13 14:01     ` [alsa-devel] " zhangfei gao
2012-06-13 17:31     ` Mark Brown
2012-06-13 17:31       ` [alsa-devel] " Mark Brown
2012-06-13 16:37 ` Chris Ball
2012-06-21  3:01   ` zhangfei gao
2012-06-21  3:01     ` zhangfei gao
2012-06-13 19:58 ` Arnd Bergmann [this message]
2012-06-13 19:58   ` Arnd Bergmann
2012-06-14  1:59   ` zhangfei gao

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=201206131958.49446.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=alsa-devel@vger.kernel.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=cxie4@marvell.com \
    --cc=eric.y.miao@gmail.com \
    --cc=haojian.zhuang@gmail.com \
    --cc=leoy@marvell.com \
    --cc=lrg@ti.com \
    --cc=vinod.koul@intel.com \
    --cc=zhangfei.gao@marvell.com \
    --cc=zhouqiao@marvell.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.