1. bbc8846 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · Wed Aug 12 11:55:46 2020 +0200
  2. f8c8628 pci: pci-uclass: Check validity of ofnode by Suneel Garapati · Mon May 04 21:25:25 2020 -0700
  3. a99a5eb pci: pci-uclass: Add support for Alternate-RoutingID capability by Suneel Garapati · Wed Oct 23 18:40:36 2019 -0700
  4. 5858ba8 pci: pci-uclass: Add VF BAR map support for Enhanced Allocation by Suneel Garapati · Sat Oct 19 16:34:16 2019 -0700
  5. 13822f7 pci: pci-uclass: Add support for Single-Root I/O Virtualization by Suneel Garapati · Sat Oct 19 16:07:20 2019 -0700
  6. 1b9c44e pci: pci-uclass: Add support for Enhanced Allocation in Bridges by Suneel Garapati · Sat Oct 19 15:52:32 2019 -0700
  7. 3ac3aec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · Sat Oct 19 17:10:20 2019 -0700
  8. cb7093d pci: pci-uclass: Make DT subnode parse optional by Suneel Garapati · Sat Oct 19 16:02:48 2019 -0700
  9. 47f1962 pci: pci-uclass: Fix incorrect argument in map_physmem by Suneel Garapati · Sat Oct 19 16:44:35 2019 -0700
  10. 950864f pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · Thu Jul 23 16:34:10 2020 +0200
  11. 1b7573c pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always set by Stefan Roese · Thu Jul 23 16:26:07 2020 +0200
  12. cdc7ed3 drivers: pci: add api to get dma regions by Rayagonda Kokatanur · Tue May 12 13:29:49 2020 +0530
  13. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  14. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  15. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  16. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  17. bd165e7 pci: Avoid auto-config when chain loading by Simon Glass · Sun Apr 26 09:12:56 2020 -0600
  18. 71fafd1 pci: Adjust dm_pci_read_bar32() to return errors correctly by Simon Glass · Thu Apr 09 10:27:36 2020 -0600
  19. f3005fb dm: pci: Allow disabling auto-config for a device by Simon Glass · Wed Apr 08 16:57:26 2020 -0600
  20. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  21. c92aac1 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · Mon Jan 27 08:49:38 2020 -0700
  22. 2a311e8 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · Mon Jan 27 08:49:37 2020 -0700
  23. 1c6449c pci: Print a warning if the bus is accessed before probing by Simon Glass · Sun Dec 29 21:19:14 2019 -0700
  24. 0b591e0 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · Fri Dec 06 21:41:38 2019 -0700
  25. 68e35a7 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · Fri Dec 06 21:41:37 2019 -0700
  26. 2e21f37 drivers: pci: ignore disabled devices by Michael Walle · Sun Dec 01 17:45:18 2019 +0100
  27. c14bf41 pci: Disable autoconfig in SPL by Simon Glass · Wed Sep 25 08:56:13 2019 -0600
  28. 25916d6 pci: Show the result of binding a device by Simon Glass · Wed Sep 25 08:56:12 2019 -0600
  29. ef8a2dd x86: fsp: Create a common fsp_support.h header by Simon Glass · Sat Aug 24 14:19:05 2019 -0600
  30. 6c34fc1 x86: Rename existing FSP code to fsp1 by Simon Glass · Wed Sep 25 08:00:11 2019 -0600
  31. 5df208d pci: ensure enumeration of all devices in pci_init by Marek Behún · Tue May 21 12:04:31 2019 +0200
  32. 09467d3 drivers: pci: add API to issue FLR on a PCI function if supported by Alex Marginean · Fri Jun 07 11:24:25 2019 +0300
  33. 1c934a6 drivers: pci: add map_bar support for Enhanced Allocation by Alex Marginean · Fri Jun 07 11:24:23 2019 +0300
  34. adf0d99 pci: Add boundary check for hose->regions by Thierry Reding · Fri Mar 15 16:32:32 2019 +0100
  35. dcc5820 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Tue Feb 05 08:37:21 2019 -0500
  36. a74eb55 pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr by Stefan Roese · Fri Jan 25 11:52:42 2019 +0100
  37. fb862b05 dm/pci: Change the first CFG read to Vendor ID in enumeration by Hou Zhiqiang · Mon Oct 08 16:35:47 2018 +0800
  38. 631f348 dm: pci: Add APIs to find next capability and extended capability by Bin Meng · Mon Oct 15 02:21:21 2018 -0700
  39. b453579 pci: Support parsing PCI controller DT subnodes by Marek Vasut · Wed Oct 10 21:27:06 2018 +0200
  40. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  41. a7366f0 dm: pci: Add APIs to find capability and extended capability by Bin Meng · Fri Aug 03 01:14:52 2018 -0700
  42. a8d2780 dm: pci: Assign correct driver data when binding a driver by Bin Meng · Fri Aug 03 01:14:44 2018 -0700
  43. 20bdc1e dm: pci: Fix scanning multi-function device by Bin Meng · Fri Aug 03 01:14:37 2018 -0700
  44. 00d808e dm: pci: Extract vendor/device id in child_post_bind() by Bin Meng · Fri Aug 03 01:14:36 2018 -0700
  45. 7241f80 dm: pci: Use a 1:1 mapping for bus <-> phy addresses by Christian Gmeiner · Sun Jun 10 06:25:06 2018 -0700
  46. 5f4e094 dm: pci: Make ranges dt property optional by Christian Gmeiner · Sun Jun 10 06:25:05 2018 -0700
  47. c307e17 PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set by Tuomas Tynkkynen · Mon May 14 18:47:50 2018 +0300
  48. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  49. 6d53207 dm: pci: Avoid setting a PCI region that has 0 size by Bin Meng · Tue Mar 27 00:46:06 2018 -0700
  50. ae0bdde dm: pci: Check board information pointer in decode_regions() by Bin Meng · Tue Mar 27 00:46:05 2018 -0700
  51. 9c5df38 pci: Fix decode regions for memory banks by Bernhard Messerklinger · Thu Feb 15 08:59:53 2018 +0100
  52. 8cce4cf pci: Add helper for implementing memory-mapped config space accesses by Tuomas Tynkkynen · Tue Sep 19 23:18:03 2017 +0300
  53. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · Thu Jun 22 16:54:05 2017 +0900
  54. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · Mon Jun 12 06:21:31 2017 -0600
  55. 89d8323 dm: pci: Update uclass to support livetree by Simon Glass · Thu May 18 20:09:51 2017 -0600
  56. a89009c pci: avoid memory leak by xypron.glpk@gmx.de · Mon May 08 20:40:16 2017 +0200
  57. d19d061 pci: correct a function description by Hou Zhiqiang · Wed Mar 22 16:07:24 2017 +0800
  58. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  59. e3b106d pci: Flip condition for detecting non-PCI parent devices by Paul Burton · Thu Sep 08 07:47:32 2016 +0100
  60. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · Tue Jul 05 17:10:10 2016 -0600
  61. 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
  62. 1e3bce2 pci: Device scanning range fix by Yoshinori Sato · Mon Apr 25 15:41:01 2016 +0900
  63. 0d0f831 pci: Correct a few comments and nits by Simon Glass · Sun Mar 06 19:27:53 2016 -0700
  64. 9cec2df pci: Add functions to update PCI configuration registers by Simon Glass · Sun Mar 06 19:27:52 2016 -0700
  65. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · Thu Feb 11 13:23:26 2016 -0700
  66. 04eb269 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · Tue Jan 26 11:10:11 2016 -0700
  67. e2b6b56 dm: pci: Add a function to write a BAR by Simon Glass · Mon Jan 18 20:19:15 2016 -0700
  68. 2e4e443 dm: pci: Move pci_bus_to_hose() to compatibility by Simon Glass · Mon Jan 18 20:19:14 2016 -0700
  69. 413ebdb pci: Tidy up comments in pci_bind_bus_devices() by Simon Glass · Sun Nov 29 13:18:09 2015 -0700
  70. c5f053b dm: pci: Add driver model API functions for address mapping by Simon Glass · Sun Nov 29 13:18:03 2015 -0700
  71. 3452cb1 dm: pci: Add a function to read a PCI BAR by Simon Glass · Sun Nov 29 13:17:53 2015 -0700
  72. b639d51 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · Sun Nov 29 13:17:52 2015 -0700
  73. 70e0c58 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · Sun Nov 29 13:17:50 2015 -0700
  74. 37a3f94b dm: pci: Use driver model PCI API in auto-config by Simon Glass · Sun Nov 29 13:17:49 2015 -0700
  75. 84283d5 dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · Sun Nov 29 13:17:48 2015 -0700
  76. eaa1489 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · Sun Nov 29 13:17:47 2015 -0700
  77. 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
  78. 6256d67 dm: pci: Add a function to get the controller for a bus by Simon Glass · Thu Nov 19 20:27:00 2015 -0700
  79. 27a733f dm: pci: Add functions to emulate 8- and 16-bit access by Simon Glass · Thu Nov 19 20:26:59 2015 -0700
  80. 7efc9ba dm: pci: Support decoding ranges with duplicate entries by Simon Glass · Thu Nov 19 20:26:58 2015 -0700
  81. 91de6c5 dm: pci: Set up the SDRAM mapping correctly by Simon Glass · Thu Nov 19 20:26:57 2015 -0700
  82. a070578 dm: pci: Enable VGA address forwarding on bridges by Bin Meng · Thu Oct 01 00:36:02 2015 -0700
  83. 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
  84. c45abf1 dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM by Simon Glass · Tue Sep 08 17:52:49 2015 -0600
  85. 3b02d84 dm: pci: Correct a few debug() statements by Simon Glass · Tue Sep 08 17:52:48 2015 -0600
  86. b072d52 dm: pci: Tidy up auto-config error handling by Simon Glass · Tue Sep 08 17:52:47 2015 -0600
  87. 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
  88. 7d07e59 dm: pci: Allow a PCI bus to be found without an alias by Simon Glass · Mon Aug 31 18:55:35 2015 -0600
  89. a4c3818 dm: pci: Optimize pci_uclass_post_bind() by Bin Meng · Mon Aug 24 01:14:01 2015 -0700
  90. 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
  91. c0820a4 x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() by Bin Meng · Thu Aug 20 06:40:23 2015 -0700
  92. 984c0dc dm: pci: Support selected device/driver binding before relocation by Bin Meng · Thu Aug 20 06:40:17 2015 -0700
  93. 27517b3 Revert "dm: pci: Allow scan bridge child devices before relocation" by Simon Glass · Mon Aug 10 20:54:52 2015 -0600
  94. 04c8b6a dm: pci: Add a way to iterate through all PCI devices by Simon Glass · Mon Aug 10 07:05:04 2015 -0600
  95. 94ef242 dm: pci: Provide friendly config access functions by Simon Glass · Mon Aug 10 07:05:03 2015 -0600
  96. 02284a0 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · Mon Jul 27 00:33:39 2015 -0700
  97. 3916409 dm: pci: Support bridge device configuration correctly by Bin Meng · Sun Jul 19 00:20:06 2015 +0800
  98. 877bff8 dm: pci: Pass only device/function to pci_bus_find_devfn() by Bin Meng · Sun Jul 19 00:20:05 2015 +0800
  99. 0a72152 dm: pci: Use complete bdf in all pci config read/write routines by Bin Meng · Sun Jul 19 00:20:04 2015 +0800
  100. c9118d4 dm: pci: Add a function to get the BDF for a device by Simon Glass · Mon Jul 06 16:47:46 2015 -0600