linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: dts: imx6sx: Add DISPLAY power domain support
@ 2018-10-01 20:56 Leonard Crestez
  2018-10-01 20:56 ` [PATCH 1/3] soc: imx: gpc: Increase GPC_CLK_MAX to 7 Leonard Crestez
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Leonard Crestez @ 2018-10-01 20:56 UTC (permalink / raw)
  To: Lucas Stach, Lorenzo Pieralisi, Shawn Guo
  Cc: Fabio Estevam, Stefan Agner, Marek Vasut, Ulf Hansson, dri-devel,
	linux-pci, linux-pm, linux-kernel, linux-imx, kernel

Now that mxsfb has functional runtime_pm support we can enable power
gating for the DISPLAY power domain on imx6sx.

Since pci-imx doesn't support runtime power gating this is still
always-on unless PCI is disabled/unused. But it's reasonable for an imx
board to not have PCI.

The current pd_pcie is actually only for PCIE_PHY, the PCIE ip block is
actually inside the DISPLAY domain. This is handled by adding the pcie
node in both power domains, using multi-pd support.

Series is against linux-next. The last patch needs runtime PM in all
drivers or it will cause hangs. This means Shawn should hold back on it
until the PCI and mxsfb dependencies get merged (both might take a long
time). So you can just review that patch and I will resend it later,
perhaps in another cycle.

Link to mxsfb thread: https://lkml.org/lkml/2018/9/26/1185

Leonard Crestez (3):
  soc: imx: gpc: Increase GPC_CLK_MAX to 7
  PCI: imx: Add multi-pd support
  ARM: dts: imx6sx: Add DISPLAY power domain support

 arch/arm/boot/dts/imx6sx.dtsi         | 19 ++++++++++-
 drivers/pci/controller/dwc/pci-imx6.c | 48 +++++++++++++++++++++++++++
 drivers/soc/imx/gpc.c                 |  2 +-
 3 files changed, 67 insertions(+), 2 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2018-10-08  3:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01 20:56 [PATCH 0/3] ARM: dts: imx6sx: Add DISPLAY power domain support Leonard Crestez
2018-10-01 20:56 ` [PATCH 1/3] soc: imx: gpc: Increase GPC_CLK_MAX to 7 Leonard Crestez
2018-10-01 20:56 ` [PATCH 2/3] PCI: imx: Add multi-pd support Leonard Crestez
2018-10-08  3:26   ` Shawn Guo
2018-10-01 20:56 ` [PATCH 3/3] ARM: dts: imx6sx: Add DISPLAY power domain support Leonard Crestez

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).