linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP
@ 2016-01-30 14:35 Fabio Estevam
  2016-01-30 14:35 ` [PATCH 2/2] ARM: mxs_defconfig: Select CONFIG_NVMEM_MXS_OCOTP Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabio Estevam @ 2016-01-30 14:35 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@nxp.com>

Select the i.mx ocotp driver.

Cc: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/configs/imx_v6_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 1e792ef..25a6066 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -321,6 +321,8 @@ CONFIG_IIO=y
 CONFIG_VF610_ADC=y
 CONFIG_PWM=y
 CONFIG_PWM_IMX=y
+CONFIG_NVMEM=y
+CONFIG_NVMEM_IMX_OCOTP=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT2_FS_POSIX_ACL=y
-- 
1.9.1

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

* [PATCH 2/2] ARM: mxs_defconfig: Select CONFIG_NVMEM_MXS_OCOTP
  2016-01-30 14:35 [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP Fabio Estevam
@ 2016-01-30 14:35 ` Fabio Estevam
  2016-01-30 16:40   ` Stefan Wahren
  2016-01-31 11:15 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP Philipp Zabel
  2016-02-02  8:14 ` Shawn Guo
  2 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2016-01-30 14:35 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@nxp.com>

Select the mxs ocotp driver.

Cc: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/configs/mxs_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index b47e7c6..1b2d9b3 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -141,6 +141,8 @@ CONFIG_IIO=y
 CONFIG_IIO_SYSFS_TRIGGER=y
 CONFIG_PWM=y
 CONFIG_PWM_MXS=y
+CONFIG_NVMEM=y
+CONFIG_NVMEM_MXS_OCOTP=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT3_FS=y
-- 
1.9.1

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

* [PATCH 2/2] ARM: mxs_defconfig: Select CONFIG_NVMEM_MXS_OCOTP
  2016-01-30 14:35 ` [PATCH 2/2] ARM: mxs_defconfig: Select CONFIG_NVMEM_MXS_OCOTP Fabio Estevam
@ 2016-01-30 16:40   ` Stefan Wahren
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Wahren @ 2016-01-30 16:40 UTC (permalink / raw)
  To: linux-arm-kernel


> Fabio Estevam <festevam@gmail.com> hat am 30. Januar 2016 um 15:35
> geschrieben:
>
>
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Select the mxs ocotp driver.
>
> Cc: Stefan Wahren <stefan.wahren@i2se.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Acked-by: Stefan Wahren <stefan.wahren@i2se.com>

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

* [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP
  2016-01-30 14:35 [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP Fabio Estevam
  2016-01-30 14:35 ` [PATCH 2/2] ARM: mxs_defconfig: Select CONFIG_NVMEM_MXS_OCOTP Fabio Estevam
@ 2016-01-31 11:15 ` Philipp Zabel
  2016-02-02  8:14 ` Shawn Guo
  2 siblings, 0 replies; 5+ messages in thread
From: Philipp Zabel @ 2016-01-31 11:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jan 30, 2016 at 12:35:07PM -0200, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Select the i.mx ocotp driver.
> 
> Cc: Philipp Zabel <p.zabel@pengutronix.de>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>

regards
Philipp

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

* [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP
  2016-01-30 14:35 [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP Fabio Estevam
  2016-01-30 14:35 ` [PATCH 2/2] ARM: mxs_defconfig: Select CONFIG_NVMEM_MXS_OCOTP Fabio Estevam
  2016-01-31 11:15 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP Philipp Zabel
@ 2016-02-02  8:14 ` Shawn Guo
  2 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2016-02-02  8:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jan 30, 2016 at 12:35:07PM -0200, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Select the i.mx ocotp driver.
> 
> Cc: Philipp Zabel <p.zabel@pengutronix.de>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Applied both, thanks.

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

end of thread, other threads:[~2016-02-02  8:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-30 14:35 [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP Fabio Estevam
2016-01-30 14:35 ` [PATCH 2/2] ARM: mxs_defconfig: Select CONFIG_NVMEM_MXS_OCOTP Fabio Estevam
2016-01-30 16:40   ` Stefan Wahren
2016-01-31 11:15 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP Philipp Zabel
2016-02-02  8:14 ` Shawn Guo

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 NNTP newsgroup(s).