1. 9c5df38 pci: Fix decode regions for memory banks by Bernhard Messerklinger · Thu Feb 15 08:59:53 2018 +0100
  2. 8cce4cf pci: Add helper for implementing memory-mapped config space accesses by Tuomas Tynkkynen · Tue Sep 19 23:18:03 2017 +0300
  3. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · Thu Jun 22 16:54:05 2017 +0900
  4. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · Mon Jun 12 06:21:31 2017 -0600
  5. 89d8323 dm: pci: Update uclass to support livetree by Simon Glass · Thu May 18 20:09:51 2017 -0600
  6. a89009c pci: avoid memory leak by xypron.glpk@gmx.de · Mon May 08 20:40:16 2017 +0200
  7. d19d061 pci: correct a function description by Hou Zhiqiang · Wed Mar 22 16:07:24 2017 +0800
  8. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  9. e3b106d pci: Flip condition for detecting non-PCI parent devices by Paul Burton · Thu Sep 08 07:47:32 2016 +0100
  10. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · Tue Jul 05 17:10:10 2016 -0600
  11. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · Tue Jul 05 17:10:09 2016 -0600
  12. 1e3bce2 pci: Device scanning range fix by Yoshinori Sato · Mon Apr 25 15:41:01 2016 +0900
  13. 0d0f831 pci: Correct a few comments and nits by Simon Glass · Sun Mar 06 19:27:53 2016 -0700
  14. 9cec2df pci: Add functions to update PCI configuration registers by Simon Glass · Sun Mar 06 19:27:52 2016 -0700
  15. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · Thu Feb 11 13:23:26 2016 -0700
  16. 04eb269 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · Tue Jan 26 11:10:11 2016 -0700
  17. e2b6b56 dm: pci: Add a function to write a BAR by Simon Glass · Mon Jan 18 20:19:15 2016 -0700
  18. 2e4e443 dm: pci: Move pci_bus_to_hose() to compatibility by Simon Glass · Mon Jan 18 20:19:14 2016 -0700
  19. 413ebdb pci: Tidy up comments in pci_bind_bus_devices() by Simon Glass · Sun Nov 29 13:18:09 2015 -0700
  20. c5f053b dm: pci: Add driver model API functions for address mapping by Simon Glass · Sun Nov 29 13:18:03 2015 -0700
  21. 3452cb1 dm: pci: Add a function to read a PCI BAR by Simon Glass · Sun Nov 29 13:17:53 2015 -0700
  22. b639d51 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · Sun Nov 29 13:17:52 2015 -0700
  23. 70e0c58 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · Sun Nov 29 13:17:50 2015 -0700
  24. 37a3f94b dm: pci: Use driver model PCI API in auto-config by Simon Glass · Sun Nov 29 13:17:49 2015 -0700
  25. 84283d5 dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · Sun Nov 29 13:17:48 2015 -0700
  26. eaa1489 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · Sun Nov 29 13:17:47 2015 -0700
  27. dcdc012 dm: pci: Add a function to find the regions for a PCI bus by Simon Glass · Thu Nov 19 20:27:01 2015 -0700
  28. 6256d67 dm: pci: Add a function to get the controller for a bus by Simon Glass · Thu Nov 19 20:27:00 2015 -0700
  29. 27a733f dm: pci: Add functions to emulate 8- and 16-bit access by Simon Glass · Thu Nov 19 20:26:59 2015 -0700
  30. 7efc9ba dm: pci: Support decoding ranges with duplicate entries by Simon Glass · Thu Nov 19 20:26:58 2015 -0700
  31. 91de6c5 dm: pci: Set up the SDRAM mapping correctly by Simon Glass · Thu Nov 19 20:26:57 2015 -0700
  32. a070578 dm: pci: Enable VGA address forwarding on bridges by Bin Meng · Thu Oct 01 00:36:02 2015 -0700
  33. 5bc3f8a dm: pci: Fix pci_last_busno() to return the real last bus no by Bin Meng · Thu Oct 01 00:36:01 2015 -0700
  34. c45abf1 dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM by Simon Glass · Tue Sep 08 17:52:49 2015 -0600
  35. 3b02d84 dm: pci: Correct a few debug() statements by Simon Glass · Tue Sep 08 17:52:48 2015 -0600
  36. b072d52 dm: pci: Tidy up auto-config error handling by Simon Glass · Tue Sep 08 17:52:47 2015 -0600
  37. 05bedb1 dm: pci: Add an inline API to test if a device is on a PCI bus by Bin Meng · Fri Sep 11 03:24:34 2015 -0700
  38. 7d07e59 dm: pci: Allow a PCI bus to be found without an alias by Simon Glass · Mon Aug 31 18:55:35 2015 -0600
  39. a4c3818 dm: pci: Optimize pci_uclass_post_bind() by Bin Meng · Mon Aug 24 01:14:01 2015 -0700
  40. 44344a6 dm: pci: Save devfn without bus number in pci_uclass_child_post_bind() by Bin Meng · Thu Aug 20 06:40:26 2015 -0700
  41. c0820a4 x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() by Bin Meng · Thu Aug 20 06:40:23 2015 -0700
  42. 984c0dc dm: pci: Support selected device/driver binding before relocation by Bin Meng · Thu Aug 20 06:40:17 2015 -0700
  43. 27517b3 Revert "dm: pci: Allow scan bridge child devices before relocation" by Simon Glass · Mon Aug 10 20:54:52 2015 -0600
  44. 04c8b6a dm: pci: Add a way to iterate through all PCI devices by Simon Glass · Mon Aug 10 07:05:04 2015 -0600
  45. 94ef242 dm: pci: Provide friendly config access functions by Simon Glass · Mon Aug 10 07:05:03 2015 -0600
  46. 02284a0 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · Mon Jul 27 00:33:39 2015 -0700
  47. 3916409 dm: pci: Support bridge device configuration correctly by Bin Meng · Sun Jul 19 00:20:06 2015 +0800
  48. 877bff8 dm: pci: Pass only device/function to pci_bus_find_devfn() by Bin Meng · Sun Jul 19 00:20:05 2015 +0800
  49. 0a72152 dm: pci: Use complete bdf in all pci config read/write routines by Bin Meng · Sun Jul 19 00:20:04 2015 +0800
  50. c9118d4 dm: pci: Add a function to get the BDF for a device by Simon Glass · Mon Jul 06 16:47:46 2015 -0600
  51. 318d71c dm: pci: Add support for PCI driver matching by Simon Glass · Mon Jul 06 16:47:44 2015 -0600
  52. 5888bd2 dm: x86: baytrail: Correct PCI region 3 when driver model is used by Simon Glass · Fri Jul 03 18:28:27 2015 -0600
  53. b87014c dm: pci: Correct bus number when scanning sub-buses by Simon Glass · Sun Jun 07 08:50:41 2015 -0600
  54. d82fbe9 dm: pci: Use the correct hose when configuring devices by Simon Glass · Sun Jun 07 08:50:40 2015 -0600
  55. a814941 dm: pci: Allow PCI bus numbering aliases by Simon Glass · Sun May 10 21:08:06 2015 -0600
  56. b94dc89 dm: pci: Add a uclass for PCI by Simon Glass · Thu Mar 05 12:25:25 2015 -0700