All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Tuerk <jan.tuerk@emtrion.com>
To: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Russell King <linux@armlinux.org.uk>,
	"GitAuthor: Jan Tuerk" <jan.tuerk@emtrion.com>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Subject: [PATCH v6 4/4] ARM: imx_v6_v7_defconfig: Enable DA9063 PMIC support.
Date: Fri, 24 Aug 2018 15:26:14 +0200	[thread overview]
Message-ID: <20180824132617.43975-4-jan.tuerk@emtrion.com> (raw)
In-Reply-To: <20180824132617.43975-1-jan.tuerk@emtrion.com>

All recent emtrion modules based on i.mx6 make use of the DA9063.
Therefore enable it with the following defaults:
	- CONFIG_MFD_DA9063=y
	- CONFIG_REGULATOR_DA9063=y
	- CONFIG_DA9063_WATCHDOG=m
MFD and REGULATOR are built-in to have it at Kernel boot-time.
The WATCHDOG is optional and could be loaded from userspace.

Signed-off-by: Jan Tuerk <jan.tuerk@emtrion.com>
---
 arch/arm/configs/imx_v6_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Changes v6:
 -fix Typo in commitmessage and subject s/DA0963/DA9063/

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index e2c127608bcc..445e493d69d7 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -218,10 +218,12 @@ CONFIG_CPU_THERMAL=y
 CONFIG_IMX_THERMAL=y
 CONFIG_WATCHDOG=y
 CONFIG_DA9062_WATCHDOG=y
+CONFIG_DA9063_WATCHDOG=m
 CONFIG_RN5T618_WATCHDOG=y
 CONFIG_IMX2_WDT=y
 CONFIG_MFD_DA9052_I2C=y
 CONFIG_MFD_DA9062=y
+CONFIG_MFD_DA9063=y
 CONFIG_MFD_MC13XXX_SPI=y
 CONFIG_MFD_MC13XXX_I2C=y
 CONFIG_MFD_RN5T618=y
@@ -231,6 +233,7 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_ANATOP=y
 CONFIG_REGULATOR_DA9052=y
 CONFIG_REGULATOR_DA9062=y
+CONFIG_REGULATOR_DA9063=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_REGULATOR_MC13783=y
 CONFIG_REGULATOR_MC13892=y
-- 
emtrion GmbH
Alter Schlachthof 45
76131 Karlsruhe
GERMANY
https://www.emtrion.de

Amtsgericht Mannheim
HRB 110 300
Geschäftsführer: Dieter Baur, Ramona Maurer


WARNING: multiple messages have this Message-ID (diff)
From: Jan Tuerk <jan.tuerk@emtrion.com>
To: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Russell King <linux@armlinux.org.uk>,
	"GitAuthor: Jan Tuerk" <jan.tuerk@emtrion.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 4/4] ARM: imx_v6_v7_defconfig: Enable DA9063 PMIC support.
Date: Fri, 24 Aug 2018 15:26:14 +0200	[thread overview]
Message-ID: <20180824132617.43975-4-jan.tuerk@emtrion.com> (raw)
In-Reply-To: <20180824132617.43975-1-jan.tuerk@emtrion.com>

All recent emtrion modules based on i.mx6 make use of the DA9063.
Therefore enable it with the following defaults:
	- CONFIG_MFD_DA9063=y
	- CONFIG_REGULATOR_DA9063=y
	- CONFIG_DA9063_WATCHDOG=m
MFD and REGULATOR are built-in to have it at Kernel boot-time.
The WATCHDOG is optional and could be loaded from userspace.

Signed-off-by: Jan Tuerk <jan.tuerk@emtrion.com>
---
 arch/arm/configs/imx_v6_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Changes v6:
 -fix Typo in commitmessage and subject s/DA0963/DA9063/

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index e2c127608bcc..445e493d69d7 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -218,10 +218,12 @@ CONFIG_CPU_THERMAL=y
 CONFIG_IMX_THERMAL=y
 CONFIG_WATCHDOG=y
 CONFIG_DA9062_WATCHDOG=y
+CONFIG_DA9063_WATCHDOG=m
 CONFIG_RN5T618_WATCHDOG=y
 CONFIG_IMX2_WDT=y
 CONFIG_MFD_DA9052_I2C=y
 CONFIG_MFD_DA9062=y
+CONFIG_MFD_DA9063=y
 CONFIG_MFD_MC13XXX_SPI=y
 CONFIG_MFD_MC13XXX_I2C=y
 CONFIG_MFD_RN5T618=y
@@ -231,6 +233,7 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_ANATOP=y
 CONFIG_REGULATOR_DA9052=y
 CONFIG_REGULATOR_DA9062=y
+CONFIG_REGULATOR_DA9063=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_REGULATOR_MC13783=y
 CONFIG_REGULATOR_MC13892=y
-- 
emtrion GmbH
Alter Schlachthof 45
76131 Karlsruhe
GERMANY
https://www.emtrion.de

Amtsgericht Mannheim
HRB 110 300
Geschäftsführer: Dieter Baur, Ramona Maurer

WARNING: multiple messages have this Message-ID (diff)
From: jan.tuerk@emtrion.com (Jan Tuerk)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 4/4] ARM: imx_v6_v7_defconfig: Enable DA9063 PMIC support.
Date: Fri, 24 Aug 2018 15:26:14 +0200	[thread overview]
Message-ID: <20180824132617.43975-4-jan.tuerk@emtrion.com> (raw)
In-Reply-To: <20180824132617.43975-1-jan.tuerk@emtrion.com>

All recent emtrion modules based on i.mx6 make use of the DA9063.
Therefore enable it with the following defaults:
	- CONFIG_MFD_DA9063=y
	- CONFIG_REGULATOR_DA9063=y
	- CONFIG_DA9063_WATCHDOG=m
MFD and REGULATOR are built-in to have it at Kernel boot-time.
The WATCHDOG is optional and could be loaded from userspace.

Signed-off-by: Jan Tuerk <jan.tuerk@emtrion.com>
---
 arch/arm/configs/imx_v6_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Changes v6:
 -fix Typo in commitmessage and subject s/DA0963/DA9063/

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index e2c127608bcc..445e493d69d7 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -218,10 +218,12 @@ CONFIG_CPU_THERMAL=y
 CONFIG_IMX_THERMAL=y
 CONFIG_WATCHDOG=y
 CONFIG_DA9062_WATCHDOG=y
+CONFIG_DA9063_WATCHDOG=m
 CONFIG_RN5T618_WATCHDOG=y
 CONFIG_IMX2_WDT=y
 CONFIG_MFD_DA9052_I2C=y
 CONFIG_MFD_DA9062=y
+CONFIG_MFD_DA9063=y
 CONFIG_MFD_MC13XXX_SPI=y
 CONFIG_MFD_MC13XXX_I2C=y
 CONFIG_MFD_RN5T618=y
@@ -231,6 +233,7 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_ANATOP=y
 CONFIG_REGULATOR_DA9052=y
 CONFIG_REGULATOR_DA9062=y
+CONFIG_REGULATOR_DA9063=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_REGULATOR_MC13783=y
 CONFIG_REGULATOR_MC13892=y
-- 
emtrion GmbH
Alter Schlachthof 45
76131 Karlsruhe
GERMANY
https://www.emtrion.de

Amtsgericht Mannheim
HRB 110 300
Gesch?ftsf?hrer: Dieter Baur, Ramona Maurer

  parent reply	other threads:[~2018-08-24 13:27 UTC|newest]

Thread overview: 205+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-23 12:55 [PATCH 0/5] Add basic support for emtrion emCON-MX6 modules Jan Tuerk
2017-11-23 12:55 ` Jan Tuerk
2017-11-23 12:55 ` Jan Tuerk
2017-11-23 12:55 ` [PATCH 1/5] drm/panel: Add support for the EDT ETM0700G0BDH6 Jan Tuerk
2017-11-23 12:55   ` Jan Tuerk
2017-11-23 12:55   ` Jan Tuerk
2017-11-23 15:08   ` Fabio Estevam
2017-11-23 15:08     ` Fabio Estevam
2017-11-23 15:08     ` Fabio Estevam
2017-11-23 15:18     ` AW: " Türk, Jan
2017-11-23 15:18       ` Türk, Jan
2017-11-23 15:18       ` Türk, Jan
2017-11-24 14:21       ` Fabio Estevam
2017-11-24 14:21         ` Fabio Estevam
2017-11-24 14:21         ` Fabio Estevam
2017-11-24 14:59         ` AW: " Türk, Jan
2017-11-24 14:59           ` Türk, Jan
2017-11-24 14:59           ` Türk, Jan
2017-11-26 19:10   ` Rob Herring
2017-11-26 19:10     ` Rob Herring
2017-11-26 19:10     ` Rob Herring
2017-11-23 12:55 ` [PATCH 2/5] dt-bindings: Add vendor prefix for emtrion GmbH Jan Tuerk
2017-11-23 12:55   ` Jan Tuerk
2017-11-23 12:55   ` Jan Tuerk
2017-11-23 12:58   ` Andreas Färber
2017-11-23 12:58     ` Andreas Färber
2017-11-26 19:12   ` Rob Herring
2017-11-26 19:12     ` Rob Herring
2017-11-26 19:12     ` Rob Herring
2017-11-23 12:55 ` [PATCH 3/5] ARM: dts: imx: Add an cpu0 label for imx6dl devices Jan Tuerk
2017-11-23 12:55   ` Jan Tuerk
2017-11-23 13:00   ` Andreas Färber
2017-11-23 13:00     ` Andreas Färber
2017-11-23 13:00     ` Andreas Färber
2017-11-23 12:55 ` [PATCH 4/5] ARM: dts: Add support for emtrion emCON-MX6 series Jan Tuerk
2017-11-23 12:55   ` Jan Tuerk
2017-11-23 12:55   ` Jan Tuerk
2017-11-26 19:24   ` Rob Herring
2017-11-26 19:24     ` Rob Herring
2017-11-26 19:24     ` Rob Herring
2017-11-28 10:52     ` AW: " Türk, Jan
2017-11-28 10:52       ` Türk, Jan
2017-11-28 10:52       ` Türk, Jan
2017-11-23 12:55 ` [PATCH 5/5] ARM: imx_v6_v7_defconfig: Enable DA0963 PMIC support Jan Tuerk
2017-11-23 12:55   ` Jan Tuerk
2017-11-23 12:55   ` Jan Tuerk
2017-12-20 13:47 ` [PATCH v2 0/5] Add basic support for emtrion emCON-MX6 modules jan.tuerk
2017-12-20 13:47   ` jan.tuerk at emtrion.com
2017-12-20 13:47   ` [PATCH v2 1/5] drm/panel: Add support for the EDT ETM0700G0BDH6 jan.tuerk
2017-12-20 13:47     ` jan.tuerk at emtrion.com
2017-12-20 13:47     ` jan.tuerk-BU0Y/NROKIhBDgjK7y7TUQ
2017-12-21 22:59     ` Rob Herring
2017-12-21 22:59       ` Rob Herring
2017-12-21 22:59       ` Rob Herring
2018-04-20 12:50     ` [PATCH v3 0/6] Add basic support for emtrion emCON-MX6 modules jan.tuerk
2018-04-20 12:50       ` jan.tuerk at emtrion.com
2018-04-20 12:50       ` jan.tuerk
2018-04-20 12:50       ` [PATCH v3 1/6] drm/panel: Add support for the EDT ETM0700G0BDH6 jan.tuerk
2018-04-20 12:50         ` jan.tuerk at emtrion.com
2018-04-20 12:50         ` jan.tuerk
2018-04-20 12:50       ` [PATCH v3 2/6] drm/panel: Add support for the EDT ETM0700G0EDH6 jan.tuerk
2018-04-20 12:50         ` jan.tuerk at emtrion.com
2018-04-20 12:50         ` jan.tuerk
2018-04-20 12:50       ` [PATCH v3 3/6] dt-bindings: display: Document the EDT et* displays in one file jan.tuerk
2018-04-20 12:50         ` jan.tuerk at emtrion.com
2018-04-20 12:50         ` jan.tuerk
2018-04-20 12:50       ` [PATCH v3 4/6] ARM: dts: imx: Add an cpu0 label for imx6dl devices jan.tuerk
2018-04-20 12:50         ` jan.tuerk at emtrion.com
2018-04-20 12:50         ` jan.tuerk
2018-04-20 12:50       ` [PATCH v3 5/6] ARM: dts: Add support for emtrion emCON-MX6 series jan.tuerk
2018-04-20 12:50         ` jan.tuerk at emtrion.com
2018-04-20 12:50         ` jan.tuerk
2018-04-23  8:44         ` Shawn Guo
2018-04-23  8:44           ` Shawn Guo
2018-04-23  8:44           ` Shawn Guo
2018-04-24  8:32           ` AW: " Türk, Jan
2018-04-24  8:32             ` Türk, Jan
2018-04-26 13:46             ` Rob Herring
2018-04-26 13:46               ` Rob Herring
2018-04-26 13:46               ` Rob Herring
2018-04-20 12:50       ` [PATCH v3 6/6] ARM: imx_v6_v7_defconfig: Enable DA0963 PMIC support jan.tuerk
2018-04-20 12:50         ` jan.tuerk at emtrion.com
2018-04-20 12:50         ` jan.tuerk
2018-04-27 13:24       ` [PATCH v4 0/7] Add basic support for emtrion emCON-MX6 modules jan.tuerk
2018-04-27 13:24         ` jan.tuerk at emtrion.com
2018-04-27 13:24         ` jan.tuerk
2018-04-27 13:24         ` [PATCH v4 1/7] dt-bindings: display: Document the EDT et* displays in one file jan.tuerk
2018-04-27 13:24           ` jan.tuerk at emtrion.com
2018-04-27 13:24           ` jan.tuerk
2018-04-27 14:35           ` Rob Herring
2018-04-27 14:35             ` Rob Herring
2018-04-27 14:35             ` Rob Herring
2018-06-19  9:55           ` [PATCH 1/3] " jan.tuerk
2018-06-19  9:55             ` jan.tuerk
2018-06-19  9:55             ` [PATCH 2/3] drm/panel: Add support for the EDT ETM0700G0BDH6 jan.tuerk
2018-06-19  9:55               ` jan.tuerk
2018-06-19  9:55             ` [PATCH 3/3] drm/panel: Add support for the EDT ETM0700G0EDH6 jan.tuerk
2018-06-19  9:55               ` jan.tuerk
2018-07-09 17:27             ` [PATCH 1/3] dt-bindings: display: Document the EDT et* displays in one file Thierry Reding
2018-07-09 17:27               ` Thierry Reding
2018-04-27 13:24         ` [PATCH v4 2/7] drm/panel: Add support for the EDT ETM0700G0BDH6 jan.tuerk
2018-04-27 13:24           ` jan.tuerk at emtrion.com
2018-04-27 13:24           ` jan.tuerk
2018-04-27 13:24         ` [PATCH v4 3/7] drm/panel: Add support for the EDT ETM0700G0EDH6 jan.tuerk
2018-04-27 13:24           ` jan.tuerk at emtrion.com
2018-04-27 13:24           ` jan.tuerk
2018-04-27 13:24         ` [PATCH v4 4/7] ARM: dts: imx: Add an cpu0 label for imx6dl devices jan.tuerk
2018-04-27 13:24           ` jan.tuerk at emtrion.com
2018-04-27 13:24           ` jan.tuerk
2018-04-27 13:24         ` [PATCH v4 5/7] dt-bindings: arm: Document emtrion emCON-MX6 bindings jan.tuerk
2018-04-27 13:24           ` jan.tuerk at emtrion.com
2018-04-27 13:24           ` jan.tuerk
2018-04-27 14:45           ` Rob Herring
2018-04-27 14:45             ` Rob Herring
2018-04-27 14:45             ` Rob Herring
2018-04-27 13:24         ` [PATCH v4 6/7] ARM: dts: Add support for emtrion emCON-MX6 series jan.tuerk
2018-04-27 13:24           ` jan.tuerk at emtrion.com
2018-04-27 13:24           ` jan.tuerk
2018-04-28  3:12           ` Shawn Guo
2018-04-28  3:12             ` Shawn Guo
2018-04-28  3:12             ` Shawn Guo
2018-05-03 10:00             ` AW: " Türk, Jan
2018-05-03 10:00               ` Türk, Jan
2018-05-04  7:03               ` Shawn Guo
2018-05-04  7:03                 ` Shawn Guo
2018-05-04  7:03                 ` Shawn Guo
2018-04-27 13:24         ` [PATCH v4 7/7] ARM: imx_v6_v7_defconfig: Enable DA0963 PMIC support jan.tuerk
2018-04-27 13:24           ` jan.tuerk at emtrion.com
2018-04-27 13:24           ` jan.tuerk
2018-04-28  2:34         ` [PATCH v4 0/7] Add basic support for emtrion emCON-MX6 modules Shawn Guo
2018-04-28  2:34           ` Shawn Guo
2018-04-28  2:34           ` Shawn Guo
2018-05-03 10:01           ` AW: " Türk, Jan
2018-05-03 10:01             ` Türk, Jan
2018-08-22 15:51         ` [PATCH v5 1/4] ARM: dts: imx: Add an cpu0 label for imx6dl devices Jan Tuerk
2018-08-22 15:51           ` Jan Tuerk
2018-08-22 15:51           ` Jan Tuerk
2018-08-22 15:51           ` [PATCH v5 2/4] dt-bindings: arm: Document emtrion emCON-MX6 bindings Jan Tuerk
2018-08-22 15:51             ` Jan Tuerk
2018-08-22 15:51             ` Jan Tuerk
2018-08-22 15:51           ` [PATCH v5 3/4] ARM: dts: Add support for emtrion emCON-MX6 series Jan Tuerk
2018-08-22 15:51             ` Jan Tuerk
2018-08-22 15:51             ` Jan Tuerk
2018-08-22 15:51           ` [PATCH v5 4/4] ARM: imx_v6_v7_defconfig: Enable DA0963 PMIC support Jan Tuerk
2018-08-22 15:51             ` Jan Tuerk
2018-08-22 15:51             ` Jan Tuerk
2018-08-22 16:26             ` Fabio Estevam
2018-08-22 16:26               ` Fabio Estevam
2018-08-22 16:26               ` Fabio Estevam
2018-08-24 13:26           ` [PATCH v6 1/4] ARM: dts: imx: Add an cpu0 label for imx6dl devices Jan Tuerk
2018-08-24 13:26             ` Jan Tuerk
2018-08-24 13:26             ` Jan Tuerk
2018-08-24 13:26             ` [PATCH v6 2/4] dt-bindings: arm: Document emtrion emCON-MX6 bindings Jan Tuerk
2018-08-24 13:26               ` Jan Tuerk
2018-08-24 13:26               ` Jan Tuerk
2018-08-28 22:16               ` Rob Herring
2018-08-28 22:16                 ` Rob Herring
2018-08-28 22:16                 ` Rob Herring
2018-08-24 13:26             ` [PATCH v6 3/4] ARM: dts: Add support for emtrion emCON-MX6 series Jan Tuerk
2018-08-24 13:26               ` Jan Tuerk
2018-08-24 13:26               ` Jan Tuerk
2018-08-27  1:13               ` Shawn Guo
2018-08-27  1:13                 ` Shawn Guo
2018-08-24 13:26             ` Jan Tuerk [this message]
2018-08-24 13:26               ` [PATCH v6 4/4] ARM: imx_v6_v7_defconfig: Enable DA9063 PMIC support Jan Tuerk
2018-08-24 13:26               ` Jan Tuerk
2018-08-29 10:07             ` [PATCH v7 1/4] ARM: dts: imx: Add an cpu0 label for imx6dl devices Jan Tuerk
2018-08-29 10:07               ` Jan Tuerk
2018-08-29 10:07               ` Jan Tuerk
2018-08-29 10:07               ` [PATCH v7 2/4] dt-bindings: arm: Document emtrion emCON-MX6 bindings Jan Tuerk
2018-08-29 10:07                 ` Jan Tuerk
2018-08-29 10:07                 ` Jan Tuerk
2018-08-29 12:46                 ` Rob Herring
2018-08-29 12:46                   ` Rob Herring
2018-08-29 10:07               ` [PATCH v7 3/4] ARM: dts: Add support for emtrion emCON-MX6 series Jan Tuerk
2018-08-29 10:07                 ` Jan Tuerk
2018-08-29 10:07                 ` Jan Tuerk
2018-08-29 10:08               ` [PATCH v7 4/4] ARM: imx_v6_v7_defconfig: Enable DA9063 PMIC support Jan Tuerk
2018-08-29 10:08                 ` Jan Tuerk
2018-08-29 10:08                 ` Jan Tuerk
2018-11-27 15:04               ` [PATCH v8 1/4] ARM: dts: imx: Add an cpu0 label for imx6dl devices Jan Tuerk
2018-11-27 15:04                 ` Jan Tuerk
2018-11-27 15:04                 ` Jan Tuerk
2018-11-27 15:04                 ` [PATCH v8 2/4] dt-bindings: arm: Document emtrion emCON-MX6 bindings Jan Tuerk
2018-11-27 15:04                   ` Jan Tuerk
2018-11-27 15:04                   ` Jan Tuerk
2018-11-27 15:04                 ` [PATCH v8 3/4] ARM: dts: Add support for emtrion emCON-MX6 series Jan Tuerk
2018-11-27 15:04                   ` Jan Tuerk
2018-11-27 15:04                   ` Jan Tuerk
2018-11-27 15:04                 ` [PATCH v8 4/4] ARM: imx_v6_v7_defconfig: Enable DA9063 PMIC support Jan Tuerk
2018-11-27 15:04                   ` Jan Tuerk
2018-11-27 15:04                   ` Jan Tuerk
2018-11-28  2:06                 ` [PATCH v8 1/4] ARM: dts: imx: Add an cpu0 label for imx6dl devices Shawn Guo
2018-11-28  2:06                   ` Shawn Guo
2017-12-20 13:47   ` [PATCH v2 2/5] dt-bindings: Add vendor prefix for emtrion GmbH jan.tuerk
2017-12-20 13:47     ` jan.tuerk at emtrion.com
2017-12-20 13:47   ` [PATCH v2 3/5] ARM: dts: imx: Add an cpu0 label for imx6dl devices jan.tuerk
2017-12-20 13:47     ` jan.tuerk at emtrion.com
2017-12-20 13:47   ` [PATCH v2 4/5] ARM: dts: Add support for emtrion emCON-MX6 series jan.tuerk
2017-12-20 13:47     ` jan.tuerk at emtrion.com
2017-12-21 23:19     ` Rob Herring
2017-12-21 23:19       ` Rob Herring
2017-12-21 23:19       ` Rob Herring
2017-12-20 13:47   ` [PATCH v2 5/5] ARM: imx_v6_v7_defconfig: Enable DA0963 PMIC support jan.tuerk
2017-12-20 13:47     ` jan.tuerk at emtrion.com

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=20180824132617.43975-4-jan.tuerk@emtrion.com \
    --to=jan.tuerk@emtrion.com \
    --cc=devicetree@vger.kernel.org \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.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.