From: "Heiko Stübner" <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
To: Romain Perier <romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
"open list:ARM/Rockchip SoC..."
<linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH] ARM: dts: rockchip: Add DMA tx and rx channels in UART interfaces for RK3288 SoCs
Date: Tue, 23 Jun 2015 13:09:18 +0200 [thread overview]
Message-ID: <1475991.JRcDMpQrFc@diego> (raw)
In-Reply-To: <CABgxDo+8MafT8hOzpG=gjju=S7bVtNBOKxmi_JPHv1bDZSGeCQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Hi Romain,
Am Dienstag, 23. Juni 2015, 08:53:17 schrieb Romain Perier:
> ping :)
I haven't forgotten this patch :-)
I just haven't fully made up my mind concerning the bug in the pl330
implementation on Rockchip SoCs - aka if we'll make it worse by also enabling
dma on the uarts.
So far the problem reports I read only mentioned degraded functionality like
popping sounds in audio, not full system failures or freezes. So I tend to
include the patch and see what happens ;-)
Heiko
> 2015-06-16 19:19 GMT+02:00 Romain Perier <romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:
> > This enable DMA capability for the corresponding UART interfaces, also it
> > removes warning "ttyS%d - Failed to request dma" from kernel logs.
> >
> > Signed-off-by: Romain Perier <romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > ---
> >
> > Changes since v1 ("[PATCH] ARM: dts: rockchip: Add dmac_bus rx and tx for
uart2"):
> > - Add DMA tx and rx channels for all UART interfaces
> > - Rename commit summary
> >
> > arch/arm/boot/dts/rk3288.dtsi | 10 ++++++++++
> > 1 file changed, 10 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> > index 22316d0..1996452 100644
> > --- a/arch/arm/boot/dts/rk3288.dtsi
> > +++ b/arch/arm/boot/dts/rk3288.dtsi
> > @@ -359,6 +359,8 @@
> >
> > clock-names = "baudclk", "apb_pclk";
> > pinctrl-names = "default";
> > pinctrl-0 = <&uart0_xfer>;
> >
> > + dmas = <&dmac_peri 1>, <&dmac_peri 2>;
> > + dma-names = "tx", "rx";
> >
> > status = "disabled";
> >
> > };
> >
> > @@ -372,6 +374,8 @@
> >
> > clock-names = "baudclk", "apb_pclk";
> > pinctrl-names = "default";
> > pinctrl-0 = <&uart1_xfer>;
> >
> > + dmas = <&dmac_peri 3>, <&dmac_peri 4>;
> > + dma-names = "tx", "rx";
> >
> > status = "disabled";
> >
> > };
> >
> > @@ -385,6 +389,8 @@
> >
> > clock-names = "baudclk", "apb_pclk";
> > pinctrl-names = "default";
> > pinctrl-0 = <&uart2_xfer>;
> >
> > + dmas = <&dmac_bus_s 4>, <&dmac_bus_s 5>;
> > + dma-names = "tx", "rx";
> >
> > status = "disabled";
> >
> > };
> >
> > @@ -398,6 +404,8 @@
> >
> > clock-names = "baudclk", "apb_pclk";
> > pinctrl-names = "default";
> > pinctrl-0 = <&uart3_xfer>;
> >
> > + dmas = <&dmac_peri 7>, <&dmac_peri 8>;
> > + dma-names = "tx", "rx";
> >
> > status = "disabled";
> >
> > };
> >
> > @@ -411,6 +419,8 @@
> >
> > clock-names = "baudclk", "apb_pclk";
> > pinctrl-names = "default";
> > pinctrl-0 = <&uart4_xfer>;
> >
> > + dmas = <&dmac_peri 9>, <&dmac_peri 10>;
> > + dma-names = "tx", "rx";
> >
> > status = "disabled";
> >
> > };
> >
> > --
> > 1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-06-23 11:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-16 17:19 [PATCH] ARM: dts: rockchip: Add DMA tx and rx channels in UART interfaces for RK3288 SoCs Romain Perier
[not found] ` <1434475166-30338-1-git-send-email-romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-06-23 6:53 ` Romain Perier
[not found] ` <CABgxDo+8MafT8hOzpG=gjju=S7bVtNBOKxmi_JPHv1bDZSGeCQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-23 11:09 ` Heiko Stübner [this message]
2015-06-23 11:55 ` Romain Perier
2015-06-23 21:11 ` Sonny Rao
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=1475991.JRcDMpQrFc@diego \
--to=heiko-4mtyjxux2i+zqb+pc5nmwq@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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).