From: shawn.guo@freescale.com (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] ARM: dts: ssi device node updates
Date: Fri, 20 Jun 2014 20:33:38 +0800 [thread overview]
Message-ID: <20140620123337.GI28225@dragon> (raw)
In-Reply-To: <1402995995-15098-1-git-send-email-mpa@pengutronix.de>
On Tue, Jun 17, 2014 at 11:06:28AM +0200, Markus Pargmann wrote:
> This series cleans up some old or unnecessary properties from the dts files.
>
> Patch 1 removes an enabled ssi unit that is not used.
Instead of holding the whole series by waiting ACK from ventana board
maintainer on the first patch, I choose to keep the ssi node and remove
fsl,mode property. The ssi node can be removed later in another patch
after board maintainer confirms.
>
> Patch 2 adds ssi DMA properties based on the previous definiton of
> fsl,ssi-dma-events for imx50.
>
> Patches 3 and 4 remove the old non-generic fsl,ssi-dma-events property. The
> generic dmas property is still present and used.
>
> Patch 5,6 and 7 remove the fsl,mode properties for ssi units that are
> connected with sgtl5000 cards. The sgtl5000 already configures the connection
> between codec and CPU DAI correctly, so we don't need fsl,mode here.
There are some a number of new boards on my imx/dt branch across
different i.MX series. Since the last 3 patches are all about board
level files, I just squashed them and made the same change for those
new boards in there.
Also, I updated the patch subject a little bit, primarily on prefix.
And the last one should be about audio cards, not only sgtl5000. So in
all, the new summary looks like the following.
Markus Pargmann (4):
ARM: dts: imx50: add ssi dma properties
ARM: dts: imx5: remove fsl,ssi-dma-events
ARM: dts: imx6qdl: remove fsl,ssi-dma-events
ARM: dts: imx: remove ssi fsl,mode for audio cards
arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts | 1 -
arch/arm/boot/dts/imx25-pdk.dts | 1 -
arch/arm/boot/dts/imx27-eukrea-mbimxsd27-baseboard.dts | 1 -
arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi | 1 -
arch/arm/boot/dts/imx35-eukrea-mbimxsd35-baseboard.dts | 1 -
arch/arm/boot/dts/imx50.dtsi | 8 ++++++--
arch/arm/boot/dts/imx51-babbage.dts | 1 -
arch/arm/boot/dts/imx51-eukrea-mbimxsd51-baseboard.dts | 1 -
arch/arm/boot/dts/imx51.dtsi | 3 ---
arch/arm/boot/dts/imx53-m53evk.dts | 1 -
arch/arm/boot/dts/imx53-mba53.dts | 1 -
arch/arm/boot/dts/imx53-qsb-common.dtsi | 1 -
arch/arm/boot/dts/imx53-tx53.dtsi | 1 -
arch/arm/boot/dts/imx53-voipac-bsb.dts | 1 -
arch/arm/boot/dts/imx53.dtsi | 3 ---
arch/arm/boot/dts/imx6dl-riotboard.dts | 1 -
arch/arm/boot/dts/imx6q-gw5400-a.dts | 1 -
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 1 -
arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 1 -
arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | 2 --
arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | 1 -
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 1 -
arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 1 -
arch/arm/boot/dts/imx6qdl-tx6.dtsi | 1 -
arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 1 -
arch/arm/boot/dts/imx6qdl.dtsi | 3 ---
arch/arm/boot/dts/imx6sl-evk.dts | 1 -
27 files changed, 6 insertions(+), 35 deletions(-)
next prev parent reply other threads:[~2014-06-20 12:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-17 9:06 [PATCH 0/7] ARM: dts: ssi device node updates Markus Pargmann
2014-06-17 9:06 ` [PATCH 1/7] ARM: dts: imx6: ventana, Remove unused ssi2 Markus Pargmann
2014-06-23 20:23 ` Tim Harvey
2014-06-17 9:06 ` [PATCH 2/7] ARM: dts: imx50, add ssi dma properties Markus Pargmann
2014-06-17 9:06 ` [PATCH 3/7] ARM: dts: imx5*, remove fsl,ssi-dma-events Markus Pargmann
2014-06-17 9:06 ` [PATCH 4/7] arm: dts: imx6qdl, " Markus Pargmann
2014-06-17 9:06 ` [PATCH 5/7] ARM: dts: imx2*, remove ssi fsl,mode for sgtl5000 cards Markus Pargmann
2014-06-17 9:06 ` [PATCH 6/7] ARM: dts: imx5*, " Markus Pargmann
2014-06-17 9:06 ` [PATCH 7/7] ARM: dts: imx6*, " Markus Pargmann
2014-06-20 12:33 ` Shawn Guo [this message]
2014-06-23 9:54 ` [PATCH 0/7] ARM: dts: ssi device node updates Markus Pargmann
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=20140620123337.GI28225@dragon \
--to=shawn.guo@freescale.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.