]> git.karo-electronics.de Git - karo-tx-linux.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)
committerStephen Warren <swarren@nvidia.com>
Mon, 16 Jun 2014 18:22:59 +0000 (12:22 -0600)
commitd3c7e24b84fcb62f96fa9a585a41f1829f326878
treee855e1e2db7107db109869dd5545fb94fb0d3196
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