1. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  2. a822d1d pci: Update dm_pci_bus_to_virt() parameters by Andrew Scull · 2 years, 5 months ago
  3. 7739d93 pci: Match region flags using a mask by Andrew Scull · 2 years, 5 months ago
  4. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 5 months ago
  5. 398dc36 pci: Range check address conversions by Andrew Scull · 2 years, 5 months ago
  6. 60f4142 pci: Fix use of flags in dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  7. d158fa1 pci: Remove duplicate PCI_CLASS_CODE_* and PCI_CLASS_SUB_CODE_* macros by Pali Rohár · 2 years, 7 months ago
  8. 819a43c arm: a37xx: pci: Use standard register macros from pci.h by Pali Rohár · 2 years, 8 months ago
  9. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  10. a398a51 pci: Work around PCIe link training failures by Maciej W. Rozycki · 2 years, 10 months ago
  11. 2a8d402 pci: Add standard PCI Config Address macros by Pali Rohár · 2 years, 10 months ago
  12. a4bc38d pci: Add standard PCIe ECAM macros by Pali Rohár · 2 years, 11 months ago
  13. 1d7ad68 arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root Port by Pali Rohár · 3 years ago
  14. 2649f69 pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_COMPAT) by Vladimir Oltean · 3 years ago
  15. 23cacd5 pci: Drop PCI_INDIRECT_BRIDGE by Simon Glass · 3 years, 2 months ago
  16. 26543cc pci: Drop old code from header file by Simon Glass · 3 years, 2 months ago
  17. 63814a6 pci: imx: Drop DM_PCI check from cpu driver by Simon Glass · 3 years, 2 months ago
  18. e8c09d6 pci: Remove guard around compatibility functions by Simon Glass · 3 years, 2 months ago
  19. f5cbb5c x86: pci: Allow binding of some devices before relocation by Simon Glass · 3 years, 3 months ago
  20. e58f3a7 pci: Use const for pci_find_device_id() etc. by Simon Glass · 3 years, 3 months ago
  21. c7b3600 pci: Remove non-DM board_pci_fixup_dev() declaration by Tom Rini · 3 years, 4 months ago
  22. cecd013 pci: pci-uclass: Add board_pci_fixup_dev for DM_PCI by Tim Harvey · 3 years, 5 months ago
  23. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 9 months ago
  24. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  25. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  26. 284d062 pci: add a few ARI related defines by Laurentiu Tudor · 4 years ago
  27. 51eeae9 pci: pci-uclass: Add VF BAR map support for Enhanced Allocation by Suneel Garapati · 5 years ago
  28. b8852dc pci: pci-uclass: Add support for Single-Root I/O Virtualization by Suneel Garapati · 5 years ago
  29. e002474 pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · 4 years, 2 months ago
  30. 143eb5b drivers: pci: add api to get dma regions by Rayagonda Kokatanur · 4 years, 5 months ago
  31. db75485 pci: Add some PCI Express capability register offset definitions by Sylwester Nawrocki · 4 years, 4 months ago
  32. b6687e1 pci: Move some PCIe register offset definitions to a common header by Sylwester Nawrocki · 4 years, 4 months ago
  33. 5f20c28 pci: Fix typo in definition for PCI_DEV by Simon Glass · 4 years, 5 months ago
  34. f059703 pci: Add a macro to convert BDF from linux to U-Boot by Simon Glass · 4 years, 6 months ago
  35. 58fc2b5 pci: definition of pci_addr_t and pci_size_t by Heinrich Schuchardt · 4 years, 8 months ago
  36. 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 8 months ago
  37. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 8 months ago
  38. 6dd4b01 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 4 years, 10 months ago
  39. 2206ac2 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 4 years, 10 months ago
  40. 6498fda sandbox: pci: Remember the device being emulated by Simon Glass · 5 years ago
  41. bdaa976 pci: Correct 'specifified' and 'Plese' typos by Simon Glass · 5 years ago
  42. 37a1cf9 sandbox: pci: Move pci_offset_to_barnum() to pci.h by Simon Glass · 5 years ago
  43. fae2c16 sandbox: pci: Drop the get_devfn() method by Simon Glass · 5 years ago
  44. b8e1f82 drivers: pci: add API to issue FLR on a PCI function if supported by Alex Marginean · 5 years ago
  45. 0b143d8 drivers: pci: add map_bar support for Enhanced Allocation by Alex Marginean · 5 years ago
  46. 2204bc1 pci: fixed dm_pci_map_bar comment by Alex Marginean · 5 years ago
  47. 62c7299 Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS" by Simon Glass · 5 years ago
  48. 7d99406 Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  49. 8781d04 pci: pci.h: add missing maskbit by Ramon Fried · 5 years ago
  50. aec4298 pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS by Thierry Reding · 6 years ago
  51. 2253d64 pci: Add comment to mention difference in DEVFN usage in U-Boot vs Linux by Stefan Roese · 6 years ago
  52. 7d38db5 pci: Fix comment in struct pci_child_platdata by Simon Glass · 6 years ago
  53. 11503be pci: Don't export pci_hose_config_device() by Simon Glass · 6 years ago
  54. b521420 pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr by Stefan Roese · 6 years ago
  55. a8c5f8d dm: pci: Add APIs to find next capability and extended capability by Bin Meng · 6 years ago
  56. dac01fd dm: pci: Add APIs to find capability and extended capability by Bin Meng · 6 years ago
  57. 5d544f9 pci: Add all known capability and extended capability ids by Bin Meng · 6 years ago
  58. 4345998 pci: sandbox: Support dynamically binding device driver by Bin Meng · 6 years ago
  59. 01259c9 pci: Remove 440ep-specific macros by Bin Meng · 6 years ago
  60. 5ce9aca PCI: Document pciauto_region_allocate() by Tuomas Tynkkynen · 6 years ago
  61. d71975a PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources by Tuomas Tynkkynen · 6 years ago
  62. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  63. ed68ccb pci: Remove unused ppc4xx variable from struct pci_controller by Stefan Roese · 7 years ago
  64. badb992 pci: Add helper for implementing memory-mapped config space accesses by Tuomas Tynkkynen · 7 years ago
  65. 6ecbe13 drivers: pci: imx: add imx_pcie_remove function by Tim Harvey · 7 years ago
  66. eeb5b1a pci: make pci_get_hose_head() available to external users by Stuart Yoder · 9 years ago
  67. 4974a6f pci: Correct a few comments and nits by Simon Glass · 9 years ago
  68. 319dba1 pci: Add functions to update PCI configuration registers by Simon Glass · 9 years ago
  69. 308143e dm: pci: Add missing forward declarations by Bin Meng · 9 years ago
  70. 9d731c8 dm: pci: Add a function to write a BAR by Simon Glass · 9 years ago
  71. 7e78b9e dm: pci: Switch to DM API for PCI address mapping by Simon Glass · 9 years ago
  72. 21d1fe7 dm: pci: Add driver model API functions for address mapping by Simon Glass · 9 years ago
  73. bab17cf dm: pci: Add a function to read a PCI BAR by Simon Glass · 9 years ago
  74. a0eb835 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · 9 years ago
  75. 5c0bf64 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · 9 years ago
  76. 5e23b8b dm: pci: Use driver model PCI API in auto-config by Simon Glass · 9 years ago
  77. f3f1fae dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  78. 21ccce1 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  79. 3ba5f74 dm: pci: Disable PCI compatibility functions by default by Simon Glass · 9 years ago
  80. 54fe7b1 dm: pci: Add a comment about how to find struct pci_controller by Simon Glass · 9 years ago
  81. f926033 dm: pci: Add a function to find the regions for a PCI bus by Simon Glass · 9 years ago
  82. 9f60fb0 dm: pci: Add a function to get the controller for a bus by Simon Glass · 9 years ago
  83. 9289db6 dm: pci: Add functions to emulate 8- and 16-bit access by Simon Glass · 9 years ago
  84. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  85. dc5740d dm: pci: Add a comment to help find pci_hose_read_config_byte, etc. by Simon Glass · 9 years ago
  86. 76c3fbc dm: pci: Add a way to iterate through all PCI devices by Simon Glass · 9 years ago
  87. 66afb4e dm: pci: Provide friendly config access functions by Simon Glass · 9 years ago
  88. 5f48d79 pci: Add a constant for an invalid interrupt by Simon Glass · 9 years ago
  89. ed5b580 drivers/pci: Add function to find an extended capability by Minghuan Lian · 9 years ago
  90. 4b515e4 dm: pci: Add a function to get the BDF for a device by Simon Glass · 9 years ago
  91. aba9296 dm: pci: Add support for PCI driver matching by Simon Glass · 9 years ago
  92. 6c89663 pci: Configure expansion ROM during auto config process by Bin Meng · 9 years ago
  93. aec241d dm: pci: Use the correct hose when configuring devices by Simon Glass · 9 years ago
  94. 36d0d3b dm: sandbox: pci: Add a PCI emulation uclass by Simon Glass · 10 years ago
  95. ff3e077 dm: pci: Add a uclass for PCI by Simon Glass · 10 years ago
  96. aab6724 dm: pci: Move common PCI functions into their own file by Simon Glass · 10 years ago
  97. 250e039 pci: Add a function to find a device by class by Simon Glass · 10 years ago
  98. 4a2708a x86: Access the VGA ROM when needed by Simon Glass · 10 years ago
  99. d622ac3 powerpc: mpc824x: remove MPC824X cpu support by Masahiro Yamada · 10 years ago
  100. e8a552e pci: Add functions to read and write a BAR address by Simon Glass · 10 years ago