All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] phy: fsl-imx8-mipi-dphy: Hook into runtime pm
@ 2020-12-16 11:27 ` Guido Günther
  0 siblings, 0 replies; 16+ messages in thread
From: Guido Günther @ 2020-12-16 11:27 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Robert Chiras, Sam Ravnborg, linux-kernel, linux-arm-kernel

This allows us to shut down the mipi power domain on the imx8. The alternative
would be to drop the dphy from the mipi power domain in the SOCs device tree
and only have the DSI host controller visible there but since the PD is mostly
about the PHY that would defeat it's purpose.

This is basically a resend from February 2020 which went without feedback.

This allows to shut off the power domain hen blanking the LCD panel:

pm_genpd_summary before:

domain                          status          slaves
    /device                                             runtime status
----------------------------------------------------------------------
mipi                            on
    /devices/platform/soc@0/soc@0:bus@30800000/30a00300.dphy  unsupported
    /devices/platform/soc@0/soc@0:bus@30800000/30a00000.mipi_dsi  suspended

after:

mipi                            off-0
    /devices/platform/soc@0/soc@0:bus@30800000/30a00300.dphy  suspended
    /devices/platform/soc@0/soc@0:bus@30800000/30a00000.mipi_dsi  suspended

Changes from v1:
 - Tweak commit message slightly

Guido Günther (1):
  phy: fsl-imx8-mipi-dphy: Hook into runtime pm

 .../phy/freescale/phy-fsl-imx8-mipi-dphy.c    | 22 ++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-02-22 18:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 11:27 [PATCH v2 0/1] phy: fsl-imx8-mipi-dphy: Hook into runtime pm Guido Günther
2020-12-16 11:27 ` Guido Günther
2020-12-16 11:27 ` [PATCH v2 1/1] " Guido Günther
2020-12-16 11:27   ` Guido Günther
2020-12-16 11:58   ` Lucas Stach
2020-12-16 11:58     ` Lucas Stach
2020-12-16 12:05   ` Lucas Stach
2020-12-16 12:05     ` Lucas Stach
2020-12-16 18:25     ` Guido Günther
2020-12-16 18:25       ` Guido Günther
2021-02-20  5:37   ` Liu Ying
2021-02-20  5:37     ` Liu Ying
2021-02-20  5:50     ` Liu Ying
2021-02-20  5:50       ` Liu Ying
2021-02-22 18:39     ` Guido Günther
2021-02-22 18:39       ` Guido Günther

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.