linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] change drivers/soc/imx/soc-imx8m.c to use platform driver
@ 2020-11-04  3:06 Alice Guo
  2020-11-04  3:06 ` [PATCH v1 1/4] LF-2571-1: dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID Alice Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Alice Guo @ 2020-11-04  3:06 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, linux-kernel, linux-arm-kernel, peng.fan

Directly reading ocotp register relies on bootloader to enable the ocotp clock,
which is not always true, so we need to use nvmem API. Using nvmem API means
that driver defer probe needs to be supported.

Alice Guo (4):
  LF-2571-1: dt-bindings: soc: imx8m: add DT Binding doc for soc unique
    ID
  LF-2571-2 arm64: dts: imx8m: add compatible string to .dtsi file
  LF-2571-3 arm64: dts: imx8m: add nvmem-cell related stuff
  LF-2571-4 soc: imx8m: change to use platform driver

 .../bindings/soc/imx/imx8m-unique-id.yaml     | 32 ++++++++
 arch/arm64/boot/dts/freescale/imx8mm.dtsi     |  8 +-
 arch/arm64/boot/dts/freescale/imx8mn.dtsi     |  8 +-
 arch/arm64/boot/dts/freescale/imx8mp.dtsi     |  8 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi     |  8 +-
 drivers/soc/imx/soc-imx8m.c                   | 75 +++++++++++--------
 6 files changed, 102 insertions(+), 37 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/imx/imx8m-unique-id.yaml

--
2.17.1


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

end of thread, other threads:[~2020-11-04  8:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04  3:06 [PATCH v1 0/4] change drivers/soc/imx/soc-imx8m.c to use platform driver Alice Guo
2020-11-04  3:06 ` [PATCH v1 1/4] LF-2571-1: dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID Alice Guo
2020-11-04  7:58   ` Krzysztof Kozlowski
2020-11-04  8:02     ` Krzysztof Kozlowski
2020-11-04  8:04     ` Peng Fan
2020-11-04  8:12       ` Krzysztof Kozlowski
2020-11-04  3:06 ` [PATCH v1 2/4] LF-2571-2 arm64: dts: imx8m: add compatible string to .dtsi file Alice Guo
2020-11-04  3:06 ` [PATCH v1 3/4] LF-2571-3 arm64: dts: imx8m: add nvmem-cell related stuff Alice Guo
2020-11-04  8:06   ` Krzysztof Kozlowski
2020-11-04  3:06 ` [PATCH v1 4/4] LF-2571-4 soc: imx8m: change to use platform driver Alice Guo
2020-11-04  7:54 ` [PATCH v1 0/4] change drivers/soc/imx/soc-imx8m.c " Krzysztof Kozlowski

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).