Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update pci code to use phys_addr_t | Becky Bruce | 2008-05-10 | -4/+4 |
| | | | | | | | | Physical addrs need to be represented by phys_addr_t, not unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT are going to fail mightily. Signed-off-by: Becky Bruce <becky.bruce@freescale.com> | |||
* | pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option | Nobuhiro Iwamatsu | 2008-03-23 | -3/+10 |
| | | | | | | | | | | | | In current source code, when the device number of PCI is 0, process PCI bridge without fail. However, when the device number is 0, it is not PCI always bridge. There are times when device of PCI allocates. When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when use this patch. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Acked-by: Stefan Roese <sr@denx.de> | |||
* | drivers/pci : move pci drivers to drivers/pci | Jean-Christophe PLAGNIOL-VILLARD | 2007-11-24 | -0/+526 |
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |