1. 1e3bce2 pci: Device scanning range fix by Yoshinori Sato · 9 years ago
  2. 0d0f831 pci: Correct a few comments and nits by Simon Glass · 9 years ago
  3. 9cec2df pci: Add functions to update PCI configuration registers by Simon Glass · 9 years ago
  4. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  5. 04eb269 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago
  6. e2b6b56 dm: pci: Add a function to write a BAR by Simon Glass · 9 years ago
  7. 2e4e443 dm: pci: Move pci_bus_to_hose() to compatibility by Simon Glass · 9 years ago
  8. 413ebdb pci: Tidy up comments in pci_bind_bus_devices() by Simon Glass · 9 years ago
  9. c5f053b dm: pci: Add driver model API functions for address mapping by Simon Glass · 9 years ago
  10. 3452cb1 dm: pci: Add a function to read a PCI BAR by Simon Glass · 9 years ago
  11. b639d51 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · 9 years ago
  12. 70e0c58 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · 9 years ago
  13. 37a3f94b dm: pci: Use driver model PCI API in auto-config by Simon Glass · 9 years ago
  14. 84283d5 dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  15. eaa1489 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  16. dcdc012 dm: pci: Add a function to find the regions for a PCI bus by Simon Glass · 9 years ago
  17. 6256d67 dm: pci: Add a function to get the controller for a bus by Simon Glass · 9 years ago
  18. 27a733f dm: pci: Add functions to emulate 8- and 16-bit access by Simon Glass · 9 years ago
  19. 7efc9ba dm: pci: Support decoding ranges with duplicate entries by Simon Glass · 9 years ago
  20. 91de6c5 dm: pci: Set up the SDRAM mapping correctly by Simon Glass · 9 years ago
  21. a070578 dm: pci: Enable VGA address forwarding on bridges by Bin Meng · 9 years ago
  22. 5bc3f8a dm: pci: Fix pci_last_busno() to return the real last bus no by Bin Meng · 9 years ago
  23. c45abf1 dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM by Simon Glass · 9 years ago
  24. 3b02d84 dm: pci: Correct a few debug() statements by Simon Glass · 9 years ago
  25. b072d52 dm: pci: Tidy up auto-config error handling by Simon Glass · 9 years ago
  26. 05bedb1 dm: pci: Add an inline API to test if a device is on a PCI bus by Bin Meng · 9 years ago
  27. 7d07e59 dm: pci: Allow a PCI bus to be found without an alias by Simon Glass · 9 years ago
  28. a4c3818 dm: pci: Optimize pci_uclass_post_bind() by Bin Meng · 9 years ago
  29. 44344a6 dm: pci: Save devfn without bus number in pci_uclass_child_post_bind() by Bin Meng · 9 years ago
  30. c0820a4 x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() by Bin Meng · 9 years ago
  31. 984c0dc dm: pci: Support selected device/driver binding before relocation by Bin Meng · 9 years ago
  32. 27517b3 Revert "dm: pci: Allow scan bridge child devices before relocation" by Simon Glass · 9 years ago
  33. 04c8b6a dm: pci: Add a way to iterate through all PCI devices by Simon Glass · 9 years ago
  34. 94ef242 dm: pci: Provide friendly config access functions by Simon Glass · 9 years ago
  35. 02284a0 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · 9 years ago
  36. 3916409 dm: pci: Support bridge device configuration correctly by Bin Meng · 9 years ago
  37. 877bff8 dm: pci: Pass only device/function to pci_bus_find_devfn() by Bin Meng · 9 years ago
  38. 0a72152 dm: pci: Use complete bdf in all pci config read/write routines by Bin Meng · 9 years ago
  39. c9118d4 dm: pci: Add a function to get the BDF for a device by Simon Glass · 9 years ago
  40. 318d71c dm: pci: Add support for PCI driver matching by Simon Glass · 9 years ago
  41. 5888bd2 dm: x86: baytrail: Correct PCI region 3 when driver model is used by Simon Glass · 9 years ago
  42. b87014c dm: pci: Correct bus number when scanning sub-buses by Simon Glass · 9 years ago
  43. d82fbe9 dm: pci: Use the correct hose when configuring devices by Simon Glass · 9 years ago
  44. a814941 dm: pci: Allow PCI bus numbering aliases by Simon Glass · 10 years ago
  45. b94dc89 dm: pci: Add a uclass for PCI by Simon Glass · 10 years ago