All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: shmobile: silk: initial device tree
Date: Wed, 11 Feb 2015 22:27:06 +0000	[thread overview]
Message-ID: <2981242.5l1vvMcV1t@wasted.cogentembedded.com> (raw)
In-Reply-To: <201404250239.39150.sergei.shtylyov@cogentembedded.com>

Add the initial device tree for the R8A7794 SoC based SILK low cost board.
SCIF2 serial port support is included, so that the serial console can work.

Based on the original patch by Vladimir Barinov
<vladimir.barinov@cogentembedded.com>.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against the 'renesas-devel-20150211-v3.19' tag of Simon Horman's
'renesas.git' repo.  It requires just posted R8A7794 PFC DT  patch in order to
compile, and R8A7794 PFC driver patch in order for the pins  to be configured.

Changes in version 2:
- removed "console=" parameter from the kernel command line;
- added PFC node with SCIF2 pins subnode and referred it from the SCIF2 node;
- rebased the patch
- mentioned the origin of patch in the changelog.

 arch/arm/boot/dts/Makefile         |    1 
 arch/arm/boot/dts/r8a7794-silk.dts |   51 +++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Index: renesas/arch/arm/boot/dts/Makefile
=================================--- renesas.orig/arch/arm/boot/dts/Makefile
+++ renesas/arch/arm/boot/dts/Makefile
@@ -421,6 +421,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += eme
 	r8a7791-henninger.dtb \
 	r8a7791-koelsch.dtb \
 	r8a7794-alt.dtb \
+	r8a7794-silk.dtb \
 	sh73a0-kzm9g.dtb
 dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
 	socfpga_arria10_socdk.dtb \
Index: renesas/arch/arm/boot/dts/r8a7794-silk.dts
=================================--- /dev/null
+++ renesas/arch/arm/boot/dts/r8a7794-silk.dts
@@ -0,0 +1,51 @@
+/*
+ * Device Tree Source for the SILK board
+ *
+ * Copyright (C) 2014 Renesas Electronics Corporation
+ * Copyright (C) 2014-2015 Renesas Solutions Corp.
+ * Copyright (C) 2014-2015 Cogent Embedded, Inc.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2.  This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+/dts-v1/;
+#include "r8a7794.dtsi"
+
+/ {
+	model = "SILK";
+	compatible = "renesas,silk", "renesas,r8a7794";
+
+	aliases {
+		serial0 = &scif2;
+	};
+
+	chosen {
+		bootargs = "ignore_loglevel";
+		stdout-path = &scif2;
+	};
+
+	memory@40000000 {
+		device_type = "memory";
+		reg = <0 0x40000000 0 0x40000000>;
+	};
+};
+
+&extal_clk {
+	clock-frequency = <20000000>;
+};
+
+&pfc {
+	scif2_pins: serial2 {
+		renesas,groups = "scif2_data";
+		renesas,function = "scif2";
+	};
+};
+
+&scif2 {
+	pinctrl-0 = <&scif2_pins>;
+	pinctrl-names = "default";
+
+	status = "okay";
+};


WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: horms@verge.net.au, linux-sh@vger.kernel.org, robh+dt@kernel.org,
	pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	devicetree@vger.kernel.org
Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: shmobile: silk: initial device tree
Date: Thu, 12 Feb 2015 01:27:06 +0300	[thread overview]
Message-ID: <2981242.5l1vvMcV1t@wasted.cogentembedded.com> (raw)
In-Reply-To: <201404250239.39150.sergei.shtylyov@cogentembedded.com>

Add the initial device tree for the R8A7794 SoC based SILK low cost board.
SCIF2 serial port support is included, so that the serial console can work.

Based on the original patch by Vladimir Barinov
<vladimir.barinov@cogentembedded.com>.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against the 'renesas-devel-20150211-v3.19' tag of Simon Horman's
'renesas.git' repo.  It requires just posted R8A7794 PFC DT  patch in order to
compile, and R8A7794 PFC driver patch in order for the pins  to be configured.

Changes in version 2:
- removed "console=" parameter from the kernel command line;
- added PFC node with SCIF2 pins subnode and referred it from the SCIF2 node;
- rebased the patch
- mentioned the origin of patch in the changelog.

 arch/arm/boot/dts/Makefile         |    1 
 arch/arm/boot/dts/r8a7794-silk.dts |   51 +++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Index: renesas/arch/arm/boot/dts/Makefile
===================================================================
--- renesas.orig/arch/arm/boot/dts/Makefile
+++ renesas/arch/arm/boot/dts/Makefile
@@ -421,6 +421,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += eme
 	r8a7791-henninger.dtb \
 	r8a7791-koelsch.dtb \
 	r8a7794-alt.dtb \
+	r8a7794-silk.dtb \
 	sh73a0-kzm9g.dtb
 dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
 	socfpga_arria10_socdk.dtb \
Index: renesas/arch/arm/boot/dts/r8a7794-silk.dts
===================================================================
--- /dev/null
+++ renesas/arch/arm/boot/dts/r8a7794-silk.dts
@@ -0,0 +1,51 @@
+/*
+ * Device Tree Source for the SILK board
+ *
+ * Copyright (C) 2014 Renesas Electronics Corporation
+ * Copyright (C) 2014-2015 Renesas Solutions Corp.
+ * Copyright (C) 2014-2015 Cogent Embedded, Inc.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2.  This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+/dts-v1/;
+#include "r8a7794.dtsi"
+
+/ {
+	model = "SILK";
+	compatible = "renesas,silk", "renesas,r8a7794";
+
+	aliases {
+		serial0 = &scif2;
+	};
+
+	chosen {
+		bootargs = "ignore_loglevel";
+		stdout-path = &scif2;
+	};
+
+	memory@40000000 {
+		device_type = "memory";
+		reg = <0 0x40000000 0 0x40000000>;
+	};
+};
+
+&extal_clk {
+	clock-frequency = <20000000>;
+};
+
+&pfc {
+	scif2_pins: serial2 {
+		renesas,groups = "scif2_data";
+		renesas,function = "scif2";
+	};
+};
+
+&scif2 {
+	pinctrl-0 = <&scif2_pins>;
+	pinctrl-names = "default";
+
+	status = "okay";
+};


WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: shmobile: silk: initial device tree
Date: Thu, 12 Feb 2015 01:27:06 +0300	[thread overview]
Message-ID: <2981242.5l1vvMcV1t@wasted.cogentembedded.com> (raw)
In-Reply-To: <201404250239.39150.sergei.shtylyov@cogentembedded.com>

Add the initial device tree for the R8A7794 SoC based SILK low cost board.
SCIF2 serial port support is included, so that the serial console can work.

Based on the original patch by Vladimir Barinov
<vladimir.barinov@cogentembedded.com>.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against the 'renesas-devel-20150211-v3.19' tag of Simon Horman's
'renesas.git' repo.  It requires just posted R8A7794 PFC DT  patch in order to
compile, and R8A7794 PFC driver patch in order for the pins  to be configured.

Changes in version 2:
- removed "console=" parameter from the kernel command line;
- added PFC node with SCIF2 pins subnode and referred it from the SCIF2 node;
- rebased the patch
- mentioned the origin of patch in the changelog.

 arch/arm/boot/dts/Makefile         |    1 
 arch/arm/boot/dts/r8a7794-silk.dts |   51 +++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Index: renesas/arch/arm/boot/dts/Makefile
===================================================================
--- renesas.orig/arch/arm/boot/dts/Makefile
+++ renesas/arch/arm/boot/dts/Makefile
@@ -421,6 +421,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += eme
 	r8a7791-henninger.dtb \
 	r8a7791-koelsch.dtb \
 	r8a7794-alt.dtb \
+	r8a7794-silk.dtb \
 	sh73a0-kzm9g.dtb
 dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
 	socfpga_arria10_socdk.dtb \
Index: renesas/arch/arm/boot/dts/r8a7794-silk.dts
===================================================================
--- /dev/null
+++ renesas/arch/arm/boot/dts/r8a7794-silk.dts
@@ -0,0 +1,51 @@
+/*
+ * Device Tree Source for the SILK board
+ *
+ * Copyright (C) 2014 Renesas Electronics Corporation
+ * Copyright (C) 2014-2015 Renesas Solutions Corp.
+ * Copyright (C) 2014-2015 Cogent Embedded, Inc.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2.  This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+/dts-v1/;
+#include "r8a7794.dtsi"
+
+/ {
+	model = "SILK";
+	compatible = "renesas,silk", "renesas,r8a7794";
+
+	aliases {
+		serial0 = &scif2;
+	};
+
+	chosen {
+		bootargs = "ignore_loglevel";
+		stdout-path = &scif2;
+	};
+
+	memory at 40000000 {
+		device_type = "memory";
+		reg = <0 0x40000000 0 0x40000000>;
+	};
+};
+
+&extal_clk {
+	clock-frequency = <20000000>;
+};
+
+&pfc {
+	scif2_pins: serial2 {
+		renesas,groups = "scif2_data";
+		renesas,function = "scif2";
+	};
+};
+
+&scif2 {
+	pinctrl-0 = <&scif2_pins>;
+	pinctrl-names = "default";
+
+	status = "okay";
+};

  parent reply	other threads:[~2015-02-11 22:27 UTC|newest]

Thread overview: 197+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-24 22:39 [PATCH 0/2] Add R8A7791/Henninger board DT support Sergei Shtylyov
2014-04-24 22:39 ` Sergei Shtylyov
2014-04-24 22:39 ` Sergei Shtylyov
2014-04-24 22:42 ` [PATCH 1/2] ARM: shmobile: henninger: initial device tree Sergei Shtylyov
2014-04-24 22:42   ` Sergei Shtylyov
2014-04-24 22:42   ` Sergei Shtylyov
2014-04-24 22:44 ` [PATCH 2/2] ARM: shmobile: henninger: add Ether DT support Sergei Shtylyov
2014-04-24 22:44   ` Sergei Shtylyov
2014-04-24 22:44   ` Sergei Shtylyov
2014-04-25  1:31 ` [PATCH 0/2] Add R8A7791/Henninger board " Simon Horman
2014-04-25  1:31   ` Simon Horman
2014-04-25  1:31   ` Simon Horman
2015-01-30 22:52 ` [PATCH] ARM: shmobile: silk: initial device tree Sergei Shtylyov
2015-01-30 22:52   ` Sergei Shtylyov
2015-01-30 22:52   ` Sergei Shtylyov
2015-01-31  4:21   ` Simon Horman
2015-01-31  4:21     ` Simon Horman
2015-01-31  4:21     ` Simon Horman
2015-01-31 18:27     ` Sergei Shtylyov
2015-01-31 18:27       ` Sergei Shtylyov
2015-01-31 18:27       ` Sergei Shtylyov
2015-02-02  0:19       ` Simon Horman
2015-02-02  0:19         ` Simon Horman
2015-02-02  0:19         ` Simon Horman
2015-02-02 11:03         ` Mark Rutland
2015-02-02 11:03           ` Mark Rutland
2015-02-02 11:03           ` Mark Rutland
2015-02-04 22:46         ` Sergei Shtylyov
2015-02-04 22:46           ` Sergei Shtylyov
2015-02-04 22:46           ` Sergei Shtylyov
2015-02-02 11:05   ` Mark Rutland
2015-02-02 11:05     ` Mark Rutland
2015-02-02 11:05     ` Mark Rutland
2015-02-02 20:57     ` Sergei Shtylyov
2015-02-02 20:57       ` Sergei Shtylyov
2015-02-02 20:57       ` Sergei Shtylyov
2015-02-03  0:36       ` Simon Horman
2015-02-03  0:36         ` Simon Horman
2015-02-03  0:36         ` Simon Horman
2015-02-03  9:53         ` Geert Uytterhoeven
2015-02-03  9:53           ` Geert Uytterhoeven
2015-02-03  9:53           ` Geert Uytterhoeven
2015-02-04  0:28           ` Simon Horman
2015-02-04  0:28             ` Simon Horman
2015-02-04  0:28             ` Simon Horman
2015-02-03 10:48         ` Sergei Shtylyov
2015-02-03 10:48           ` Sergei Shtylyov
2015-02-03 10:48           ` Sergei Shtylyov
2015-02-02 20:49   ` Sergei Shtylyov
2015-02-02 20:49     ` Sergei Shtylyov
2015-02-02 20:49     ` Sergei Shtylyov
2015-02-11 22:06 ` [PATCH] ARM: shmobile: r8a7794: add PFC DT support Sergei Shtylyov
2015-02-11 22:06   ` Sergei Shtylyov
2015-02-11 22:06   ` Sergei Shtylyov
2015-02-12 12:20   ` Geert Uytterhoeven
2015-02-12 12:20     ` Geert Uytterhoeven
2015-02-12 12:20     ` Geert Uytterhoeven
2015-02-15 16:57     ` Simon Horman
2015-02-15 16:57       ` Simon Horman
2015-02-15 16:57       ` Simon Horman
2015-02-15 17:00       ` Simon Horman
2015-02-15 17:00         ` Simon Horman
2015-02-15 17:00         ` Simon Horman
2015-02-15 17:02         ` Sergei Shtylyov
2015-02-15 17:02           ` Sergei Shtylyov
2015-02-15 17:02           ` Sergei Shtylyov
2015-07-28 12:45           ` Sergei Shtylyov
2015-07-28 12:45             ` Sergei Shtylyov
2015-07-28 12:45             ` Sergei Shtylyov
2015-07-28 23:44             ` Simon Horman
2015-07-28 23:44               ` Simon Horman
2015-07-28 23:44               ` Simon Horman
2015-02-11 22:27 ` Sergei Shtylyov [this message]
2015-02-11 22:27   ` [PATCH v2] ARM: shmobile: silk: initial device tree Sergei Shtylyov
2015-02-11 22:27   ` Sergei Shtylyov
2015-02-11 22:41 ` [PATCH] ARM: shmobile: silk: add Ether DT support Sergei Shtylyov
2015-02-11 22:41   ` Sergei Shtylyov
2015-02-11 22:41   ` Sergei Shtylyov
2015-07-27 22:29 ` [PATCH v2] ARM: shmobile: r8a7794: add PFC " Sergei Shtylyov
2015-07-27 22:29   ` Sergei Shtylyov
2015-07-27 22:29   ` Sergei Shtylyov
2015-07-28 23:44   ` Simon Horman
2015-07-28 23:44     ` Simon Horman
2015-07-28 23:44     ` Simon Horman
2015-07-28 22:14 ` [PATCH v3] ARM: shmobile: silk: initial device tree Sergei Shtylyov
2015-07-28 22:14   ` Sergei Shtylyov
2015-07-28 22:14   ` Sergei Shtylyov
2015-07-30  0:07   ` Simon Horman
2015-07-30  0:07     ` Simon Horman
2015-07-30  0:07     ` Simon Horman
2015-08-03 13:00   ` Geert Uytterhoeven
2015-08-03 13:00     ` Geert Uytterhoeven
2015-08-03 13:00     ` Geert Uytterhoeven
2015-08-03 15:13     ` Sergei Shtylyov
2015-08-03 15:13       ` Sergei Shtylyov
2015-08-03 15:13       ` Sergei Shtylyov
2015-08-03 15:19       ` Geert Uytterhoeven
2015-08-03 15:19         ` Geert Uytterhoeven
2015-08-03 15:19         ` Geert Uytterhoeven
2015-08-04  0:53       ` Simon Horman
2015-08-04  0:53         ` Simon Horman
2015-08-04  0:53         ` Simon Horman
2015-07-28 22:16 ` [PATCH RESEND] ARM: shmobile: silk: add Ether DT support Sergei Shtylyov
2015-07-28 22:16   ` Sergei Shtylyov
2015-07-28 22:16   ` Sergei Shtylyov
2015-07-30  0:08   ` Simon Horman
2015-07-30  0:08     ` Simon Horman
2015-07-30  0:08     ` Simon Horman
2015-07-30 19:59 ` [PATCH] DT: mmc: sh_mmcif: fix "compatible" property text Sergei Shtylyov
2015-07-30 19:59   ` Sergei Shtylyov
2015-07-30 20:33   ` Sergei Shtylyov
2015-07-30 20:33     ` Sergei Shtylyov
2015-07-31  2:23   ` Magnus Damm
2015-07-31  2:23     ` Magnus Damm
2015-07-31  9:50     ` Sergei Shtylyov
2015-08-03  1:09       ` Magnus Damm
2015-08-03  1:09         ` Magnus Damm
2015-08-03 15:21         ` Sergei Shtylyov
2015-07-31 10:46     ` Sergei Shtylyov
2015-08-01  9:41     ` Laurent Pinchart
2015-08-01  9:41       ` Laurent Pinchart
2015-07-30 21:29 ` [PATCH] DT: mmc: sh_mmcif: document R8A779[34] support Sergei Shtylyov
2015-07-30 21:29   ` Sergei Shtylyov
2015-08-11 22:37 ` [PATCH v2] DT: mmc: sh_mmcif: fix "compatible" property text Sergei Shtylyov
2015-08-11 22:37   ` Sergei Shtylyov
2015-08-12  0:56   ` Simon Horman
2015-08-12  0:56     ` Simon Horman
2015-08-12 10:41     ` Sergei Shtylyov
2015-08-12 10:41       ` Sergei Shtylyov
2015-08-12 23:58       ` Simon Horman
2015-08-12 23:58         ` Simon Horman
2015-08-11 22:57 ` [PATCH v2] DT: mmc: sh_mmcif: document R8A779[34] support Sergei Shtylyov
2015-08-11 22:57   ` Sergei Shtylyov
2015-08-12  0:59   ` Simon Horman
2015-08-12  0:59     ` Simon Horman
2015-08-12 10:38     ` Sergei Shtylyov
2015-08-12 10:38       ` Sergei Shtylyov
2015-08-12 23:59       ` Simon Horman
2015-08-12 23:59         ` Simon Horman
2015-08-13  9:27       ` Ulrich Hecht
2015-08-13  9:27         ` Ulrich Hecht
2015-09-29 23:26 ` [PATCH] ARM: shmobile: porter: initial device tree Sergei Shtylyov
2015-09-29 23:26   ` Sergei Shtylyov
2015-09-29 23:26   ` Sergei Shtylyov
2015-09-30  6:51   ` Geert Uytterhoeven
2015-09-30  6:51     ` Geert Uytterhoeven
2015-09-30  6:51     ` Geert Uytterhoeven
2015-09-30 13:33     ` Sergei Shtylyov
2015-09-30 13:33       ` Sergei Shtylyov
2015-09-30 13:33       ` Sergei Shtylyov
2015-09-30 19:08   ` Sergei Shtylyov
2015-09-30 19:08     ` Sergei Shtylyov
2015-09-30 19:08     ` Sergei Shtylyov
2015-09-30 23:01 ` [PATCH v2 1/2] ARM: shmobile: add Porter board DT bindings Sergei Shtylyov
2015-09-30 23:01   ` Sergei Shtylyov
2015-09-30 23:01   ` Sergei Shtylyov
2015-10-01  5:59   ` Geert Uytterhoeven
2015-10-01  5:59     ` Geert Uytterhoeven
2015-10-01  5:59     ` Geert Uytterhoeven
2015-10-02  1:16   ` Simon Horman
2015-10-02  1:16     ` Simon Horman
2015-10-02  1:16     ` Simon Horman
2015-09-30 23:02 ` [PATCH v2 2/2] ARM: shmobile: porter: initial device tree Sergei Shtylyov
2015-09-30 23:02   ` Sergei Shtylyov
2015-09-30 23:02   ` Sergei Shtylyov
2015-10-02 21:53 ` [PATCH] ARM: shmobile: fix SILK board name Sergei Shtylyov
2015-10-02 21:53   ` Sergei Shtylyov
2015-10-02 21:53   ` Sergei Shtylyov
2015-10-05  3:03   ` Simon Horman
2015-10-05  3:03     ` Simon Horman
2015-10-05  3:03     ` Simon Horman
2015-10-05 22:51 ` [PATCH] ARM: shmobile: porter: add Ether DT support Sergei Shtylyov
2015-10-05 22:51   ` Sergei Shtylyov
2015-10-05 22:51   ` Sergei Shtylyov
2015-10-06  0:45   ` Simon Horman
2015-10-06  0:45     ` Simon Horman
2015-10-06  0:45     ` Simon Horman
2015-10-15 22:39 ` [PATCH v3] DT: mmc: sh_mmcif: fix "compatible" property text Sergei Shtylyov
2015-10-15 22:39   ` Sergei Shtylyov
2015-10-16  6:42   ` Geert Uytterhoeven
2015-10-16  6:42     ` Geert Uytterhoeven
     [not found]   ` <2188985.g7lrY44qCa-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org>
2015-10-16 13:07     ` Ulf Hansson
2015-10-16 13:07       ` Ulf Hansson
2015-10-15 22:40 ` [PATCH v3] DT: mmc: sh_mmcif: document R8A779[34] support Sergei Shtylyov
2015-10-15 22:40   ` Sergei Shtylyov
2015-10-16  6:42   ` Geert Uytterhoeven
2015-10-16  6:42     ` Geert Uytterhoeven
2015-10-16 13:07   ` Ulf Hansson
2015-10-16 13:07     ` Ulf Hansson
2015-10-20 20:19     ` Sergei Shtylyov
2015-10-20 20:19       ` Sergei Shtylyov
     [not found]       ` <5626A1CF.9050309-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-10-21  8:38         ` Ulf Hansson
2015-10-21  8:38           ` Ulf Hansson
2015-10-21 18:42           ` Sergei Shtylyov
2015-10-21 18:42             ` Sergei Shtylyov
2015-10-27 16:58       ` Geert Uytterhoeven
2015-10-27 16:58         ` Geert Uytterhoeven

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=2981242.5l1vvMcV1t@wasted.cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --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 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.