public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko@sntech.de>
To: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Cc: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Russell King <linux@arm.linux.org.uk>,
	"moderated list:ARM/Rockchip SoC..." 
	<linux-arm-kernel@lists.infradead.org>,
	"open list:ARM/Rockchip SoC..."
	<linux-rockchip@lists.infradead.org>,
	"open list:OPEN FIRMWARE AND..." <devicetree@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: dts: rockchip: enable DMA on SPI for rk3066 and rk3188
Date: Sat, 11 Oct 2014 20:24:27 +0200	[thread overview]
Message-ID: <4669230.PsEI42KPZh@phil> (raw)
In-Reply-To: <1412928253-5119-1-git-send-email-julien.chauveau@neo-technologies.fr>

Hi Julien,

Am Freitag, 10. Oktober 2014, 10:04:13 schrieb Julien CHAUVEAU:
> According to the RK3066 and RK3188 TRM, the two SPI controllers support DMA
> handshake interface. Add the DMA properties so they can be used when needed.
> 
> Signed-off-by: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>

added the patch to a temporary branch for 3.19
(on github and will move to kernel.org once 3.18-rc1 is released)


Heiko

> ---
>  arch/arm/boot/dts/rk3xxx.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi
> index 499468d..9ba92de 100644
> --- a/arch/arm/boot/dts/rk3xxx.dtsi
> +++ b/arch/arm/boot/dts/rk3xxx.dtsi
> @@ -367,6 +367,8 @@
>  		reg = <0x20070000 0x1000>;
>  		#address-cells = <1>;
>  		#size-cells = <0>;
> +		dmas = <&dmac2 10>, <&dmac2 11>;
> +		dma-names = "tx", "rx";
>  		status = "disabled";
>  	};
> 
> @@ -378,6 +380,8 @@
>  		reg = <0x20074000 0x1000>;
>  		#address-cells = <1>;
>  		#size-cells = <0>;
> +		dmas = <&dmac2 12>, <&dmac2 13>;
> +		dma-names = "tx", "rx";
>  		status = "disabled";
>  	};
>  };


      reply	other threads:[~2014-10-11 18:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-10  8:04 [PATCH] ARM: dts: rockchip: enable DMA on SPI for rk3066 and rk3188 Julien CHAUVEAU
2014-10-11 18:24 ` Heiko Stübner [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=4669230.PsEI42KPZh@phil \
    --to=heiko@sntech.de \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=julien.chauveau@neo-technologies.fr \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.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