All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Lifshitz <lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
To: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Toni Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>,
	Igor Grinberg <grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>,
	Nikita Kiryanov <nikita-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Dmitry Lifshitz
	<lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
Subject: [PATCH 05/18] ARM: am57xx: cl-som-am57x: dts: add eMMC support
Date: Wed, 25 Nov 2015 08:39:37 +0200	[thread overview]
Message-ID: <1448433590-1399-6-git-send-email-lifshitz@compulab.co.il> (raw)
In-Reply-To: <1448433590-1399-1-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>

CM-SOM-AM57X has two options of main storage devices - eMMC or NAND.
Add eMMC chip support (over MMC2 bus).

Signed-off-by: Dmitry Lifshitz <lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
Acked-by: Igor Grinberg <grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
---
 arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 33 +++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
index b6919a7..ed50a75 100644
--- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
+++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
@@ -36,6 +36,13 @@
 			default-state = "off";
 		};
 	};
+
+	vdd_3v3: fixedregulator-vdd_3v3 {
+		compatible = "regulator-fixed";
+		regulator-name = "vdd_3v3";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+	};
 };
 
 &dra7_pmx_core {
@@ -71,6 +78,21 @@
 			DRA7XX_CORE_IOPAD(0x3818, PIN_INPUT_PULLUP | MUX_MODE14) /* wakeup0.gpio1_0 */
 		>;
 	};
+
+	mmc2_pins_default: mmc2_pins_default {
+		pinctrl-single,pins = <
+			DRA7XX_CORE_IOPAD(0x349c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a23.mmc2_clk */
+			DRA7XX_CORE_IOPAD(0x34b0, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
+			DRA7XX_CORE_IOPAD(0x34a0, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
+			DRA7XX_CORE_IOPAD(0x34a4, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
+			DRA7XX_CORE_IOPAD(0x34a8, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
+			DRA7XX_CORE_IOPAD(0x34ac, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
+			DRA7XX_CORE_IOPAD(0x348c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
+			DRA7XX_CORE_IOPAD(0x3490, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
+			DRA7XX_CORE_IOPAD(0x3494, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
+			DRA7XX_CORE_IOPAD(0x3498, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
+		>;
+	};
 };
 
 &i2c1 {
@@ -297,4 +319,15 @@
 	};
 };
 
+&mmc2 {
+	status = "okay";
+
+	pinctrl-names = "default";
+	pinctrl-0 = <&mmc2_pins_default>;
+
+	vmmc-supply = <&vdd_3v3>;
+	bus-width = <8>;
+	ti,non-removable;
+	cap-mmc-dual-data-rate;
+};
 
-- 
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

WARNING: multiple messages have this Message-ID (diff)
From: lifshitz@compulab.co.il (Dmitry Lifshitz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 05/18] ARM: am57xx: cl-som-am57x: dts: add eMMC support
Date: Wed, 25 Nov 2015 08:39:37 +0200	[thread overview]
Message-ID: <1448433590-1399-6-git-send-email-lifshitz@compulab.co.il> (raw)
In-Reply-To: <1448433590-1399-1-git-send-email-lifshitz@compulab.co.il>

CM-SOM-AM57X has two options of main storage devices - eMMC or NAND.
Add eMMC chip support (over MMC2 bus).

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
---
 arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 33 +++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
index b6919a7..ed50a75 100644
--- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
+++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
@@ -36,6 +36,13 @@
 			default-state = "off";
 		};
 	};
+
+	vdd_3v3: fixedregulator-vdd_3v3 {
+		compatible = "regulator-fixed";
+		regulator-name = "vdd_3v3";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+	};
 };
 
 &dra7_pmx_core {
@@ -71,6 +78,21 @@
 			DRA7XX_CORE_IOPAD(0x3818, PIN_INPUT_PULLUP | MUX_MODE14) /* wakeup0.gpio1_0 */
 		>;
 	};
+
+	mmc2_pins_default: mmc2_pins_default {
+		pinctrl-single,pins = <
+			DRA7XX_CORE_IOPAD(0x349c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a23.mmc2_clk */
+			DRA7XX_CORE_IOPAD(0x34b0, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
+			DRA7XX_CORE_IOPAD(0x34a0, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
+			DRA7XX_CORE_IOPAD(0x34a4, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
+			DRA7XX_CORE_IOPAD(0x34a8, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
+			DRA7XX_CORE_IOPAD(0x34ac, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
+			DRA7XX_CORE_IOPAD(0x348c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
+			DRA7XX_CORE_IOPAD(0x3490, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
+			DRA7XX_CORE_IOPAD(0x3494, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
+			DRA7XX_CORE_IOPAD(0x3498, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
+		>;
+	};
 };
 
 &i2c1 {
@@ -297,4 +319,15 @@
 	};
 };
 
+&mmc2 {
+	status = "okay";
+
+	pinctrl-names = "default";
+	pinctrl-0 = <&mmc2_pins_default>;
+
+	vmmc-supply = <&vdd_3v3>;
+	bus-width = <8>;
+	ti,non-removable;
+	cap-mmc-dual-data-rate;
+};
 
-- 
1.9.1

  parent reply	other threads:[~2015-11-25  6:39 UTC|newest]

Thread overview: 132+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-25  6:39 [PATCH 00/18] Add support for CL-SOM-AM57X and SBC-AM57X Dmitry Lifshitz
2015-11-25  6:39 ` Dmitry Lifshitz
     [not found] ` <1448433590-1399-1-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-25  6:39   ` [PATCH 01/18] ARM: am57xx: cl-som-am57x: dts: add basic module support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
     [not found]     ` <1448433590-1399-2-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-25 20:05       ` Rob Herring
2015-11-25 20:05         ` Rob Herring
2015-11-25 21:36       ` Nishanth Menon
2015-11-25 21:36         ` Nishanth Menon
     [not found]         ` <565629D2.2010401-l0cyMroinI0@public.gmane.org>
2015-11-29 12:10           ` Dmitry Lifshitz
2015-11-29 12:10             ` Dmitry Lifshitz
     [not found]             ` <565AEB19.4050107-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-29 17:06               ` Nishanth Menon
2015-11-29 17:06                 ` Nishanth Menon
     [not found]                 ` <565B307E.2000203-l0cyMroinI0@public.gmane.org>
2015-11-30 13:29                   ` Dmitry Lifshitz
2015-11-30 13:29                     ` Dmitry Lifshitz
     [not found]                     ` <565C4F54.50405-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-30 13:36                       ` Nishanth Menon
2015-11-30 13:36                         ` Nishanth Menon
2015-11-30 13:36                       ` Nishanth Menon
2015-11-30 13:36                         ` Nishanth Menon
2015-11-30 15:55               ` Rob Herring
2015-11-30 15:55                 ` Rob Herring
2015-11-30 14:25       ` [PATCH v2 " Dmitry Lifshitz
2015-11-30 14:25         ` Dmitry Lifshitz
     [not found]         ` <1448893551-676-1-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-30 21:54           ` Tony Lindgren
2015-11-30 21:54             ` Tony Lindgren
     [not found]             ` <20151130215415.GE23396-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-12-01 16:24               ` Dmitry Lifshitz
2015-12-01 16:24                 ` Dmitry Lifshitz
     [not found]                 ` <565DC9CC.1070000-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-12-01 16:43                   ` Tony Lindgren
2015-12-01 16:43                     ` Tony Lindgren
     [not found]                     ` <20151201164317.GS23396-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-12-01 16:47                       ` Nishanth Menon
2015-12-01 16:47                         ` Nishanth Menon
     [not found]                         ` <565DCF34.8070001-l0cyMroinI0@public.gmane.org>
2015-12-01 17:03                           ` Tony Lindgren
2015-12-01 17:03                             ` Tony Lindgren
2015-11-25  6:39   ` [PATCH 02/18] ARM: am57xx: cl-som-am57x: dts: add RTC support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
     [not found]     ` <1448433590-1399-3-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-30 21:50       ` Tony Lindgren
2015-11-30 21:50         ` Tony Lindgren
2015-11-25  6:39   ` [PATCH 03/18] ARM: am57xx: cl-som-am57x: dts: add I2C3 support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 04/18] ARM: am57xx: cl-som-am57x: dts: add EEPROM support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
     [not found]     ` <1448433590-1399-5-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-30 14:23       ` Igor Grinberg
2015-11-30 14:23         ` Igor Grinberg
2015-11-30 14:33       ` [PATCH v2 " Dmitry Lifshitz
2015-11-30 14:33         ` Dmitry Lifshitz
     [not found]         ` <1448894037-1337-1-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-30 14:44           ` Igor Grinberg
2015-11-30 14:44             ` Igor Grinberg
2015-11-25  6:39   ` Dmitry Lifshitz [this message]
2015-11-25  6:39     ` [PATCH 05/18] ARM: am57xx: cl-som-am57x: dts: add eMMC support Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 06/18] ARM: am57xx: cl-som-am57x: dts: add spi-flash support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
     [not found]     ` <1448433590-1399-7-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-30 14:26       ` [PATCH v2 " Dmitry Lifshitz
2015-11-30 14:26         ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 07/18] ARM: am57xx: cl-som-am57x: dts: add dual EMAC support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 08/18] ARM: am57xx: cl-som-am57x: dts: add USB support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 09/18] ARM: am57xx: cl-som-am57x: dts: add touchscreen support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 10/18] ARM: am57xx: cl-som-am57x: dts: add analog audio support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 11/18] ARM: am57xx: sbc-am57x: dts: add basic board support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
     [not found]     ` <1448433590-1399-12-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-25 20:05       ` Rob Herring
2015-11-25 20:05         ` Rob Herring
2015-11-25  6:39   ` [PATCH 12/18] ARM: am57xx: cl-som-am57x: dts: add MMC1 support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
     [not found]     ` <1448433590-1399-13-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-30 14:28       ` [PATCH v2 " Dmitry Lifshitz
2015-11-30 14:28         ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 13/18] ARM: am57xx: sbc-am57x: dts: add usb vbus pinmux Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 14/18] ARM: am57xx: sbc-am57x: dts: add EEPROM support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 15/18] ARM: am57xx: sbc-am57x: dts: add GPIO extender support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
     [not found]     ` <1448433590-1399-16-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-11-25 21:41       ` Nishanth Menon
2015-11-25 21:41         ` Nishanth Menon
2015-11-30 14:28       ` [PATCH v2 15/18] ARM: am57xx: sbc-am57x: dts: add GPIO expander support Dmitry Lifshitz
2015-11-30 14:28         ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 16/18] ARM: am57xx: sbc-am57x: dts: add LCD support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 17/18] ARM: am57xx: compulab-sb-som: dts: add HDMI connector Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
2015-11-25  6:39   ` [PATCH 18/18] ARM: am57xx: sbc-am57x: dts: add HDMI support Dmitry Lifshitz
2015-11-25  6:39     ` Dmitry Lifshitz
2015-11-30 14:27   ` [PATCH v2 07/18] ARM: am57xx: cl-som-am57x: dts: add dual EMAC support Dmitry Lifshitz
2015-11-30 14:27     ` Dmitry Lifshitz
2015-12-01 18:03   ` [PATCH V2 00/19] Add support for CL-SOM-AM57X and SBC-AM57X Dmitry Lifshitz
2015-12-01 18:03     ` Dmitry Lifshitz
     [not found]     ` <1448993001-19495-1-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-12-01 18:03       ` [PATCH V3 01/19] ARM: dts: am57xx: cl-som-am57x: add basic module support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
     [not found]         ` <1448993001-19495-2-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-12-02 15:23           ` Rob Herring
2015-12-02 15:23             ` Rob Herring
2015-12-03 16:20             ` Tony Lindgren
2015-12-03 16:20               ` Tony Lindgren
2015-12-01 18:03       ` [PATCH V2 02/19] ARM: dts: am57xx: cl-som-am57x: dts: add RTC support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 03/19] ARM: dts: am57xx: cl-som-am57x: add I2C3 support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V3 04/19] ARM: dts: am57xx: cl-som-am57x: add EEPROM support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 05/19] ARM: dts: am57xx: cl-som-am57x: add eMMC support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V3 06/19] ARM: dts: am57xx: cl-som-am57x: add spi-flash support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V3 07/19] ARM: dts: am57xx: cl-som-am57x: add dual EMAC support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 08/19] ARM: dts: am57xx: cl-som-am57x: add USB support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 09/19] ARM: dts: am57xx: cl-som-am57x: add touchscreen support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 10/19] ARM: dts: am57xx: cl-som-am57x: add analog audio support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 11/19] ARM: dts: am57xx: sbc-am57x: add basic board support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
     [not found]         ` <1448993001-19495-12-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-12-02 15:17           ` Rob Herring
2015-12-02 15:17             ` Rob Herring
2015-12-01 18:03       ` [PATCH V3 12/19] ARM: dts: am57xx: cl-som-am57x: add MMC1 support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 13/19] ARM: dts: am57xx: sbc-am57x: add usb vbus pinmux Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 14/19] ARM: dts: am57xx: sbc-am57x: add EEPROM support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V3 15/19] ARM: dts: am57xx: sbc-am57x: add GPIO expander support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 16/19] ARM: dts: am57xx: sbc-am57x: add LCD support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 17/19] ARM: dts: am57xx: compulab-sb-som: add HDMI connector Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH V2 18/19] ARM: dts: am57xx: sbc-am57x: add HDMI support Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz
2015-12-01 18:03       ` [PATCH 19/19] ARM: dts: am57xx: cl-som-am57x: skip resetting ETH PHYs Dmitry Lifshitz
2015-12-01 18:03         ` Dmitry Lifshitz

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=1448433590-1399-6-git-send-email-lifshitz@compulab.co.il \
    --to=lifshitz-utxizqzc01rs1mouv/rt9w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=nikita-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org \
    --cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@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 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.