u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: Alexey Romanov <avromanov@sberdevices.ru>
To: narmstrong@baylibre.com, jh80.chung@samsung.com
Cc: u-boot-amlogic@groups.io, u-boot@lists.denx.de,
	kernel@sberdevices.ru, Alexey Romanov <avromanov@sberdevices.ru>
Subject: [PATCH v1 0/3] Meson Secure PWRC Driver
Date: Mon, 22 May 2023 15:09:38 +0300	[thread overview]
Message-ID: <20230522120941.63962-1-avromanov@sberdevices.ru> (raw)

Hello!

This patch set adds support (driver and sm functions) for working with
power domain controller using secure monitor for Amlogic A1-series.
Additionally, in the future, the driver can be used for other Amlgoic
SoC series, such as S4.

Alexey Romanov (3):
  arch/arm: meson: sm: introduce power domain functions
  drivers: meson: introduce secure power controller driver
  arch/arm64: meson-a1: dts: move pwrc node to bus

 arch/arm/dts/meson-a1.dtsi                 |  12 +-
 arch/arm/include/asm/arch-meson/sm.h       |  30 ++++
 arch/arm/mach-meson/sm.c                   |  14 ++
 drivers/power/domain/Kconfig               |   7 +
 drivers/power/domain/Makefile              |   1 +
 drivers/power/domain/meson-secure-pwrc.c   | 160 +++++++++++++++++++++
 include/dt-bindings/power/meson-a1-power.h |  32 +++++
 7 files changed, 250 insertions(+), 6 deletions(-)
 create mode 100644 drivers/power/domain/meson-secure-pwrc.c
 create mode 100644 include/dt-bindings/power/meson-a1-power.h

-- 
2.38.1


             reply	other threads:[~2023-05-22 12:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-22 12:09 Alexey Romanov [this message]
2023-05-22 12:09 ` [PATCH v1 1/3] arch/arm: meson: sm: introduce power domain functions Alexey Romanov
2023-05-30 15:52   ` Neil Armstrong
2023-05-22 12:09 ` [PATCH v1 2/3] drivers: meson: introduce secure power controller driver Alexey Romanov
2023-05-30 15:52   ` Neil Armstrong
2023-05-22 12:09 ` [PATCH v1 3/3] arch/arm64: meson-a1: dts: move pwrc node to bus Alexey Romanov
2023-05-30 15:52   ` 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=20230522120941.63962-1-avromanov@sberdevices.ru \
    --to=avromanov@sberdevices.ru \
    --cc=jh80.chung@samsung.com \
    --cc=kernel@sberdevices.ru \
    --cc=narmstrong@baylibre.com \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.denx.de \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).