All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Wahren <stefan.wahren@i2se.com>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefan Wahren <stefan.wahren@i2se.com>,
	devicetree@vger.kernel.org, Sascha Hauer <s.hauer@pengutronix.de>,
	linux-imx@nxp.com, kernel@pengutronix.de,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support
Date: Tue, 11 Dec 2018 14:51:10 +0100	[thread overview]
Message-ID: <1544536273-17909-1-git-send-email-stefan.wahren@i2se.com> (raw)

According to the reference manuals for i.MX6ULL and i.MX6ULZ both SoCs
only support 8 OTP banks instead of 16. So we can't use the compatible
string of i.MX6UL.

Stefan Wahren (3):
  dt-bindings: imx-ocotp: Add i.MX6ULL/ULZ support
  nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support
  ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible

 Documentation/devicetree/bindings/nvmem/imx-ocotp.txt | 3 ++-
 arch/arm/boot/dts/imx6ull.dtsi                        | 4 ++++
 drivers/nvmem/imx-ocotp.c                             | 7 +++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: Stefan Wahren <stefan.wahren@i2se.com>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefan Wahren <stefan.wahren@i2se.com>,
	devicetree@vger.kernel.org, Sascha Hauer <s.hauer@pengutronix.de>,
	linux-imx@nxp.com, kernel@pengutronix.de,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support
Date: Tue, 11 Dec 2018 14:51:10 +0100	[thread overview]
Message-ID: <1544536273-17909-1-git-send-email-stefan.wahren@i2se.com> (raw)

According to the reference manuals for i.MX6ULL and i.MX6ULZ both SoCs
only support 8 OTP banks instead of 16. So we can't use the compatible
string of i.MX6UL.

Stefan Wahren (3):
  dt-bindings: imx-ocotp: Add i.MX6ULL/ULZ support
  nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support
  ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible

 Documentation/devicetree/bindings/nvmem/imx-ocotp.txt | 3 ++-
 arch/arm/boot/dts/imx6ull.dtsi                        | 4 ++++
 drivers/nvmem/imx-ocotp.c                             | 7 +++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2018-12-11 13:51 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-11 13:51 Stefan Wahren [this message]
2018-12-11 13:51 ` [PATCH 0/3] nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support Stefan Wahren
2018-12-11 13:51 ` [PATCH 1/3] dt-bindings: imx-ocotp: Add " Stefan Wahren
2018-12-11 13:51   ` Stefan Wahren
2018-12-20 20:03   ` Rob Herring
2018-12-20 20:03     ` Rob Herring
2018-12-11 13:51 ` [PATCH 2/3] nvmem: imx-ocotp: Implement " Stefan Wahren
2018-12-11 13:51   ` Stefan Wahren
2018-12-11 13:51 ` [PATCH 3/3] ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible Stefan Wahren
2018-12-11 13:51   ` Stefan Wahren
2019-01-15 14:53   ` Shawn Guo
2019-01-15 14:53     ` Shawn Guo
2019-01-15 10:17 ` [PATCH 0/3] nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support Stefan Wahren
2019-01-15 10:17   ` Stefan Wahren
2019-01-15 10:21   ` Srinivas Kandagatla
2019-01-15 10:21     ` Srinivas Kandagatla
2019-01-15 12:15   ` Srinivas Kandagatla
2019-01-15 12:15     ` Srinivas Kandagatla

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=1544536273-17909-1-git-send-email-stefan.wahren@i2se.com \
    --to=stefan.wahren@i2se.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=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=srinivas.kandagatla@linaro.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.