From: b.galvani@gmail.com (Beniamino Galvani)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 u-boot 1/2] power: domain: Add the VPU Power Domain driver
Date: Thu, 16 Aug 2018 10:15:05 +0200 [thread overview]
Message-ID: <20180816081505.GA9347@gmail.com> (raw)
In-Reply-To: <1533559760-32136-2-git-send-email-narmstrong@baylibre.com>
On Mon, Aug 06, 2018 at 02:49:19PM +0200, Neil Armstrong wrote:
> The Amlogic Meson SoCs embeds a specific Power Domain dedicated to the
> Video Processing Unit.
> This patch implements support for this power domain in preparation of the
> future support for the Video display support in U-Boot.
>
> This driver will depend on changes in the clock driver to handle the setup
> of the VPU and VAPB clocks configured from DT using assigned-clocks entries.
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> drivers/power/domain/Kconfig | 7 ++
> drivers/power/domain/Makefile | 1 +
> drivers/power/domain/meson-gx-pwrc-vpu.c | 198 +++++++++++++++++++++++++++++++
> 3 files changed, 206 insertions(+)
> create mode 100644 drivers/power/domain/meson-gx-pwrc-vpu.c
>
> diff --git a/drivers/power/domain/Kconfig b/drivers/power/domain/Kconfig
> index 7cfa761..4618847 100644
> --- a/drivers/power/domain/Kconfig
> +++ b/drivers/power/domain/Kconfig
> @@ -16,6 +16,13 @@ config BCM6328_POWER_DOMAIN
> Enable support for manipulating BCM6345 power domains via MMIO
> mapped registers.
>
> +config MESON_GX_VPU_POWER_DOMAIN
> + bool "Enable Amlogic Meson GX VPU power domain driver"
> + depends on ARCH_MESON
Hi,
since the driver uses syscon_node_to_regmap() I think the Kconfig
entry should also 'select SYSCON'.
Beniamino
WARNING: multiple messages have this Message-ID (diff)
From: Beniamino Galvani <b.galvani@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 u-boot 1/2] power: domain: Add the VPU Power Domain driver
Date: Thu, 16 Aug 2018 10:15:05 +0200 [thread overview]
Message-ID: <20180816081505.GA9347@gmail.com> (raw)
In-Reply-To: <1533559760-32136-2-git-send-email-narmstrong@baylibre.com>
On Mon, Aug 06, 2018 at 02:49:19PM +0200, Neil Armstrong wrote:
> The Amlogic Meson SoCs embeds a specific Power Domain dedicated to the
> Video Processing Unit.
> This patch implements support for this power domain in preparation of the
> future support for the Video display support in U-Boot.
>
> This driver will depend on changes in the clock driver to handle the setup
> of the VPU and VAPB clocks configured from DT using assigned-clocks entries.
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> drivers/power/domain/Kconfig | 7 ++
> drivers/power/domain/Makefile | 1 +
> drivers/power/domain/meson-gx-pwrc-vpu.c | 198 +++++++++++++++++++++++++++++++
> 3 files changed, 206 insertions(+)
> create mode 100644 drivers/power/domain/meson-gx-pwrc-vpu.c
>
> diff --git a/drivers/power/domain/Kconfig b/drivers/power/domain/Kconfig
> index 7cfa761..4618847 100644
> --- a/drivers/power/domain/Kconfig
> +++ b/drivers/power/domain/Kconfig
> @@ -16,6 +16,13 @@ config BCM6328_POWER_DOMAIN
> Enable support for manipulating BCM6345 power domains via MMIO
> mapped registers.
>
> +config MESON_GX_VPU_POWER_DOMAIN
> + bool "Enable Amlogic Meson GX VPU power domain driver"
> + depends on ARCH_MESON
Hi,
since the driver uses syscon_node_to_regmap() I think the Kconfig
entry should also 'select SYSCON'.
Beniamino
next prev parent reply other threads:[~2018-08-16 8:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-06 12:49 [PATCH v2 u-boot 0/2] Add the VPU Power Domain support Neil Armstrong
2018-08-06 12:49 ` [U-Boot] " Neil Armstrong
2018-08-06 12:49 ` [PATCH v2 u-boot 1/2] power: domain: Add the VPU Power Domain driver Neil Armstrong
2018-08-06 12:49 ` [U-Boot] " Neil Armstrong
2018-08-16 8:15 ` Beniamino Galvani [this message]
2018-08-16 8:15 ` Beniamino Galvani
2018-08-20 8:36 ` Neil Armstrong
2018-08-20 8:36 ` [U-Boot] " Neil Armstrong
2018-09-11 12:25 ` [U-Boot, v2, u-boot, " Tom Rini
2018-09-11 12:25 ` [U-Boot] " Tom Rini
2018-08-06 12:49 ` [PATCH v2 u-boot 2/2] clk: clk_meson: Add mux and div support for reparent and rate setting Neil Armstrong
2018-08-06 12:49 ` [U-Boot] " Neil Armstrong
2018-09-11 12:25 ` [U-Boot, v2, u-boot, " Tom Rini
2018-09-11 12:25 ` [U-Boot] " Tom Rini
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=20180816081505.GA9347@gmail.com \
--to=b.galvani@gmail.com \
--cc=linus-amlogic@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 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.