mbox series

[0/2] pmdomain: rockchip: Add gating support for rk3576

Message ID 20240829202732.75961-1-detlev.casanova@collabora.com (mailing list archive)
Headers show
Series pmdomain: rockchip: Add gating support for rk3576 | expand

Message

Detlev Casanova Aug. 29, 2024, 8:20 p.m. UTC
The rk3576 SoC needs to ungate power domains before it can manipulate
their status.

This makes to to ungate the PM, changes the status, and gate it again.

Detlev.

Detlev Casanova (2):
  pmdomain: rockchip: Add gating support
  pmdomain: rockchip: Add gating masks for rk3576

 drivers/pmdomain/rockchip/pm-domains.c | 87 +++++++++++++++++++-------
 1 file changed, 66 insertions(+), 21 deletions(-)

Comments

Ulf Hansson Sept. 13, 2024, 12:02 p.m. UTC | #1
On Thu, 29 Aug 2024 at 22:26, Detlev Casanova
<detlev.casanova@collabora.com> wrote:
>
> The rk3576 SoC needs to ungate power domains before it can manipulate
> their status.
>
> This makes to to ungate the PM, changes the status, and gate it again.
>
> Detlev.
>
> Detlev Casanova (2):
>   pmdomain: rockchip: Add gating support
>   pmdomain: rockchip: Add gating masks for rk3576
>
>  drivers/pmdomain/rockchip/pm-domains.c | 87 +++++++++++++++++++-------
>  1 file changed, 66 insertions(+), 21 deletions(-)
>

The series applied for next, thanks!

Kind regards
Uffe