All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shunzhou.Jiang <shunzhou.jiang@amlogic.com>
To: <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-amlogic@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Cc: <narmstrong@baylibre.com>, <khilman@baylibre.com>,
	<jbrunet@baylibre.com>,  <martin.blumenstingl@googlemail.com>,
	<shunzhou.jiang@amlogic.com>
Subject: [PATCH V2 0/2] Power: meson-s4: add s4 power domain driver
Date: Thu, 30 Dec 2021 17:44:32 +0800	[thread overview]
Message-ID: <20211230094434.3053195-1-shunzhou.jiang@amlogic.com> (raw)

From: Shunzhou Jiang <shunzhou.jiang@amlogic.com>

This patchset adds Power controller driver support for Meson-S4 SoC
Likes Meson-A1, the power domains register only can access in secure world

Shunzhou Jiang (2):
  dt-bindings: power: add Amlogic s4 power domains bindings
  soc: s4: Add support for power domains controller

 .../power/amlogic,meson-sec-pwrc.yaml         |  3 ++-
 drivers/soc/amlogic/meson-secure-pwrc.c       | 21 +++++++++++++++++++
 include/dt-bindings/power/meson-s4-power.h    | 19 +++++++++++++++++
 3 files changed, 42 insertions(+), 1 deletion(-)
 create mode 100644 include/dt-bindings/power/meson-s4-power.h


base-commit: 3448a018ded03ccd4093d6675f4a39eb2d1a18ef
-- 
2.34.1


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

WARNING: multiple messages have this Message-ID (diff)
From: Shunzhou.Jiang <shunzhou.jiang@amlogic.com>
To: <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-amlogic@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Cc: <narmstrong@baylibre.com>, <khilman@baylibre.com>,
	<jbrunet@baylibre.com>,  <martin.blumenstingl@googlemail.com>,
	<shunzhou.jiang@amlogic.com>
Subject: [PATCH V2 0/2] Power: meson-s4: add s4 power domain driver
Date: Thu, 30 Dec 2021 17:44:32 +0800	[thread overview]
Message-ID: <20211230094434.3053195-1-shunzhou.jiang@amlogic.com> (raw)

From: Shunzhou Jiang <shunzhou.jiang@amlogic.com>

This patchset adds Power controller driver support for Meson-S4 SoC
Likes Meson-A1, the power domains register only can access in secure world

Shunzhou Jiang (2):
  dt-bindings: power: add Amlogic s4 power domains bindings
  soc: s4: Add support for power domains controller

 .../power/amlogic,meson-sec-pwrc.yaml         |  3 ++-
 drivers/soc/amlogic/meson-secure-pwrc.c       | 21 +++++++++++++++++++
 include/dt-bindings/power/meson-s4-power.h    | 19 +++++++++++++++++
 3 files changed, 42 insertions(+), 1 deletion(-)
 create mode 100644 include/dt-bindings/power/meson-s4-power.h


base-commit: 3448a018ded03ccd4093d6675f4a39eb2d1a18ef
-- 
2.34.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-12-30  9:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-30  9:44 Shunzhou.Jiang [this message]
2021-12-30  9:44 ` [PATCH V2 0/2] Power: meson-s4: add s4 power domain driver Shunzhou.Jiang
2021-12-30  9:44 ` [PATCH V2 1/2] dt-bindings: power: add Amlogic s4 power domains bindings Shunzhou.Jiang
2021-12-30  9:44   ` Shunzhou.Jiang
2021-12-30 22:11   ` Martin Blumenstingl
2021-12-30 22:11     ` Martin Blumenstingl
2021-12-30 22:11     ` Martin Blumenstingl
2021-12-30  9:44 ` [PATCH V2 2/2] soc: s4: Add support for power domains controller Shunzhou.Jiang
2021-12-30  9:44   ` Shunzhou.Jiang
2021-12-30 22:15   ` Martin Blumenstingl
2021-12-30 22:15     ` Martin Blumenstingl
2021-12-30 22:15     ` Martin Blumenstingl
2022-01-12  8:36     ` Neil Armstrong
2022-01-12  8:36       ` Neil Armstrong
2022-01-12  8:36       ` Neil Armstrong
     [not found]       ` <2022011810264745683311@amlogic.com>
2022-01-20  8:59         ` Neil Armstrong
2022-01-20  8:59           ` Neil Armstrong
2022-01-20  8:59           ` Neil Armstrong

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=20211230094434.3053195-1-shunzhou.jiang@amlogic.com \
    --to=shunzhou.jiang@amlogic.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=narmstrong@baylibre.com \
    /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.