Linux-Devicetree Archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] r8a7793 SoC DT bindings
@ 2015-05-28 15:16 Ulrich Hecht
  2015-05-28 15:17 ` [PATCH 1/6] clk: shmobile: Add r8a7793 SoC to MSTP bindings Ulrich Hecht
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ulrich Hecht @ 2015-05-28 15:16 UTC (permalink / raw
  To: devicetree, geert; +Cc: horms, linux-sh, Ulrich Hecht

Hi!

This series contains the DT bindings used by the r8a7793 SoC;
it has been split off the "r8a7793 SoC, Gose board support"
version 3 series.

CU
Uli

Changes since "r8a7793 SoC, Gose board support" v3:
- updated "fallback" paragraph in cmt bindings


Ulrich Hecht (6):
  clk: shmobile: Add r8a7793 SoC to MSTP bindings
  clk: shmobile: r8a7793: document DIV6 clock bindings
  mmc: sh_mmcif: Document r8a7793 DT bindings
  serial: sh-sci: Add device tree bindings for r8a7793
  PCI: rcar: document r8a7793 DT bindings
  clocksource: sh_cmt: Document r8a7793-specific bindings

 .../devicetree/bindings/clock/renesas,cpg-div6-clocks.txt    |  3 ++-
 .../devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt    |  3 ++-
 Documentation/devicetree/bindings/mmc/renesas,mmcif.txt      |  1 +
 Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt      |  1 +
 .../devicetree/bindings/serial/renesas,sci-serial.txt        | 12 ++++++++----
 Documentation/devicetree/bindings/timer/renesas,cmt.txt      |  7 +++++--
 6 files changed, 19 insertions(+), 8 deletions(-)

-- 
2.3.5


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

* [PATCH 1/6] clk: shmobile: Add r8a7793 SoC to MSTP bindings
  2015-05-28 15:16 [PATCH 0/6] r8a7793 SoC DT bindings Ulrich Hecht
@ 2015-05-28 15:17 ` Ulrich Hecht
  2015-05-28 15:17 ` [PATCH 2/6] clk: shmobile: r8a7793: document DIV6 clock bindings Ulrich Hecht
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Ulrich Hecht @ 2015-05-28 15:17 UTC (permalink / raw
  To: devicetree, geert; +Cc: horms, linux-sh, Ulrich Hecht, Michael Turquette

Also replaces "R-Car M2" with "R-Car M2-W" to avoid confusion.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Michael Turquette <mturquette@linaro.org>
Cc: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
index 0a80fa7..923ee0f 100644
--- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
+++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
@@ -15,7 +15,8 @@ Required Properties:
     - "renesas,r8a7740-mstp-clocks" for R8A7740 (R-Mobile A1) MSTP gate clocks
     - "renesas,r8a7779-mstp-clocks" for R8A7779 (R-Car H1) MSTP gate clocks
     - "renesas,r8a7790-mstp-clocks" for R8A7790 (R-Car H2) MSTP gate clocks
-    - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2) MSTP gate clocks
+    - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2-W) MSTP gate clocks
+    - "renesas,r8a7793-mstp-clocks" for R8A7793 (R-Car M2-N) MSTP gate clocks
     - "renesas,r8a7794-mstp-clocks" for R8A7794 (R-Car E2) MSTP gate clocks
     - "renesas,sh73a0-mstp-clocks" for SH73A0 (SH-MobileAG5) MSTP gate clocks
     - "renesas,cpg-mstp-clock" for generic MSTP gate clocks
-- 
2.3.5


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

* [PATCH 2/6] clk: shmobile: r8a7793: document DIV6 clock bindings
  2015-05-28 15:16 [PATCH 0/6] r8a7793 SoC DT bindings Ulrich Hecht
  2015-05-28 15:17 ` [PATCH 1/6] clk: shmobile: Add r8a7793 SoC to MSTP bindings Ulrich Hecht
@ 2015-05-28 15:17 ` Ulrich Hecht
       [not found] ` <1432826225-6743-1-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Ulrich Hecht @ 2015-05-28 15:17 UTC (permalink / raw
  To: devicetree, geert; +Cc: horms, linux-sh, Ulrich Hecht

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt
index 054f65f..b0a3a11 100644
--- a/Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt
+++ b/Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt
@@ -10,7 +10,8 @@ Required Properties:
     - "renesas,r8a73a4-div6-clock" for R8A73A4 (R-Mobile APE6) DIV6 clocks
     - "renesas,r8a7740-div6-clock" for R8A7740 (R-Mobile A1) DIV6 clocks
     - "renesas,r8a7790-div6-clock" for R8A7790 (R-Car H2) DIV6 clocks
-    - "renesas,r8a7791-div6-clock" for R8A7791 (R-Car M2) DIV6 clocks
+    - "renesas,r8a7791-div6-clock" for R8A7791 (R-Car M2-W) DIV6 clocks
+    - "renesas,r8a7793-div6-clock" for R8A7793 (R-Car M2-N) DIV6 clocks
     - "renesas,sh73a0-div6-clock" for SH73A0 (SH-Mobile AG5) DIV6 clocks
     - "renesas,cpg-div6-clock" for generic DIV6 clocks
   - reg: Base address and length of the memory resource used by the DIV6 clock
-- 
2.3.5


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

* [PATCH 3/6] mmc: sh_mmcif: Document r8a7793 DT bindings
       [not found] ` <1432826225-6743-1-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-05-28 15:17   ` Ulrich Hecht
  2015-07-31 10:34     ` Sergei Shtylyov
  2015-05-28 15:17   ` [PATCH 4/6] serial: sh-sci: Add device tree bindings for r8a7793 Ulrich Hecht
  1 sibling, 1 reply; 9+ messages in thread
From: Ulrich Hecht @ 2015-05-28 15:17 UTC (permalink / raw
  To: devicetree-u79uwXL29TY76Z2rM5mHXA, geert-Td1EMuHUCqxL1ZNQvxDV9g
  Cc: horms-/R6kz+dDXgpPR4JQBCEnsQ, linux-sh-u79uwXL29TY76Z2rM5mHXA,
	Ulrich Hecht, Ulf Hansson

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Acked-by: Simon Horman <horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
Acked-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Cc: Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
---
 Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt b/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt
index 299081f..3b9422b 100644
--- a/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt
+++ b/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt
@@ -10,6 +10,7 @@ Required properties:
 	- "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs
 	- "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs
 	- "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs
+	- "renesas,mmcif-r8a7793" for the MMCIF found in r8a7793 SoCs
 	- "renesas,sh-mmcif" for the generic MMCIF
 
 - clocks: reference to the functional clock
-- 
2.3.5

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

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

* [PATCH 4/6] serial: sh-sci: Add device tree bindings for r8a7793
       [not found] ` <1432826225-6743-1-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2015-05-28 15:17   ` [PATCH 3/6] mmc: sh_mmcif: Document r8a7793 DT bindings Ulrich Hecht
@ 2015-05-28 15:17   ` Ulrich Hecht
  1 sibling, 0 replies; 9+ messages in thread
From: Ulrich Hecht @ 2015-05-28 15:17 UTC (permalink / raw
  To: devicetree-u79uwXL29TY76Z2rM5mHXA, geert-Td1EMuHUCqxL1ZNQvxDV9g
  Cc: horms-/R6kz+dDXgpPR4JQBCEnsQ, linux-sh-u79uwXL29TY76Z2rM5mHXA,
	Ulrich Hecht, Greg Kroah-Hartman

Also replaces "R-Car M2" with "R-Car M2-W" to avoid confusion.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Acked-by: Simon Horman <horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
Acked-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
---
 .../devicetree/bindings/serial/renesas,sci-serial.txt        | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
index ae73bb0..78419eb 100644
--- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
@@ -15,10 +15,14 @@ Required properties:
     - "renesas,scifa-r8a7790" for R8A7790 (R-Car H2) SCIFA compatible UART.
     - "renesas,scifb-r8a7790" for R8A7790 (R-Car H2) SCIFB compatible UART.
     - "renesas,hscif-r8a7790" for R8A7790 (R-Car H2) HSCIF compatible UART.
-    - "renesas,scif-r8a7791" for R8A7791 (R-Car M2) SCIF compatible UART.
-    - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART.
-    - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART.
-    - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART.
+    - "renesas,scif-r8a7791" for R8A7791 (R-Car M2-W) SCIF compatible UART.
+    - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2-W) SCIFA compatible UART.
+    - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2-W) SCIFB compatible UART.
+    - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2-W) HSCIF compatible UART.
+    - "renesas,scif-r8a7793" for R8A7793 (R-Car M2-N) SCIF compatible UART.
+    - "renesas,scifa-r8a7793" for R8A7793 (R-Car M2-N) SCIFA compatible UART.
+    - "renesas,scifb-r8a7793" for R8A7793 (R-Car M2-N) SCIFB compatible UART.
+    - "renesas,hscif-r8a7793" for R8A7793 (R-Car M2-N) HSCIF compatible UART.
     - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART.
     - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART.
     - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART.
-- 
2.3.5

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

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

* [PATCH 5/6] PCI: rcar: document r8a7793 DT bindings
  2015-05-28 15:16 [PATCH 0/6] r8a7793 SoC DT bindings Ulrich Hecht
                   ` (2 preceding siblings ...)
       [not found] ` <1432826225-6743-1-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-05-28 15:17 ` Ulrich Hecht
  2015-05-28 15:17 ` [PATCH 6/6] clocksource: sh_cmt: Document r8a7793-specific bindings Ulrich Hecht
  4 siblings, 0 replies; 9+ messages in thread
From: Ulrich Hecht @ 2015-05-28 15:17 UTC (permalink / raw
  To: devicetree, geert; +Cc: horms, linux-sh, Ulrich Hecht, Bjorn Helgaas

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
index d8ef5bf..8b156fe 100644
--- a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
+++ b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
@@ -8,6 +8,7 @@ OHCI and EHCI controllers.
 Required properties:
 - compatible: "renesas,pci-r8a7790" for the R8A7790 SoC;
 	      "renesas,pci-r8a7791" for the R8A7791 SoC.
+	      "renesas,pci-r8a7793" for the R8A7793 SoC.
 - reg:	A list of physical regions to access the device: the first is
 	the operational registers for the OHCI/EHCI controllers and the
 	second is for the bridge configuration and control registers.
-- 
2.3.5


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

* [PATCH 6/6] clocksource: sh_cmt: Document r8a7793-specific bindings
  2015-05-28 15:16 [PATCH 0/6] r8a7793 SoC DT bindings Ulrich Hecht
                   ` (3 preceding siblings ...)
  2015-05-28 15:17 ` [PATCH 5/6] PCI: rcar: document r8a7793 DT bindings Ulrich Hecht
@ 2015-05-28 15:17 ` Ulrich Hecht
  2015-05-28 15:55   ` Geert Uytterhoeven
  4 siblings, 1 reply; 9+ messages in thread
From: Ulrich Hecht @ 2015-05-28 15:17 UTC (permalink / raw
  To: devicetree, geert; +Cc: horms, linux-sh, Ulrich Hecht, Mark Rutland

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>
---
 Documentation/devicetree/bindings/timer/renesas,cmt.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
index 1a05c1b..ca13de6 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
@@ -48,10 +48,13 @@ Required Properties:
 		(CMT[01])
     - "renesas,cmt-48-r8a7791" for the r8a7791 48-bit CMT
 		(CMT[01])
+    - "renesas,cmt-48-r8a7793" for the r8a7793 48-bit CMT
+		(CMT[01])
     - "renesas,cmt-48-gen2" for all second generation 48-bit CMT
-		(CMT[01] on r8a73a4, r8a7790 and r8a7791)
+		(CMT[01] on r8a73a4, r8a7790, r8a7791, and r8a7793)
 		This is a fallback for the renesas,cmt-48-r8a73a4,
-		renesas,cmt-48-r8a7790 and renesas,cmt-48-r8a7791 entries.
+		renesas,cmt-48-r8a7790, renesas,cmt-48-r8a7791, and
+		renesas,cmt-48-r8a7793 entries.
 
   - reg: base address and length of the registers block for the timer module.
   - interrupts: interrupt-specifier for the timer, one per channel.
-- 
2.3.5


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

* Re: [PATCH 6/6] clocksource: sh_cmt: Document r8a7793-specific bindings
  2015-05-28 15:17 ` [PATCH 6/6] clocksource: sh_cmt: Document r8a7793-specific bindings Ulrich Hecht
@ 2015-05-28 15:55   ` Geert Uytterhoeven
  0 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2015-05-28 15:55 UTC (permalink / raw
  To: Ulrich Hecht
  Cc: devicetree@vger.kernel.org, Simon Horman, Linux-sh list,
	Mark Rutland

On Thu, May 28, 2015 at 5:17 PM, Ulrich Hecht
<ulrich.hecht+renesas@gmail.com> wrote:
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> Cc: Mark Rutland <mark.rutland@arm.com>

Acked-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] 9+ messages in thread

* Re: [PATCH 3/6] mmc: sh_mmcif: Document r8a7793 DT bindings
  2015-05-28 15:17   ` [PATCH 3/6] mmc: sh_mmcif: Document r8a7793 DT bindings Ulrich Hecht
@ 2015-07-31 10:34     ` Sergei Shtylyov
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Shtylyov @ 2015-07-31 10:34 UTC (permalink / raw
  To: Ulrich Hecht, devicetree, geert; +Cc: horms, linux-sh, Ulf Hansson

Hello.

On 5/28/2015 6:17 PM, Ulrich Hecht wrote:

> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> Acked-by: Simon Horman <horms+renesas@verge.net.au>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: devicetree@vger.kernel.org
> ---
>   Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 1 +
>   1 file changed, 1 insertion(+)

> diff --git a/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt b/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt
> index 299081f..3b9422b 100644
> --- a/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt
> +++ b/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt
> @@ -10,6 +10,7 @@ Required properties:
>   	- "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs
>   	- "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs
>   	- "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs
> +	- "renesas,mmcif-r8a7793" for the MMCIF found in r8a7793 SoCs
>   	- "renesas,sh-mmcif" for the generic MMCIF
[...]

    Why this patch still hasn't been merged?
    (I have submitted analogous patch yesterday covering both R8A779[34], not 
knowing about this patch.)

MBR, Sergei


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

end of thread, other threads:[~2015-07-31 10:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28 15:16 [PATCH 0/6] r8a7793 SoC DT bindings Ulrich Hecht
2015-05-28 15:17 ` [PATCH 1/6] clk: shmobile: Add r8a7793 SoC to MSTP bindings Ulrich Hecht
2015-05-28 15:17 ` [PATCH 2/6] clk: shmobile: r8a7793: document DIV6 clock bindings Ulrich Hecht
     [not found] ` <1432826225-6743-1-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-05-28 15:17   ` [PATCH 3/6] mmc: sh_mmcif: Document r8a7793 DT bindings Ulrich Hecht
2015-07-31 10:34     ` Sergei Shtylyov
2015-05-28 15:17   ` [PATCH 4/6] serial: sh-sci: Add device tree bindings for r8a7793 Ulrich Hecht
2015-05-28 15:17 ` [PATCH 5/6] PCI: rcar: document r8a7793 DT bindings Ulrich Hecht
2015-05-28 15:17 ` [PATCH 6/6] clocksource: sh_cmt: Document r8a7793-specific bindings Ulrich Hecht
2015-05-28 15:55   ` Geert Uytterhoeven

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 read-only IMAP folder(s) and NNTP newsgroup(s).