From: Richard Zhao <rizhao@nvidia.com>
To: devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org,
linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org,
linux-serial@vger.kernel.org, alsa-devel@alsa-project.org
Cc: dev@lynxeye.de, swarren@wwwdotorg.org, vinod.koul@intel.com,
gregkh@linuxfoundation.org, lgirdwood@gmail.com,
rob.herring@calxeda.com, broonie@kernel.org,
ldewangan@nvidia.com, rob@landley.net, djbw@fb.com,
grant.likely@linaro.org, rizhao@nvidia.com, linuxzsc@gmail.com
Subject: [PATCH 0/9] ARM: tegra: move to generic DMA DT binding
Date: Wed, 24 Jul 2013 12:09:53 +0800 [thread overview]
Message-ID: <1374639002-16753-1-git-send-email-rizhao@nvidia.com> (raw)
The patch series aim to move apbdma to generic DT binding.
Changes:
- It add dmas/dma-names properties while leave
nvidia,dma-request-selector to be compatible.
- update apbdma driver and dma client drivers
- ASoC tegra adds a new struct to pass device and dma-name.
- at last, remove legacy nvidia,dma-request-selector
Richard Zhao (9):
ARM: dts: add generic DMA DT binding for tegra apbdma
dma: tegra20-apbdma: move to generic device tree bindings
spi: tegra114: move to generic dma DT binding
spi: tegra20-slink: move to generic dma DT binding
spi: tegra20-sflash: move to generic dma DT binding
serial: tegra: move to generic dma DT binding
ASoC: tegra: move to generic DMA DT binding
ARM: dts: tegra: remove legacy nvidia,dma-request-selector properties
dma: tegra20-apbdma: remove legacy nvidia,dma-request-selector support
.../devicetree/bindings/dma/tegra20-apbdma.txt | 1 +
.../bindings/serial/nvidia,tegra20-hsuart.txt | 8 ++--
.../bindings/sound/nvidia,tegra20-ac97.txt | 8 ++--
.../bindings/sound/nvidia,tegra20-i2s.txt | 8 ++--
.../bindings/sound/nvidia,tegra30-ahub.txt | 12 +++---
.../bindings/spi/nvidia,tegra114-spi.txt | 10 +++--
.../bindings/spi/nvidia,tegra20-sflash.txt | 10 +++--
.../bindings/spi/nvidia,tegra20-slink.txt | 10 +++--
arch/arm/boot/dts/tegra114.dtsi | 41 +++++++++++++-------
arch/arm/boot/dts/tegra20.dtsi | 40 +++++++++++++-------
arch/arm/boot/dts/tegra30.dtsi | 37 ++++++++++++------
drivers/dma/tegra20-apb-dma.c | 38 ++++++++++++++++++-
drivers/spi/spi-tegra114.c | 16 +++-----
drivers/spi/spi-tegra20-slink.c | 16 +++-----
drivers/tty/serial/serial-tegra.c | 16 +-------
sound/soc/tegra/tegra20_ac97.c | 17 +++------
sound/soc/tegra/tegra20_ac97.h | 2 +
sound/soc/tegra/tegra20_i2s.c | 26 ++++---------
sound/soc/tegra/tegra20_i2s.h | 2 +
sound/soc/tegra/tegra30_ahub.c | 25 +++++-------
sound/soc/tegra/tegra30_ahub.h | 11 +++---
sound/soc/tegra/tegra30_i2s.c | 44 +++++++++++++++-------
sound/soc/tegra/tegra30_i2s.h | 2 +
sound/soc/tegra/tegra_pcm.c | 14 +++++++
sound/soc/tegra/tegra_pcm.h | 13 +++++++
25 files changed, 260 insertions(+), 167 deletions(-)
--
1.8.1.5
next reply other threads:[~2013-07-24 4:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-24 4:09 Richard Zhao [this message]
2013-07-24 4:09 ` [PATCH 1/9] ARM: dts: add generic DMA DT binding for tegra apbdma Richard Zhao
2013-07-24 4:09 ` [PATCH 2/9] dma: tegra20-apbdma: move to generic device tree bindings Richard Zhao
2013-07-24 4:09 ` [PATCH 3/9] spi: tegra114: move to generic dma DT binding Richard Zhao
2013-07-24 4:09 ` [PATCH 4/9] spi: tegra20-slink: " Richard Zhao
2013-07-24 4:09 ` [PATCH 5/9] spi: tegra20-sflash: " Richard Zhao
2013-07-24 4:09 ` [PATCH 6/9] serial: tegra: " Richard Zhao
2013-07-24 4:10 ` [PATCH 7/9] ASoC: tegra: move to generic DMA " Richard Zhao
2013-07-24 6:58 ` Lars-Peter Clausen
2013-07-24 4:10 ` [PATCH 8/9] ARM: dts: tegra: remove legacy nvidia,dma-request-selector properties Richard Zhao
2013-07-24 4:10 ` [PATCH 9/9] dma: tegra20-apbdma: remove legacy nvidia,dma-request-selector support Richard Zhao
2013-07-26 19:25 ` [PATCH 0/9] ARM: tegra: move to generic DMA DT binding Stephen Warren
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=1374639002-16753-1-git-send-email-rizhao@nvidia.com \
--to=rizhao@nvidia.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=dev@lynxeye.de \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=djbw@fb.com \
--cc=grant.likely@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=ldewangan@nvidia.com \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=linuxzsc@gmail.com \
--cc=rob.herring@calxeda.com \
--cc=rob@landley.net \
--cc=swarren@wwwdotorg.org \
--cc=vinod.koul@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).