Resetting PCI-E devices after linux boot

Benjamin Herrenschmidt benh at kernel.crashing.org
Thu Apr 15 08:25:23 EST 2010


On Wed, 2010-04-14 at 08:55 -0500, Jake Magee wrote:
> On Thu, Mar 25, 2010 at 8:26 PM, Dan Wilson <dwilson at fulcrummicro.com>
> wrote:
>         We are building a PCI-E device for use in an embedded system
>         with an 85xx processor.  One of our customers is adamant that
>         linux PCI-E hot-swap support will not allow us to either bring
>         the device up after linux boot (i.e., the PCI-E device must be
>         present when linux scans for PCI-E devices at startup) or to
>         reset the device once linux is up.  It was our impression that
>         the PCI-E hot-swap support should allow for devices to appear
>         after linux boot, be properly initialized, and then later be
>         able to shut them down and bring them back up again.
>         
>         Has anyone successfully used the PCI-E hot-swap capabilities
>         in the linux kernel in a PPC 85xx environment?  Any known
>         gotchas we need to be aware of?
>         
>         Thanks in advance for your responses,

It should be possible to get that working, but I suspect not without
some code changes. I know the current PCIe hotswap driver has ACPI hooks
that would need to be replaced by appropriate hooks into the powerpc
code to perform the right resource manipulation etc...

We do PCIe hotswap on IBM pSeries, but this is using specific FW
interfaces for which we have a dedicated PCI hotplug driver.

Can the slot power be SW controlled on the Canyonlands PCIe slot ? In
that case I should be able to toy with that myself at some stage (but
not for a couple of weeks).

Cheers,
Ben.



More information about the Linuxppc-dev mailing list