linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/8] genpd: imx: relocate scu-pd and misc update
@ 2023-08-14 10:41 Peng Fan (OSS)
  2023-08-14 10:41 ` [PATCH V4 1/8] genpd: imx: relocate scu-pd under genpd Peng Fan (OSS)
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Peng Fan (OSS) @ 2023-08-14 10:41 UTC (permalink / raw)
  To: ulf.hansson, shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, linux-arm-kernel, linux-kernel,
	linux-pm, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

V4:
 Update commit message in patch 4

V3:
 return -EBUSY instead of return 0 in patch 4

V2:
Move drivers/firmware/imx/scu-pd.c to drivers/genpd/imx

This patchset is to upstream NXP downstream scu-pd driver patches.
patch is to relocate scu-pd to genpd
patch 2,3 is to support more PDs
patch 4 is to not power off console when no console suspend
patch 5 is to suppress bind
patch 6 is to make genpd align with HW state
patch 7 is to support LP mode in runtime suspend, OFF mode in system suspend.
patch 8 is to change init level to avoid uneccessary defer probe

V1:
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 (1):
  genpd: imx: scu-pd: change init level to subsys_initcall

Peng Fan (7):
  genpd: imx: relocate scu-pd under genpd
  genpd: imx: scu-pd: enlarge PD range
  genpd: imx: scu-pd: add more PDs
  genpd: imx: scu-pd: do not power off console if no_console_suspend
  genpd: imx: scu-pd: Suppress bind attrs
  genpd: imx: scu-pd: initialize is_off according to HW state
  genpd: imx: scu-pd: add multi states support

 drivers/firmware/imx/Makefile            |   1 -
 drivers/genpd/imx/Makefile               |   1 +
 drivers/{firmware => genpd}/imx/scu-pd.c | 193 +++++++++++++++++++++--
 3 files changed, 183 insertions(+), 12 deletions(-)
 rename drivers/{firmware => genpd}/imx/scu-pd.c (70%)

-- 
2.37.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-08-17  9:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-14 10:41 [PATCH V4 0/8] genpd: imx: relocate scu-pd and misc update Peng Fan (OSS)
2023-08-14 10:41 ` [PATCH V4 1/8] genpd: imx: relocate scu-pd under genpd Peng Fan (OSS)
2023-08-14 10:41 ` [PATCH V4 2/8] genpd: imx: scu-pd: enlarge PD range Peng Fan (OSS)
2023-08-14 10:41 ` [PATCH V4 3/8] genpd: imx: scu-pd: add more PDs Peng Fan (OSS)
2023-08-14 10:41 ` [PATCH V4 4/8] genpd: imx: scu-pd: do not power off console if no_console_suspend Peng Fan (OSS)
2023-08-14 10:41 ` [PATCH V4 5/8] genpd: imx: scu-pd: Suppress bind attrs Peng Fan (OSS)
2023-08-14 10:41 ` [PATCH V4 6/8] genpd: imx: scu-pd: initialize is_off according to HW state Peng Fan (OSS)
2023-08-14 10:41 ` [PATCH V4 7/8] genpd: imx: scu-pd: add multi states support Peng Fan (OSS)
2023-08-14 11:24   ` Ulf Hansson
2023-08-14 11:52     ` Peng Fan
2023-08-14 12:23       ` Ulf Hansson
2023-08-14 12:33         ` Ulf Hansson
2023-08-14 10:41 ` [PATCH V4 8/8] genpd: imx: scu-pd: change init level to subsys_initcall Peng Fan (OSS)
2023-08-14 11:27 ` [PATCH V4 0/8] genpd: imx: relocate scu-pd and misc update Ulf Hansson
2023-08-14 11:46   ` Peng Fan
2023-08-17  9:34     ` Ulf Hansson
2023-08-17  9:39       ` Peng Fan

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 NNTP newsgroup(s).