All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Tegra xHCI genpd support
@ 2018-09-26 12:27 ` Jon Hunter
  0 siblings, 0 replies; 15+ messages in thread
From: Jon Hunter @ 2018-09-26 12:27 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Rafael J . Wysocki, Kevin Hilman,
	Ulf Hansson, Greg Kroah-Hartman, Mathias Nyman, Thierry Reding
  Cc: devicetree, linux-kernel, linux-tegra, Jon Hunter

This series add genpd support for the Tegra xHCI device that requires
more than one power-domain to operate.

This series is making changes to more than one subsystem and at first
glance may look like a maintainers nightmare. However, my proposal is
this, once reviewed and people are happy ...
1. Patches 1-3 should be merged first. Note there is a dependency
   between patches 1 and 3 such that 3 can only be merged once 1 has
   been accepted.
2. Once patches 1-3 are accepted, then 4 and 5 can be merged via the
   Tegra tree.

Jon Hunter (5):
  PM / Domains: Export symbol for genpd_dev_pm_attach_by_name
  dt-bindings: usb: xhci-tegra: Add power-domain details
  usb: xhci: tegra: Add genpd support
  soc/tegra: pmc: Don't power-up XUSB power-domains
  arm64: dts: tegra210: Add power-domains for xHCI

 .../bindings/usb/nvidia,tegra124-xusb.txt          |  8 ++
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  2 +
 drivers/base/power/domain.c                        |  1 +
 drivers/soc/tegra/pmc.c                            | 16 ----
 drivers/usb/host/xhci-tegra.c                      | 88 +++++++++++++++++++---
 5 files changed, 88 insertions(+), 27 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-09-26 15:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-26 12:27 [PATCH 0/5] Tegra xHCI genpd support Jon Hunter
2018-09-26 12:27 ` Jon Hunter
2018-09-26 12:27 ` [PATCH 1/5] PM / Domains: Export symbol for genpd_dev_pm_attach_by_name Jon Hunter
2018-09-26 12:27   ` Jon Hunter
2018-09-26 14:09   ` Ulf Hansson
2018-09-26 15:02     ` Jon Hunter
2018-09-26 15:02       ` Jon Hunter
2018-09-26 12:27 ` [PATCH 2/5] dt-bindings: usb: xhci-tegra: Add power-domain details Jon Hunter
2018-09-26 12:27   ` Jon Hunter
2018-09-26 12:27 ` [PATCH 3/5] usb: xhci: tegra: Add genpd support Jon Hunter
2018-09-26 12:27   ` Jon Hunter
2018-09-26 12:27 ` [PATCH 4/5] soc/tegra: pmc: Don't power-up XUSB power-domains Jon Hunter
2018-09-26 12:27   ` Jon Hunter
2018-09-26 12:27 ` [PATCH 5/5] arm64: dts: tegra210: Add power-domains for xHCI Jon Hunter
2018-09-26 12:27   ` Jon Hunter

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.