linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mpa@pengutronix.de (Markus Pargmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] ARM: dts: ssi device node updates
Date: Mon, 23 Jun 2014 11:54:43 +0200	[thread overview]
Message-ID: <20140623095443.GE32450@pengutronix.de> (raw)
In-Reply-To: <20140620123337.GI28225@dragon>

Hi Shawn,

On Fri, Jun 20, 2014 at 08:33:38PM +0800, Shawn Guo wrote:
> 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.

Okay thanks.

> 
> 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.

Oh right, I overlooked that I also changed it for another sound card.

Thanks,

Markus

> 
> 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(-)
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140623/fea53e1a/attachment.sig>

      reply	other threads:[~2014-06-23  9:54 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 ` [PATCH 0/7] ARM: dts: ssi device node updates Shawn Guo
2014-06-23  9:54   ` Markus Pargmann [this message]

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=20140623095443.GE32450@pengutronix.de \
    --to=mpa@pengutronix.de \
    --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 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).