1. 4c57bf7 pci: pci-uclass: Add board_pci_fixup_dev for DM_PCI by Tim Harvey · 3 years, 7 months ago
  2. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  3. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  4. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  5. 1333e90 pci: add a few ARI related defines by Laurentiu Tudor · 4 years, 3 months ago
  6. 5858ba8 pci: pci-uclass: Add VF BAR map support for Enhanced Allocation by Suneel Garapati · 5 years ago
  7. 13822f7 pci: pci-uclass: Add support for Single-Root I/O Virtualization by Suneel Garapati · 5 years ago
  8. 950864f pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · 4 years, 4 months ago
  9. cdc7ed3 drivers: pci: add api to get dma regions by Rayagonda Kokatanur · 4 years, 7 months ago
  10. df1cb96 pci: Add some PCI Express capability register offset definitions by Sylwester Nawrocki · 4 years, 6 months ago
  11. 2d0ee24 pci: Move some PCIe register offset definitions to a common header by Sylwester Nawrocki · 4 years, 6 months ago
  12. 951be47 pci: Fix typo in definition for PCI_DEV by Simon Glass · 4 years, 7 months ago
  13. baefa09 pci: Add a macro to convert BDF from linux to U-Boot by Simon Glass · 4 years, 8 months ago
  14. 149ccf3 pci: definition of pci_addr_t and pci_size_t by Heinrich Schuchardt · 4 years, 10 months ago
  15. c92aac1 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 10 months ago
  16. 2a311e8 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 10 months ago
  17. 0b591e0 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 5 years ago
  18. 68e35a7 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 5 years ago
  19. a51fd07 sandbox: pci: Remember the device being emulated by Simon Glass · 5 years ago
  20. dd09add pci: Correct 'specifified' and 'Plese' typos by Simon Glass · 5 years ago
  21. 130d7ff sandbox: pci: Move pci_offset_to_barnum() to pci.h by Simon Glass · 5 years ago
  22. 6de89a6 sandbox: pci: Drop the get_devfn() method by Simon Glass · 5 years ago
  23. 09467d3 drivers: pci: add API to issue FLR on a PCI function if supported by Alex Marginean · 5 years ago
  24. 1c934a6 drivers: pci: add map_bar support for Enhanced Allocation by Alex Marginean · 5 years ago
  25. b8514f3 pci: fixed dm_pci_map_bar comment by Alex Marginean · 5 years ago
  26. 62cdac1 Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS" by Simon Glass · 6 years ago
  27. 18ae337 Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  28. 8a8e86f pci: pci.h: add missing maskbit by Ramon Fried · 6 years ago
  29. 99f762f pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS by Thierry Reding · 6 years ago
  30. 97a8bbf pci: Add comment to mention difference in DEVFN usage in U-Boot vs Linux by Stefan Roese · 6 years ago
  31. a88a50e pci: Fix comment in struct pci_child_platdata by Simon Glass · 6 years ago
  32. a593455 pci: Don't export pci_hose_config_device() by Simon Glass · 6 years ago
  33. a74eb55 pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr by Stefan Roese · 6 years ago
  34. 631f348 dm: pci: Add APIs to find next capability and extended capability by Bin Meng · 6 years ago
  35. a7366f0 dm: pci: Add APIs to find capability and extended capability by Bin Meng · 6 years ago
  36. 16541e8 pci: Add all known capability and extended capability ids by Bin Meng · 6 years ago
  37. 156bc6f pci: sandbox: Support dynamically binding device driver by Bin Meng · 6 years ago
  38. 32b7d7d pci: Remove 440ep-specific macros by Bin Meng · 6 years ago
  39. ffa21e9 PCI: Document pciauto_region_allocate() by Tuomas Tynkkynen · 7 years ago
  40. f20b718 PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources by Tuomas Tynkkynen · 7 years ago
  41. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  42. 2916dad pci: Remove unused ppc4xx variable from struct pci_controller by Stefan Roese · 7 years ago
  43. 8cce4cf pci: Add helper for implementing memory-mapped config space accesses by Tuomas Tynkkynen · 7 years ago
  44. c22f2ea drivers: pci: imx: add imx_pcie_remove function by Tim Harvey · 8 years ago
  45. f950305 pci: make pci_get_hose_head() available to external users by Stuart Yoder · 9 years ago
  46. 0d0f831 pci: Correct a few comments and nits by Simon Glass · 9 years ago
  47. 9cec2df pci: Add functions to update PCI configuration registers by Simon Glass · 9 years ago
  48. 0226859 dm: pci: Add missing forward declarations by Bin Meng · 9 years ago
  49. e2b6b56 dm: pci: Add a function to write a BAR by Simon Glass · 9 years ago
  50. b967ca8 dm: pci: Switch to DM API for PCI address mapping by Simon Glass · 9 years ago
  51. c5f053b dm: pci: Add driver model API functions for address mapping by Simon Glass · 9 years ago
  52. 3452cb1 dm: pci: Add a function to read a PCI BAR by Simon Glass · 9 years ago
  53. b639d51 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · 9 years ago
  54. 70e0c58 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · 9 years ago
  55. 37a3f94b dm: pci: Use driver model PCI API in auto-config by Simon Glass · 9 years ago
  56. 84283d5 dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  57. eaa1489 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  58. eca7b0d dm: pci: Disable PCI compatibility functions by default by Simon Glass · 9 years ago
  59. c19e442 dm: pci: Add a comment about how to find struct pci_controller by Simon Glass · 9 years ago
  60. dcdc012 dm: pci: Add a function to find the regions for a PCI bus by Simon Glass · 9 years ago
  61. 6256d67 dm: pci: Add a function to get the controller for a bus by Simon Glass · 9 years ago
  62. 27a733f dm: pci: Add functions to emulate 8- and 16-bit access by Simon Glass · 9 years ago
  63. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  64. f2b223f dm: pci: Add a comment to help find pci_hose_read_config_byte, etc. by Simon Glass · 9 years ago
  65. 04c8b6a dm: pci: Add a way to iterate through all PCI devices by Simon Glass · 9 years ago
  66. 94ef242 dm: pci: Provide friendly config access functions by Simon Glass · 9 years ago
  67. 84f5733 pci: Add a constant for an invalid interrupt by Simon Glass · 9 years ago
  68. c5bc6aa drivers/pci: Add function to find an extended capability by Minghuan Lian · 9 years ago
  69. c9118d4 dm: pci: Add a function to get the BDF for a device by Simon Glass · 9 years ago
  70. 318d71c dm: pci: Add support for PCI driver matching by Simon Glass · 9 years ago
  71. 51e98ca pci: Configure expansion ROM during auto config process by Bin Meng · 9 years ago
  72. d82fbe9 dm: pci: Use the correct hose when configuring devices by Simon Glass · 9 years ago
  73. d9e90bb dm: sandbox: pci: Add a PCI emulation uclass by Simon Glass · 10 years ago
  74. b94dc89 dm: pci: Add a uclass for PCI by Simon Glass · 10 years ago
  75. 75532d8 dm: pci: Move common PCI functions into their own file by Simon Glass · 10 years ago
  76. 62034ff pci: Add a function to find a device by class by Simon Glass · 10 years ago
  77. 1c1695b x86: Access the VGA ROM when needed by Simon Glass · 10 years ago
  78. 3dacc67 powerpc: mpc824x: remove MPC824X cpu support by Masahiro Yamada · 10 years ago
  79. 6ac5af4 pci: Add functions to read and write a BAR address by Simon Glass · 10 years ago
  80. 699b6d3 pci: Honour pci_skip_dev() by Thierry Reding · 10 years ago
  81. 231c076 pci: add support for board_pci_fixup_dev function by Tim Harvey · 10 years ago
  82. 162116e pci.h: allow inclusion in assembly source by Paul Burton · 11 years ago
  83. 5d39f74 PCIe:change the method to get the address of a requested capability in configuration space. by Zhao Qiang · 11 years ago
  84. 6998282 powerpc/pcie: add PCIe version 3.x support by Zang Roy-R61911 · 11 years ago
  85. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  86. 64f11d0 pci: Convert extern inline functions to static inline by Simon Glass · 11 years ago
  87. b445873 pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option by Gabor Juhos · 11 years ago
  88. eece432 x86: gpio: Add GPIO driver for Intel ICH6 and later. by Bill Richardson · 12 years ago
  89. 0053272 pci: declare pciauto functions in header by Linus Walleij · 13 years ago
  90. b91b974 pci: move pciauto_config_init() to pci.h by Linus Walleij · 13 years ago
  91. 1c48e77 powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCs by Prabhakar Kushwaha · 14 years ago
  92. e87bc03 mpc83xx: fix pcie configuration space read/write by Leo Liu · 14 years ago
  93. db943ed powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixup by Kumar Gala · 14 years ago
  94. 22ccb7f pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOW by Peter Tyser · 14 years ago
  95. a0a5dbd pci/fsl_pci_init: Use PCIe capability to determine if controller is PCIe by Kumar Gala · 15 years ago
  96. 597b8c4 PCI: Add pci_last_busno() helper by Anton Vorontsov · 16 years ago
  97. 0709bfc drivers/pci: Create pci_map_bar function by Becky Bruce · 16 years ago
  98. efa1f1d pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity by Kumar Gala · 16 years ago
  99. 1a8206c mpc83xx: Add support for MPC83xx PCI-E controllers by Anton Vorontsov · 16 years ago
  100. ad714f5 pci: Allow for PCI addresses to be 64-bit by Kumar Gala · 16 years ago