linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Adam Ford <aford173@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Adam Ford <aford173@gmail.com>
Subject: [RFC 0/4] soc: imx8mn: Add additional power domains
Date: Sun,  9 May 2021 09:47:07 -0500	[thread overview]
Message-ID: <20210509144711.2192991-1-aford173@gmail.com> (raw)

The i.MX8M Nano is similar to the i.MX8M Mini is some ways, but there
are enough differences that require the Nano to have its own
power domains in both gpcv2 and blk-ctl.

This series is based on a few series
[1] - from Peng and Lucas which updates the GPCv2
[2] - from Peng which adds the blk-ctl
[3] - from myself which adds imx8mn to the GPCv2

[1] - https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210506010440.7016-2-peng.fan@oss.nxp.com/
[2] - https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210506041555.10719-2-peng.fan@oss.nxp.com/
[3] - https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210429211625.1835702-6-aford173@gmail.com/


Adam Ford (4):
  soc: imx: gpcv2: add support for i.MX8MN power domains
  Documentation: bindings: fsl,imx-blk-ctl: Support imx8mn
  soc: imx: Add blk-ctl driver for i.MX8MN
  arm64: dts: imx8mn:  Enable blt-ctl power domains

 .../bindings/soc/imx/fsl,imx-blk-ctl.yaml     |   1 +
 arch/arm64/boot/dts/freescale/imx8mn.dtsi     |  35 ++++++
 drivers/soc/imx/Makefile                      |   2 +-
 drivers/soc/imx/blk-ctl-imx8mn.c              | 118 ++++++++++++++++++
 drivers/soc/imx/gpcv2.c                       |  93 ++++++++++++++
 include/dt-bindings/power/imx8mn-power.h      |  21 ++++
 6 files changed, 269 insertions(+), 1 deletion(-)
 create mode 100644 drivers/soc/imx/blk-ctl-imx8mn.c
 create mode 100644 include/dt-bindings/power/imx8mn-power.h

-- 
2.25.1


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

             reply	other threads:[~2021-05-09 14:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-09 14:47 Adam Ford [this message]
2021-05-09 14:47 ` [RFC 1/4] soc: imx: gpcv2: add support for i.MX8MN power domains Adam Ford
2021-05-09 14:47 ` [RFC 2/4] Documentation: bindings: fsl,imx-blk-ctl: Support imx8mn Adam Ford
2021-05-09 14:47 ` [RFC 3/4] soc: imx: Add blk-ctl driver for i.MX8MN Adam Ford
2021-05-09 14:47 ` [RFC 4/4] arm64: dts: imx8mn: Enable blt-ctl power domains Adam Ford

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=20210509144711.2192991-1-aford173@gmail.com \
    --to=aford173@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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 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).