From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org, Santosh Shilimkar <ssantosh@kernel.org>
Cc: "Andrew F . Davis" <afd@ti.com>, Suman Anna <s-anna@ti.com>,
Tero Kristo <t-kristo@ti.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Rob Herring <robh@kernel.org>,
devicetree@vger.kernel.org
Subject: Re: [PATCHv4 0/6] Add initial genpd support for omap PRM driver
Date: Mon, 17 Aug 2020 09:53:00 +0300 [thread overview]
Message-ID: <20200817065300.GD2994@atomide.com> (raw)
In-Reply-To: <20200702154513.31859-1-tony@atomide.com>
Hi Santosh,
* Tony Lindgren <tony@atomide.com> [200702 18:46]:
> Hi all,
>
> Here's v4 set of patches to add genpd support to the PRM (Power and Reset
> Module) driver.
>
> Initially we just add one hardware accelerator power domain for sgx,
> and one interconnect instance for l4_abe. The rest of the SoC specific
> domain data is probably best added one SoC at a time based on generated
> data.
Care to ack some of these patches? I'd like to get this into Linux next
for v5.10 :)
Regards,
Tony
> Changes since v3:
> - Drop the unnecessary __maybe_unused as that's no longer needed
>
> Changes since v2:
>
> - Update binding to clarify a single power domain provider
>
> - Unwrap generic domain configrations for __maybe_unused
>
> Changes since v1:
>
> - Dropped clocks from the binding and prm driver as there's no need
> for them as pointed out by Tero
>
> - Add checking for domain transition bit in pwrstst register as
> pointed out by Tero
>
> - Add omap_prm_domain_show_state() for CONFIG_DEBUG
>
>
> Tony Lindgren (6):
> dt-bindings: omap: Update PRM binding for genpd
> soc: ti: omap-prm: Add basic power domain support
> soc: ti: omap-prm: Configure sgx power domain for am3 and am4
> soc: ti: omap-prm: Configure omap4 and 5 l4_abe power domain
> ARM: dts: Configure am3 and am4 sgx for genpd and drop platform data
> ARM: dts: Configure omap4 and 5 l4_abe for genpd and drop platform
> data
>
> .../devicetree/bindings/arm/omap/prm-inst.txt | 2 +
> arch/arm/boot/dts/am33xx.dtsi | 2 +
> arch/arm/boot/dts/am4372.dtsi | 2 +
> arch/arm/boot/dts/omap4-l4-abe.dtsi | 6 +-
> arch/arm/boot/dts/omap4.dtsi | 6 +
> arch/arm/boot/dts/omap5-l4-abe.dtsi | 6 +-
> arch/arm/boot/dts/omap5.dtsi | 6 +
> arch/arm/mach-omap2/Kconfig | 1 +
> .../omap_hwmod_33xx_43xx_interconnect_data.c | 16 -
> .../omap_hwmod_33xx_43xx_ipblock_data.c | 40 ---
> arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 2 -
> arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 2 -
> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 33 ---
> arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 31 --
> drivers/soc/ti/omap_prm.c | 274 +++++++++++++++++-
> 15 files changed, 298 insertions(+), 131 deletions(-)
>
> --
> 2.27.0
>
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org, Santosh Shilimkar <ssantosh@kernel.org>
Cc: Rob Herring <robh@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
"Andrew F . Davis" <afd@ti.com>, Tero Kristo <t-kristo@ti.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv4 0/6] Add initial genpd support for omap PRM driver
Date: Mon, 17 Aug 2020 09:53:00 +0300 [thread overview]
Message-ID: <20200817065300.GD2994@atomide.com> (raw)
In-Reply-To: <20200702154513.31859-1-tony@atomide.com>
Hi Santosh,
* Tony Lindgren <tony@atomide.com> [200702 18:46]:
> Hi all,
>
> Here's v4 set of patches to add genpd support to the PRM (Power and Reset
> Module) driver.
>
> Initially we just add one hardware accelerator power domain for sgx,
> and one interconnect instance for l4_abe. The rest of the SoC specific
> domain data is probably best added one SoC at a time based on generated
> data.
Care to ack some of these patches? I'd like to get this into Linux next
for v5.10 :)
Regards,
Tony
> Changes since v3:
> - Drop the unnecessary __maybe_unused as that's no longer needed
>
> Changes since v2:
>
> - Update binding to clarify a single power domain provider
>
> - Unwrap generic domain configrations for __maybe_unused
>
> Changes since v1:
>
> - Dropped clocks from the binding and prm driver as there's no need
> for them as pointed out by Tero
>
> - Add checking for domain transition bit in pwrstst register as
> pointed out by Tero
>
> - Add omap_prm_domain_show_state() for CONFIG_DEBUG
>
>
> Tony Lindgren (6):
> dt-bindings: omap: Update PRM binding for genpd
> soc: ti: omap-prm: Add basic power domain support
> soc: ti: omap-prm: Configure sgx power domain for am3 and am4
> soc: ti: omap-prm: Configure omap4 and 5 l4_abe power domain
> ARM: dts: Configure am3 and am4 sgx for genpd and drop platform data
> ARM: dts: Configure omap4 and 5 l4_abe for genpd and drop platform
> data
>
> .../devicetree/bindings/arm/omap/prm-inst.txt | 2 +
> arch/arm/boot/dts/am33xx.dtsi | 2 +
> arch/arm/boot/dts/am4372.dtsi | 2 +
> arch/arm/boot/dts/omap4-l4-abe.dtsi | 6 +-
> arch/arm/boot/dts/omap4.dtsi | 6 +
> arch/arm/boot/dts/omap5-l4-abe.dtsi | 6 +-
> arch/arm/boot/dts/omap5.dtsi | 6 +
> arch/arm/mach-omap2/Kconfig | 1 +
> .../omap_hwmod_33xx_43xx_interconnect_data.c | 16 -
> .../omap_hwmod_33xx_43xx_ipblock_data.c | 40 ---
> arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 2 -
> arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 2 -
> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 33 ---
> arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 31 --
> drivers/soc/ti/omap_prm.c | 274 +++++++++++++++++-
> 15 files changed, 298 insertions(+), 131 deletions(-)
>
> --
> 2.27.0
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-08-17 6:52 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-02 15:45 [PATCHv4 0/6] Add initial genpd support for omap PRM driver Tony Lindgren
2020-07-02 15:45 ` Tony Lindgren
2020-07-02 15:45 ` [PATCH 1/6] dt-bindings: omap: Update PRM binding for genpd Tony Lindgren
2020-07-02 15:45 ` Tony Lindgren
2020-07-15 20:58 ` Rob Herring
2020-07-15 20:58 ` Rob Herring
2020-07-02 15:45 ` [PATCH 2/6] soc: ti: omap-prm: Add basic power domain support Tony Lindgren
2020-07-02 15:45 ` Tony Lindgren
2020-07-02 15:45 ` [PATCH 3/6] soc: ti: omap-prm: Configure sgx power domain for am3 and am4 Tony Lindgren
2020-07-02 15:45 ` Tony Lindgren
2020-07-02 15:45 ` [PATCH 4/6] soc: ti: omap-prm: Configure omap4 and 5 l4_abe power domain Tony Lindgren
2020-07-02 15:45 ` Tony Lindgren
2020-07-02 15:45 ` [PATCH 5/6] ARM: dts: Configure am3 and am4 sgx for genpd and drop platform data Tony Lindgren
2020-07-02 15:45 ` Tony Lindgren
2020-07-02 15:45 ` [PATCH 6/6] ARM: dts: Configure omap4 and 5 l4_abe " Tony Lindgren
2020-07-02 15:45 ` Tony Lindgren
2020-08-17 6:53 ` Tony Lindgren [this message]
2020-08-17 6:53 ` [PATCHv4 0/6] Add initial genpd support for omap PRM driver Tony Lindgren
2020-08-17 15:25 ` santosh.shilimkar
2020-08-17 15:25 ` santosh.shilimkar
2020-08-18 8:26 ` Tony Lindgren
2020-08-18 8:26 ` Tony Lindgren
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=20200817065300.GD2994@atomide.com \
--to=tony@atomide.com \
--cc=afd@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=robh@kernel.org \
--cc=s-anna@ti.com \
--cc=ssantosh@kernel.org \
--cc=t-kristo@ti.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.