Re: [U-Boot] [PATCH 04/17] pci: Add ability to re-enumerate PCI buses

2010-10-20 Thread Peter Tyser
On Wed, 2010-10-20 at 21:57 +0200, Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1285787156-6005-4-git-send-email-pty...@xes-inc.com> you wrote: > > From: John Schmoller > > > > Add a new 'pci enum' command which re-enumerates the PCI buses. This > > command is enabled via the CONFIG

Re: [U-Boot] [PATCH 04/17] pci: Add ability to re-enumerate PCI buses

2010-10-20 Thread Wolfgang Denk
Dear Peter Tyser, In message <1285787156-6005-4-git-send-email-pty...@xes-inc.com> you wrote: > From: John Schmoller > > Add a new 'pci enum' command which re-enumerates the PCI buses. This > command is enabled via the CONFIG_CMD_PCI_ENUM define and can be useful > in boards with FPGAs connecte

Re: [U-Boot] [PATCH 04/17] pci: Add ability to re-enumerate PCI buses

2010-10-19 Thread Kumar Gala
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote: > From: John Schmoller > > Add a new 'pci enum' command which re-enumerates the PCI buses. This > command is enabled via the CONFIG_CMD_PCI_ENUM define and can be useful > in boards with FPGAs connected via PCI/PCIe, boards that support PCI > hot

[U-Boot] [PATCH 04/17] pci: Add ability to re-enumerate PCI buses

2010-09-29 Thread Peter Tyser
From: John Schmoller Add a new 'pci enum' command which re-enumerates the PCI buses. This command is enabled via the CONFIG_CMD_PCI_ENUM define and can be useful in boards with FPGAs connected via PCI/PCIe, boards that support PCI hot-plugging, or during PCI debug. Also enable the 'pci enum' co