History log of /arch/sh/drivers/pci/fixups-sdk7786.c
Revision Date Author Comments
ce8dd71ad7cb9480d6003473630f0fbc4d67af71 26-Jun-2012 Myron Stowe <myron.stowe@redhat.com> sh/PCI: adjust section annotations for pcibios_setup()

Make pcibios_setup() consistently use the "__init" section annotation.

Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
b6b77b2d5ffd2f8ee74fcc27661f7f4962c34705 14-Oct-2010 Paul Mundt <lethal@linux-sh.org> sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786.

The SDK7786 FPGA has secondary control over the PCIe clocks, specifically
relating to the slots and oscillator. This ties the FPGA clocks in to the
clock framework and balances the refcounting similar to how the primary
on-chip clocks are managed. While the on-chip clocks are per-port, the
FPGA clock enable/disable is global for the entire block.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
61a46766c9d5d8fb5dad23da1b7cc4cb8b0107da 14-Oct-2010 Paul Mundt <lethal@linux-sh.org> sh: pci: Support slot 4 routing on SDK7786.

SDK7786 supports connecting either slot3 or 4 to the same PCIe port by
way of FPGA muxing. By default the vertical slot 3 on the baseboard is
enabled, so this adds in a command line option for forcibly enabling the
slot 4 edge connector.

If nothing has been specified on the command line, we fall back to
reading the resistor values for card presence to figure out where to
route the port to.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>