1. dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 2 months ago
  2. f0c3692 pci: pci-uclass: Check validity of ofnode by Suneel Garapati · 4 years, 5 months ago
  3. a3fac3f pci: pci-uclass: Add support for Alternate-RoutingID capability by Suneel Garapati · 5 years ago
  4. 51eeae9 pci: pci-uclass: Add VF BAR map support for Enhanced Allocation by Suneel Garapati · 5 years ago
  5. b8852dc pci: pci-uclass: Add support for Single-Root I/O Virtualization by Suneel Garapati · 5 years ago
  6. 636cc17 pci: pci-uclass: Add support for Enhanced Allocation in Bridges by Suneel Garapati · 5 years ago
  7. 4cf56ec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · 5 years ago
  8. bc30140 pci: pci-uclass: Make DT subnode parse optional by Suneel Garapati · 5 years ago
  9. b3699a1 pci: pci-uclass: Fix incorrect argument in map_physmem by Suneel Garapati · 5 years ago
  10. e002474 pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · 4 years, 2 months ago
  11. 3b7cd26 pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always set by Stefan Roese · 4 years, 2 months ago
  12. 143eb5b drivers: pci: add api to get dma regions by Rayagonda Kokatanur · 4 years, 5 months ago
  13. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  14. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  15. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  16. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  17. f1f4438 pci: Avoid auto-config when chain loading by Simon Glass · 4 years, 5 months ago
  18. 9ece4b0 pci: Adjust dm_pci_read_bar32() to return errors correctly by Simon Glass · 4 years, 6 months ago
  19. d8c7fb5 dm: pci: Allow disabling auto-config for a device by Simon Glass · 4 years, 6 months ago
  20. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  21. 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 8 months ago
  22. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 8 months ago
  23. 4886287 pci: Print a warning if the bus is accessed before probing by Simon Glass · 4 years, 9 months ago
  24. 6dd4b01 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 4 years, 10 months ago
  25. 2206ac2 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 4 years, 10 months ago
  26. a6cd597 drivers: pci: ignore disabled devices by Michael Walle · 4 years, 10 months ago
  27. 90c6686 pci: Disable autoconfig in SPL by Simon Glass · 5 years ago
  28. 0911569 pci: Show the result of binding a device by Simon Glass · 5 years ago
  29. 07f2f58 x86: fsp: Create a common fsp_support.h header by Simon Glass · 5 years ago
  30. 8331188 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
  31. 60ee609 pci: ensure enumeration of all devices in pci_init by Marek Behún · 5 years ago
  32. b8e1f82 drivers: pci: add API to issue FLR on a PCI function if supported by Alex Marginean · 5 years ago
  33. 0b143d8 drivers: pci: add map_bar support for Enhanced Allocation by Alex Marginean · 5 years ago
  34. d94d9aa pci: Add boundary check for hose->regions by Thierry Reding · 6 years ago
  35. bdac5e1 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  36. b521420 pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr by Stefan Roese · 6 years ago
  37. 2a87f7f dm/pci: Change the first CFG read to Vendor ID in enumeration by Hou Zhiqiang · 6 years ago
  38. a8c5f8d dm: pci: Add APIs to find next capability and extended capability by Bin Meng · 6 years ago
  39. 02e4d38 pci: Support parsing PCI controller DT subnodes by Marek Vasut · 6 years ago
  40. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  41. dac01fd dm: pci: Add APIs to find capability and extended capability by Bin Meng · 6 years ago
  42. ed698aa dm: pci: Assign correct driver data when binding a driver by Bin Meng · 6 years ago
  43. 64e45f7 dm: pci: Fix scanning multi-function device by Bin Meng · 6 years ago
  44. 1f6b08b dm: pci: Extract vendor/device id in child_post_bind() by Bin Meng · 6 years ago
  45. 6f95d89 dm: pci: Use a 1:1 mapping for bus <-> phy addresses by Christian Gmeiner · 6 years ago
  46. f2825f6 dm: pci: Make ranges dt property optional by Christian Gmeiner · 6 years ago
  47. 52ba907 PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set by Tuomas Tynkkynen · 6 years ago
  48. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  49. ee1109b dm: pci: Avoid setting a PCI region that has 0 size by Bin Meng · 7 years ago
  50. 1eaf780 dm: pci: Check board information pointer in decode_regions() by Bin Meng · 7 years ago
  51. 664758c pci: Fix decode regions for memory banks by Bernhard Messerklinger · 7 years ago
  52. badb992 pci: Add helper for implementing memory-mapped config space accesses by Tuomas Tynkkynen · 7 years ago
  53. 61e51ba dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 7 years ago
  54. 878d68c dm: core: Add functions to obtain node's address/size cells by Simon Glass · 7 years ago
  55. bf50159 dm: pci: Update uclass to support livetree by Simon Glass · 7 years ago
  56. c42640c pci: avoid memory leak by xypron.glpk@gmx.de · 7 years ago
  57. 0367bd4 pci: correct a function description by Hou Zhiqiang · 8 years ago
  58. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  59. 65f62b1 pci: Flip condition for detecting non-PCI parent devices by Paul Burton · 8 years ago
  60. 9119548 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  61. 2e3f1ff dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  62. 6d9f5b0 pci: Device scanning range fix by Yoshinori Sato · 8 years ago
  63. 4974a6f pci: Correct a few comments and nits by Simon Glass · 9 years ago
  64. 319dba1 pci: Add functions to update PCI configuration registers by Simon Glass · 9 years ago
  65. 3f603cb dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  66. e578b92 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago
  67. 9d731c8 dm: pci: Add a function to write a BAR by Simon Glass · 9 years ago
  68. a6eb93b dm: pci: Move pci_bus_to_hose() to compatibility by Simon Glass · 9 years ago
  69. 8bd4252 pci: Tidy up comments in pci_bind_bus_devices() by Simon Glass · 9 years ago
  70. 21d1fe7 dm: pci: Add driver model API functions for address mapping by Simon Glass · 9 years ago
  71. bab17cf dm: pci: Add a function to read a PCI BAR by Simon Glass · 9 years ago
  72. a0eb835 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · 9 years ago
  73. 5c0bf64 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · 9 years ago
  74. 5e23b8b dm: pci: Use driver model PCI API in auto-config by Simon Glass · 9 years ago
  75. f3f1fae dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  76. 21ccce1 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  77. f926033 dm: pci: Add a function to find the regions for a PCI bus by Simon Glass · 9 years ago
  78. 9f60fb0 dm: pci: Add a function to get the controller for a bus by Simon Glass · 9 years ago
  79. 9289db6 dm: pci: Add functions to emulate 8- and 16-bit access by Simon Glass · 9 years ago
  80. 9526d83 dm: pci: Support decoding ranges with duplicate entries by Simon Glass · 9 years ago
  81. 2084c5a dm: pci: Set up the SDRAM mapping correctly by Simon Glass · 9 years ago
  82. bbbcb52 dm: pci: Enable VGA address forwarding on bridges by Bin Meng · 9 years ago
  83. 069155c dm: pci: Fix pci_last_busno() to return the real last bus no by Bin Meng · 9 years ago
  84. 5dbcf3a dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM by Simon Glass · 9 years ago
  85. 3129ace dm: pci: Correct a few debug() statements by Simon Glass · 9 years ago
  86. 4d21455 dm: pci: Tidy up auto-config error handling by Simon Glass · 9 years ago
  87. 1e0f226 dm: pci: Add an inline API to test if a device is on a PCI bus by Bin Meng · 9 years ago
  88. 983c6ba2 dm: pci: Allow a PCI bus to be found without an alias by Simon Glass · 9 years ago
  89. 1887ed3 dm: pci: Optimize pci_uclass_post_bind() by Bin Meng · 9 years ago
  90. dce54dd dm: pci: Save devfn without bus number in pci_uclass_child_post_bind() by Bin Meng · 9 years ago
  91. 348b744 x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() by Bin Meng · 9 years ago
  92. 08fc7b8 dm: pci: Support selected device/driver binding before relocation by Bin Meng · 9 years ago
  93. 7868917 Revert "dm: pci: Allow scan bridge child devices before relocation" by Simon Glass · 9 years ago
  94. 76c3fbc dm: pci: Add a way to iterate through all PCI devices by Simon Glass · 9 years ago
  95. 66afb4e dm: pci: Provide friendly config access functions by Simon Glass · 9 years ago
  96. df189d9 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · 9 years ago
  97. d11d9ef dm: pci: Support bridge device configuration correctly by Bin Meng · 9 years ago
  98. 8326f13 dm: pci: Pass only device/function to pci_bus_find_devfn() by Bin Meng · 9 years ago
  99. 4d8615c dm: pci: Use complete bdf in all pci config read/write routines by Bin Meng · 9 years ago
  100. 4b515e4 dm: pci: Add a function to get the BDF for a device by Simon Glass · 9 years ago