All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,
	Ulf Hansson <ulf.hansson@linaro.org>
Cc: s.hauer@pengutronix.de, kernel@pengutronix.de,
	festevam@gmail.com, linux-imx@nxp.com, Frank.Li@nxp.com,
	aisheng.dong@nxp.com, marcel.ziswiler@toradex.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH 0/7] firmware: imx: scu-pd: misc update
Date: Wed, 19 Jul 2023 15:00:22 +0800	[thread overview]
Message-ID: <20230719070022.GH151430@dragon> (raw)
In-Reply-To: <20230714090936.937344-1-peng.fan@oss.nxp.com>

+Ulf

On Fri, Jul 14, 2023 at 05:09:29PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> This patchset is to upstream NXP downstream scu-pd driver patches.
> patch 1,2 is to support more PDs
> patch 3 is to not power off console when no console suspend
> patch 4 is to suppress bind
> patch 5 is to make genpd align with HW state
> patch 6 is to support LP mode in runtime suspend, OFF mode in system suspend.
> patch 7 is to change init level to avoid uneccessary defer probe
> 
> Dong Aisheng (2):
>   firmware: imx: scu-pd: do not power off console if no_console_suspend
>   firmware: imx: scu-pd: change init level to subsys_initcall
> 
> Peng Fan (5):
>   firmware: imx: scu-pd: enlarge PD range
>   firmware: imx: scu-pd: add more PDs
>   firmware: imx: scu-pd: Suppress bind attrs
>   firmware: imx: scu-pd: initialize is_off according to HW state
>   firmware: imx: scu-pd: add multi states support
> 
>  drivers/firmware/imx/scu-pd.c | 193 ++++++++++++++++++++++++++++++++--
>  1 file changed, 182 insertions(+), 11 deletions(-)

We have genpd subsystem [1] coming.  Should we consider to move this
scu-pd driver there too?

Shawn

[1] https://lore.kernel.org/linux-arm-kernel/20230714092301.28690-1-ulf.hansson@linaro.org/T/

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

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,
	Ulf Hansson <ulf.hansson@linaro.org>
Cc: s.hauer@pengutronix.de, kernel@pengutronix.de,
	festevam@gmail.com, linux-imx@nxp.com, Frank.Li@nxp.com,
	aisheng.dong@nxp.com, marcel.ziswiler@toradex.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH 0/7] firmware: imx: scu-pd: misc update
Date: Wed, 19 Jul 2023 15:00:22 +0800	[thread overview]
Message-ID: <20230719070022.GH151430@dragon> (raw)
In-Reply-To: <20230714090936.937344-1-peng.fan@oss.nxp.com>

+Ulf

On Fri, Jul 14, 2023 at 05:09:29PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> This patchset is to upstream NXP downstream scu-pd driver patches.
> patch 1,2 is to support more PDs
> patch 3 is to not power off console when no console suspend
> patch 4 is to suppress bind
> patch 5 is to make genpd align with HW state
> patch 6 is to support LP mode in runtime suspend, OFF mode in system suspend.
> patch 7 is to change init level to avoid uneccessary defer probe
> 
> Dong Aisheng (2):
>   firmware: imx: scu-pd: do not power off console if no_console_suspend
>   firmware: imx: scu-pd: change init level to subsys_initcall
> 
> Peng Fan (5):
>   firmware: imx: scu-pd: enlarge PD range
>   firmware: imx: scu-pd: add more PDs
>   firmware: imx: scu-pd: Suppress bind attrs
>   firmware: imx: scu-pd: initialize is_off according to HW state
>   firmware: imx: scu-pd: add multi states support
> 
>  drivers/firmware/imx/scu-pd.c | 193 ++++++++++++++++++++++++++++++++--
>  1 file changed, 182 insertions(+), 11 deletions(-)

We have genpd subsystem [1] coming.  Should we consider to move this
scu-pd driver there too?

Shawn

[1] https://lore.kernel.org/linux-arm-kernel/20230714092301.28690-1-ulf.hansson@linaro.org/T/

  parent reply	other threads:[~2023-07-19  7:00 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-14  9:09 [PATCH 0/7] firmware: imx: scu-pd: misc update Peng Fan (OSS)
2023-07-14  9:09 ` Peng Fan (OSS)
2023-07-14  9:09 ` [PATCH 1/7] firmware: imx: scu-pd: enlarge PD range Peng Fan (OSS)
2023-07-14  9:09   ` Peng Fan (OSS)
2023-07-14  9:09 ` [PATCH 2/7] firmware: imx: scu-pd: add more PDs Peng Fan (OSS)
2023-07-14  9:09   ` Peng Fan (OSS)
2023-07-14  9:09 ` [PATCH 3/7] firmware: imx: scu-pd: do not power off console if no_console_suspend Peng Fan (OSS)
2023-07-14  9:09   ` Peng Fan (OSS)
2023-07-14  9:09 ` [PATCH 4/7] firmware: imx: scu-pd: Suppress bind attrs Peng Fan (OSS)
2023-07-14  9:09   ` Peng Fan (OSS)
2023-07-14  9:09 ` [PATCH 5/7] firmware: imx: scu-pd: initialize is_off according to HW state Peng Fan (OSS)
2023-07-14  9:09   ` Peng Fan (OSS)
2023-07-14  9:09 ` [PATCH 6/7] firmware: imx: scu-pd: add multi states support Peng Fan (OSS)
2023-07-14  9:09   ` Peng Fan (OSS)
2023-07-14  9:09 ` [PATCH 7/7] firmware: imx: scu-pd: change init level to subsys_initcall Peng Fan (OSS)
2023-07-14  9:09   ` Peng Fan (OSS)
2023-07-19  7:00 ` Shawn Guo [this message]
2023-07-19  7:00   ` [PATCH 0/7] firmware: imx: scu-pd: misc update Shawn Guo
2023-07-20  8:19   ` Peng Fan
2023-07-20  8:19     ` Peng Fan

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=20230719070022.GH151430@dragon \
    --to=shawnguo@kernel.org \
    --cc=Frank.Li@nxp.com \
    --cc=aisheng.dong@nxp.com \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=s.hauer@pengutronix.de \
    --cc=ulf.hansson@linaro.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.