All of lore.kernel.org
 help / color / mirror / Atom feed
* [1/2] dmaengine: usb-dmac: Document R8A7799{0,5} bindings
@ 2018-05-16 13:06 ` Ulrich Hecht
  0 siblings, 0 replies; 16+ messages in thread
From: Ulrich Hecht @ 2018-05-16 13:06 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: horms, dmaengine, devicetree, Hiroyuki Yokoyama, Ulrich Hecht

From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>

Renesas R-Car D3 (R8A77995) and E3 (R8A77990) SoCs also have the R-Car
gen2/3 compatible DMA controllers, so document the SoC specific binding.

Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
[uli: squashed]
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
index 9dc935e..482e543 100644
--- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
+++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
@@ -12,6 +12,8 @@ Required Properties:
 	  - "renesas,r8a7795-usb-dmac" (R-Car H3)
 	  - "renesas,r8a7796-usb-dmac" (R-Car M3-W)
 	  - "renesas,r8a77965-usb-dmac" (R-Car M3-N)
+	  - "renesas,r8a77990-usb-dmac" (R-Car E3)
+	  - "renesas,r8a77995-usb-dmac" (R-Car D3)
 - reg: base address and length of the registers block for the DMAC
 - interrupts: interrupt specifiers for the DMAC, one for each entry in
   interrupt-names.

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [PATCH 1/2] dmaengine: usb-dmac: Document R8A7799{0,5} bindings
@ 2018-05-16 13:06 ` Ulrich Hecht
  0 siblings, 0 replies; 16+ messages in thread
From: Ulrich Hecht @ 2018-05-16 13:06 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: horms, dmaengine, devicetree, Hiroyuki Yokoyama, Ulrich Hecht

From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>

Renesas R-Car D3 (R8A77995) and E3 (R8A77990) SoCs also have the R-Car
gen2/3 compatible DMA controllers, so document the SoC specific binding.

Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
[uli: squashed]
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
index 9dc935e..482e543 100644
--- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
+++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
@@ -12,6 +12,8 @@ Required Properties:
 	  - "renesas,r8a7795-usb-dmac" (R-Car H3)
 	  - "renesas,r8a7796-usb-dmac" (R-Car M3-W)
 	  - "renesas,r8a77965-usb-dmac" (R-Car M3-N)
+	  - "renesas,r8a77990-usb-dmac" (R-Car E3)
+	  - "renesas,r8a77995-usb-dmac" (R-Car D3)
 - reg: base address and length of the registers block for the DMAC
 - interrupts: interrupt specifiers for the DMAC, one for each entry in
   interrupt-names.
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [2/2] dmaengine: rcar-dmac: Document R8A77990 bindings
  2018-05-16 13:06 ` [PATCH 1/2] " Ulrich Hecht
@ 2018-05-16 13:06 ` Ulrich Hecht
  -1 siblings, 0 replies; 16+ messages in thread
From: Ulrich Hecht @ 2018-05-16 13:06 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: horms, dmaengine, devicetree, Hiroyuki Yokoyama, Ulrich Hecht

From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>

Renesas R-Car E3 (R8A77990) SoC also has the R-Car gen2/3 compatible DMA
controllers, so document the SoC specific binding.

Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
index b1ba6395..946229c 100644
--- a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
+++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
@@ -29,6 +29,7 @@ Required Properties:
 		- "renesas,dmac-r8a77965" (R-Car M3-N)
 		- "renesas,dmac-r8a77970" (R-Car V3M)
 		- "renesas,dmac-r8a77980" (R-Car V3H)
+		- "renesas,dmac-r8a77990" (R-Car E3)
 		- "renesas,dmac-r8a77995" (R-Car D3)
 
 - reg: base address and length of the registers block for the DMAC

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [PATCH 2/2] dmaengine: rcar-dmac: Document R8A77990 bindings
@ 2018-05-16 13:06 ` Ulrich Hecht
  0 siblings, 0 replies; 16+ messages in thread
From: Ulrich Hecht @ 2018-05-16 13:06 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: horms, dmaengine, devicetree, Hiroyuki Yokoyama, Ulrich Hecht

From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>

Renesas R-Car E3 (R8A77990) SoC also has the R-Car gen2/3 compatible DMA
controllers, so document the SoC specific binding.

Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
index b1ba6395..946229c 100644
--- a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
+++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
@@ -29,6 +29,7 @@ Required Properties:
 		- "renesas,dmac-r8a77965" (R-Car M3-N)
 		- "renesas,dmac-r8a77970" (R-Car V3M)
 		- "renesas,dmac-r8a77980" (R-Car V3H)
+		- "renesas,dmac-r8a77990" (R-Car E3)
 		- "renesas,dmac-r8a77995" (R-Car D3)
 
 - reg: base address and length of the registers block for the DMAC
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [1/2] dmaengine: usb-dmac: Document R8A7799{0,5} bindings
  2018-05-16 13:06 ` [PATCH 1/2] " Ulrich Hecht
@ 2018-05-17  7:40 ` Simon Horman
  -1 siblings, 0 replies; 16+ messages in thread
From: Simon Horman @ 2018-05-17  7:40 UTC (permalink / raw)
  To: Ulrich Hecht; +Cc: linux-renesas-soc, dmaengine, devicetree, Hiroyuki Yokoyama

On Wed, May 16, 2018 at 03:06:18PM +0200, Ulrich Hecht wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> 
> Renesas R-Car D3 (R8A77995) and E3 (R8A77990) SoCs also have the R-Car
> gen2/3 compatible DMA controllers, so document the SoC specific binding.
> 
> Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> [uli: squashed]
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
---
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH 1/2] dmaengine: usb-dmac: Document R8A7799{0,5} bindings
@ 2018-05-17  7:40 ` Simon Horman
  0 siblings, 0 replies; 16+ messages in thread
From: Simon Horman @ 2018-05-17  7:40 UTC (permalink / raw)
  To: Ulrich Hecht; +Cc: linux-renesas-soc, dmaengine, devicetree, Hiroyuki Yokoyama

On Wed, May 16, 2018 at 03:06:18PM +0200, Ulrich Hecht wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> 
> Renesas R-Car D3 (R8A77995) and E3 (R8A77990) SoCs also have the R-Car
> gen2/3 compatible DMA controllers, so document the SoC specific binding.
> 
> Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> [uli: squashed]
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [2/2] dmaengine: rcar-dmac: Document R8A77990 bindings
  2018-05-16 13:06 ` [PATCH 2/2] " Ulrich Hecht
@ 2018-05-17  7:41 ` Simon Horman
  -1 siblings, 0 replies; 16+ messages in thread
From: Simon Horman @ 2018-05-17  7:41 UTC (permalink / raw)
  To: Ulrich Hecht; +Cc: linux-renesas-soc, dmaengine, devicetree, Hiroyuki Yokoyama

On Wed, May 16, 2018 at 03:06:19PM +0200, Ulrich Hecht wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> 
> Renesas R-Car E3 (R8A77990) SoC also has the R-Car gen2/3 compatible DMA
> controllers, so document the SoC specific binding.
> 
> Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

> ---
>  Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
> index b1ba6395..946229c 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
> +++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
> @@ -29,6 +29,7 @@ Required Properties:
>  		- "renesas,dmac-r8a77965" (R-Car M3-N)
>  		- "renesas,dmac-r8a77970" (R-Car V3M)
>  		- "renesas,dmac-r8a77980" (R-Car V3H)
> +		- "renesas,dmac-r8a77990" (R-Car E3)
>  		- "renesas,dmac-r8a77995" (R-Car D3)
>  
>  - reg: base address and length of the registers block for the DMAC
> -- 
> 2.7.4
>
---
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH 2/2] dmaengine: rcar-dmac: Document R8A77990 bindings
@ 2018-05-17  7:41 ` Simon Horman
  0 siblings, 0 replies; 16+ messages in thread
From: Simon Horman @ 2018-05-17  7:41 UTC (permalink / raw)
  To: Ulrich Hecht; +Cc: linux-renesas-soc, dmaengine, devicetree, Hiroyuki Yokoyama

On Wed, May 16, 2018 at 03:06:19PM +0200, Ulrich Hecht wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> 
> Renesas R-Car E3 (R8A77990) SoC also has the R-Car gen2/3 compatible DMA
> controllers, so document the SoC specific binding.
> 
> Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

> ---
>  Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
> index b1ba6395..946229c 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
> +++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
> @@ -29,6 +29,7 @@ Required Properties:
>  		- "renesas,dmac-r8a77965" (R-Car M3-N)
>  		- "renesas,dmac-r8a77970" (R-Car V3M)
>  		- "renesas,dmac-r8a77980" (R-Car V3H)
> +		- "renesas,dmac-r8a77990" (R-Car E3)
>  		- "renesas,dmac-r8a77995" (R-Car D3)
>  
>  - reg: base address and length of the registers block for the DMAC
> -- 
> 2.7.4
> 

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [1/2] dmaengine: usb-dmac: Document R8A7799{0,5} bindings
  2018-05-16 13:06 ` [PATCH 1/2] " Ulrich Hecht
@ 2018-05-18  4:06 ` Vinod Koul
  -1 siblings, 0 replies; 16+ messages in thread
From: Vinod Koul @ 2018-05-18  4:06 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: linux-renesas-soc, horms, dmaengine, devicetree, Hiroyuki Yokoyama

On 16-05-18, 15:06, Ulrich Hecht wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> 
> Renesas R-Car D3 (R8A77995) and E3 (R8A77990) SoCs also have the R-Car
> gen2/3 compatible DMA controllers, so document the SoC specific binding.

Applied, thanks

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH 1/2] dmaengine: usb-dmac: Document R8A7799{0,5} bindings
@ 2018-05-18  4:06 ` Vinod Koul
  0 siblings, 0 replies; 16+ messages in thread
From: Vinod Koul @ 2018-05-18  4:06 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: linux-renesas-soc, horms, dmaengine, devicetree, Hiroyuki Yokoyama

On 16-05-18, 15:06, Ulrich Hecht wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> 
> Renesas R-Car D3 (R8A77995) and E3 (R8A77990) SoCs also have the R-Car
> gen2/3 compatible DMA controllers, so document the SoC specific binding.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [2/2] dmaengine: rcar-dmac: Document R8A77990 bindings
  2018-05-16 13:06 ` [PATCH 2/2] " Ulrich Hecht
@ 2018-05-18  4:08 ` Vinod Koul
  -1 siblings, 0 replies; 16+ messages in thread
From: Vinod Koul @ 2018-05-18  4:08 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: linux-renesas-soc, horms, dmaengine, devicetree, Hiroyuki Yokoyama

On 16-05-18, 15:06, Ulrich Hecht wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> 
> Renesas R-Car E3 (R8A77990) SoC also has the R-Car gen2/3 compatible DMA
> controllers, so document the SoC specific binding.

This fails to apply for me, please rebase and send

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH 2/2] dmaengine: rcar-dmac: Document R8A77990 bindings
@ 2018-05-18  4:08 ` Vinod Koul
  0 siblings, 0 replies; 16+ messages in thread
From: Vinod Koul @ 2018-05-18  4:08 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: linux-renesas-soc, horms, dmaengine, devicetree, Hiroyuki Yokoyama

On 16-05-18, 15:06, Ulrich Hecht wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> 
> Renesas R-Car E3 (R8A77990) SoC also has the R-Car gen2/3 compatible DMA
> controllers, so document the SoC specific binding.

This fails to apply for me, please rebase and send

-- 
~Vinod

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [2/2] dmaengine: rcar-dmac: Document R8A77990 bindings
  2018-05-16 13:06 ` [PATCH 2/2] " Ulrich Hecht
@ 2018-05-22 22:58 ` Rob Herring
  -1 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2018-05-22 22:58 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: linux-renesas-soc, horms, dmaengine, devicetree, Hiroyuki Yokoyama

On Wed, May 16, 2018 at 03:06:19PM +0200, Ulrich Hecht wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> 
> Renesas R-Car E3 (R8A77990) SoC also has the R-Car gen2/3 compatible DMA
> controllers, so document the SoC specific binding.
> 
> Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> ---
>  Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring <robh@kernel.org>
---
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH 2/2] dmaengine: rcar-dmac: Document R8A77990 bindings
@ 2018-05-22 22:58 ` Rob Herring
  0 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2018-05-22 22:58 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: linux-renesas-soc, horms, dmaengine, devicetree, Hiroyuki Yokoyama

On Wed, May 16, 2018 at 03:06:19PM +0200, Ulrich Hecht wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> 
> Renesas R-Car E3 (R8A77990) SoC also has the R-Car gen2/3 compatible DMA
> controllers, so document the SoC specific binding.
> 
> Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> ---
>  Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [2/2] dmaengine: rcar-dmac: Document R8A77990 bindings
  2018-05-16 13:06 ` [PATCH 2/2] " Ulrich Hecht
@ 2018-06-06 13:34 ` Geert Uytterhoeven
  -1 siblings, 0 replies; 16+ messages in thread
From: Geert Uytterhoeven @ 2018-06-06 13:34 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: Linux-Renesas, Simon Horman, dmaengine,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Hiroyuki Yokoyama

On Wed, May 16, 2018 at 3:06 PM, Ulrich Hecht
<ulrich.hecht+renesas@gmail.com> wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
>
> Renesas R-Car E3 (R8A77990) SoC also has the R-Car gen2/3 compatible DMA
> controllers, so document the SoC specific binding.
>
> Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

 Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH 2/2] dmaengine: rcar-dmac: Document R8A77990 bindings
@ 2018-06-06 13:34 ` Geert Uytterhoeven
  0 siblings, 0 replies; 16+ messages in thread
From: Geert Uytterhoeven @ 2018-06-06 13:34 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: Linux-Renesas, Simon Horman, dmaengine,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Hiroyuki Yokoyama

On Wed, May 16, 2018 at 3:06 PM, Ulrich Hecht
<ulrich.hecht+renesas@gmail.com> wrote:
> From: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
>
> Renesas R-Car E3 (R8A77990) SoC also has the R-Car gen2/3 compatible DMA
> controllers, so document the SoC specific binding.
>
> Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

 Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-06-06 13:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-17  7:40 [1/2] dmaengine: usb-dmac: Document R8A7799{0,5} bindings Simon Horman
2018-05-17  7:40 ` [PATCH 1/2] " Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2018-06-06 13:34 [2/2] dmaengine: rcar-dmac: Document R8A77990 bindings Geert Uytterhoeven
2018-06-06 13:34 ` [PATCH 2/2] " Geert Uytterhoeven
2018-05-22 22:58 [2/2] " Rob Herring
2018-05-22 22:58 ` [PATCH 2/2] " Rob Herring
2018-05-18  4:08 [2/2] " Vinod Koul
2018-05-18  4:08 ` [PATCH 2/2] " Vinod Koul
2018-05-18  4:06 [1/2] dmaengine: usb-dmac: Document R8A7799{0,5} bindings Vinod Koul
2018-05-18  4:06 ` [PATCH 1/2] " Vinod Koul
2018-05-17  7:41 [2/2] dmaengine: rcar-dmac: Document R8A77990 bindings Simon Horman
2018-05-17  7:41 ` [PATCH 2/2] " Simon Horman
2018-05-16 13:06 [2/2] " Ulrich Hecht
2018-05-16 13:06 ` [PATCH 2/2] " Ulrich Hecht
2018-05-16 13:06 [1/2] dmaengine: usb-dmac: Document R8A7799{0,5} bindings Ulrich Hecht
2018-05-16 13:06 ` [PATCH 1/2] " Ulrich Hecht

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.