]> git.karo-electronics.de Git - linux-beck.git/commit
PCI: tegra: Implement accurate power supply scheme
authorThierry Reding <treding@nvidia.com>
Wed, 28 May 2014 14:49:13 +0000 (16:49 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 18 Jul 2014 09:20:03 +0000 (11:20 +0200)
commit077fb1580deace540c0d7ea629f4afdad5834fd9
tree0f01247d01a6e974ab14061fa0349b8295ee3c3b
parentcca8614d444de065b7642152d269c8392effbbc8
PCI: tegra: Implement accurate power supply scheme

The current description of power supplies doesn't match the hardware.
Instead it's designed to support the needs of current designs, which
will break as soon as a new design appears that cannot be described
using the current assumptions.

In order to fully support all possible future designs, all power supply
inputs to the PCIe block need to be accurately described and separately
configurable.

Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
drivers/pci/host/pci-tegra.c