1. a53b7fc pci: pci_mvebu: set local dev to number 1 by Marek Behún · Mon Feb 08 23:01:41 2021 +0100
  2. 8903673 pci: pci_mvebu: refactor validation of addresses for config access by Marek Behún · Mon Feb 08 23:01:40 2021 +0100
  3. d2ed1e5 pci: pci_mvebu: debug rd/wr config as other drivers do by Marek Behún · Mon Feb 08 23:01:39 2021 +0100
  4. 9df558d pci: pci_mvebu: cosmetic fix by Marek Behún · Mon Feb 08 23:01:38 2021 +0100
  5. 05f0f50 pci: pci_mvebu: use dev_seq instead of static variable by Marek Behún · Mon Feb 08 23:01:37 2021 +0100
  6. 9057a2c arm: a37xx: pci: Set Max Payload Size and Max Read Request Size to 512 bytes by Pali Rohár · Fri Feb 05 15:32:28 2021 +0100
  7. 8464971 pci: renesas: Fix BAR mapping on Gen3 by Marek Vasut · Sat Jan 16 00:33:17 2021 +0100
  8. d18a578 pci: renesas: Make map address and mask power of two on Gen3 by Marek Vasut · Sun Jan 24 18:37:11 2021 +0100
  9. 34caff9 pci: renesas: Add root bus handling on Gen3 by Marek Vasut · Sat Jan 16 00:28:18 2021 +0100
  10. 038876b pci: pcie-brcmstb: Fix inbound window configurations by Nicolas Saenz Julienne · Tue Jan 12 13:55:21 2021 +0100
  11. df10fe8 pci: brcmstb: Cleanup controller state before handover by Nicolas Saenz Julienne · Thu Jan 14 16:49:01 2021 +0100
  12. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · Mon Feb 15 08:19:40 2021 -0500
  13. 5e7f457 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Mon Feb 08 10:55:51 2021 -0500
  14. a5b5663 pci: kconfig: layerscape: Change LX2162A PCIe node compatible string by Hou Zhiqiang · Fri Jan 29 13:22:02 2021 +0800
  15. 337644c pci: layerscape: Remove the shadow SVR definitions by Hou Zhiqiang · Fri Jan 29 12:47:05 2021 +0800
  16. 8d77b0a pci: pci_mvebu: Disable config access to PCI host bridge ports by Stefan Roese · Mon Jan 25 15:25:31 2021 +0100
  17. 97c2dfc dm: pci: Correct use of wrong flag name by Simon Glass · Sun Jan 24 14:32:43 2021 -0700
  18. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  19. ede8909 pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more) by Stefan Roese · Tue Jan 12 12:03:43 2021 +0100
  20. e3271bb arm64: a37xx: pci: Fix printing debug messages by Pali Rohár · Mon Jan 18 12:09:33 2021 +0100
  21. 09577aa pci: pci_mvebu: Define an IO region as well by Phil Sutter · Sun Jan 03 23:06:46 2021 +0100
  22. b70ae13 pci: Make auto-config code a little more robust by Phil Sutter · Sun Jan 03 23:06:45 2021 +0100
  23. c0649da pci: Add Rockchip dwc based PCIe controller driver by Shawn Lin · Fri Jan 15 18:01:22 2021 +0800
  24. e353edb common: board_r: Drop initr_pci wrapper by Ovidiu Panait · Sat Nov 28 10:43:12 2020 +0200
  25. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  26. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  27. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · Sat Dec 19 10:40:13 2020 -0700
  28. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · Sat Dec 19 10:40:09 2020 -0700
  29. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  30. e6aa94c Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver" by Pali Rohár · Wed Dec 23 16:07:08 2020 +0100
  31. b941f56 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · Wed Dec 16 21:20:30 2020 -0700
  32. be70610 pci: Update to use new sequence numbers by Simon Glass · Wed Dec 16 21:20:18 2020 -0700
  33. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  34. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  35. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · Thu Dec 03 16:55:22 2020 -0700
  36. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  37. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  38. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  39. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  40. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · Sat Nov 28 17:50:01 2020 -0700
  41. e1a8443 pci: layerscape: fix a dead loop issue by Hou Zhiqiang · Mon Oct 26 11:57:42 2020 +0800
  42. ccb5d5d armv8: lx2162a: Add Soc changes to support LX2162A by Meenakshi Aggarwal · Thu Oct 29 19:16:16 2020 +0530
  43. 6c45b1a pci: ls_pcie_g4: Add size check for config resource by Wasim Khan · Mon Sep 28 16:26:14 2020 +0530
  44. e8cba3f pci: layerscape: Add size check for config resource by Wasim Khan · Mon Sep 28 16:26:13 2020 +0530
  45. c892b9f pci: ls_pcie_g4: Print pcie controller number starting from 1 by Wasim Khan · Mon Sep 28 16:26:05 2020 +0530
  46. 8b3d2d2 pci: layerscape: Update print of pcie controller by Wasim Khan · Mon Sep 28 16:26:04 2020 +0530
  47. c5977b1 dm: pci: fsl: Correct the workaround of erratum A-007815 by Hou Zhiqiang · Thu Oct 15 14:54:34 2020 +0800
  48. 7fd2350 pci: layerscape: add a way of specifying additional iommu mappings by Laurentiu Tudor · Thu Sep 10 12:42:19 2020 +0300
  49. 8e6bb37 pci: layerscape: move pci node search in a common function by Laurentiu Tudor · Thu Sep 10 12:42:17 2020 +0300
  50. 43dff4b pci: layerscape: move per-pci device fdt fixup in a function by Laurentiu Tudor · Fri Oct 23 13:35:27 2020 +0530
  51. 38ae92e Merge branch 'next' by Tom Rini · Mon Oct 05 13:05:46 2020 -0400
  52. e7d7c86 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Fri Sep 25 12:55:06 2020 -0400
  53. fdb1dff pci: layerscape: Fixup PCIe EP mode DT nodes for LX2160A rev2 by Hou Zhiqiang · Sun Sep 13 23:12:50 2020 +0800
  54. ff87699 arm64: a37xx: pci: Disable link training when unloading driver by Pali Rohár · Tue Sep 22 13:21:38 2020 +0200
  55. 4f1b7b8 pci: layerscape: Fix spurious writes and panic by Michael Walle · Tue Aug 04 00:16:33 2020 +0200
  56. 38d5313 PCI: mediatek: Release the resource when PCIe enable port fail by developer · Mon Aug 31 15:53:12 2020 +0800
  57. 3a82912 PCI: mediatek: Release the resource when PCIe enable port fail by developer · Mon Aug 31 15:53:12 2020 +0800
  58. 26fd219 Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · Mon Sep 07 14:31:00 2020 -0400
  59. 5c6edca arm64: a37xx: pci: Depends on DM_GPIO by Pali Rohár · Tue Aug 25 10:45:04 2020 +0200
  60. 6a58b97 arm64: a37xx: pci: Assert PERST# signal when unloading driver by Pali Rohár · Wed Aug 19 15:57:07 2020 +0200
  61. 0130a61 arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DT by Pali Rohár · Wed Aug 19 15:57:06 2020 +0200
  62. 7f6d294 pci: kconfig: Setup proper dependency for PCIE_ROCKCHIP by Michal Simek · Wed Aug 19 10:44:15 2020 +0200
  63. bbc8846 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · Wed Aug 12 11:55:46 2020 +0200
  64. 4c7d28c pci: Add PCI controller driver for OcteonTX / TX2 by Suneel Garapati · Sat Oct 19 17:28:01 2019 -0700
  65. f8c8628 pci: pci-uclass: Check validity of ofnode by Suneel Garapati · Mon May 04 21:25:25 2020 -0700
  66. a99a5eb pci: pci-uclass: Add support for Alternate-RoutingID capability by Suneel Garapati · Wed Oct 23 18:40:36 2019 -0700
  67. 5858ba8 pci: pci-uclass: Add VF BAR map support for Enhanced Allocation by Suneel Garapati · Sat Oct 19 16:34:16 2019 -0700
  68. 13822f7 pci: pci-uclass: Add support for Single-Root I/O Virtualization by Suneel Garapati · Sat Oct 19 16:07:20 2019 -0700
  69. 1b9c44e pci: pci-uclass: Add support for Enhanced Allocation in Bridges by Suneel Garapati · Sat Oct 19 15:52:32 2019 -0700
  70. 3ac3aec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · Sat Oct 19 17:10:20 2019 -0700
  71. cb7093d pci: pci-uclass: Make DT subnode parse optional by Suneel Garapati · Sat Oct 19 16:02:48 2019 -0700
  72. 47f1962 pci: pci-uclass: Fix incorrect argument in map_physmem by Suneel Garapati · Sat Oct 19 16:44:35 2019 -0700
  73. 950864f pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · Thu Jul 23 16:34:10 2020 +0200
  74. 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
  75. d9f6610 PCI: mediatek: Add PCIe support for MT7622 by developer · Mon Aug 10 16:17:10 2020 +0800
  76. d90ba42 drivers: pcie: add Broadcom IPROC PCIe RC driver by Srinath Mannam · Tue May 12 13:29:50 2020 +0530
  77. cdc7ed3 drivers: pci: add api to get dma regions by Rayagonda Kokatanur · Tue May 12 13:29:49 2020 +0530
  78. e4f6107 pci: Drop dm.h inclusion from header file by Simon Glass · Sun Jul 19 10:15:49 2020 -0600
  79. 02f1f06 pci: layerscape: Add specific config entry for RC and EP mode driver by Hou Zhiqiang · Thu Jul 09 23:31:42 2020 +0800
  80. 4a602b5 pci_ep: layerscape: Add the PCIe EP mode support for lx2160a-v2 by Xiaowei Bao · Thu Jul 09 23:31:41 2020 +0800
  81. bb3f713 pci: layerscape: Modify the ls_pcie_dump_atu function by Xiaowei Bao · Thu Jul 09 23:31:40 2020 +0800
  82. ecb85db pci_ep: layerscape: Add the SRIOV VFs of PF support by Xiaowei Bao · Thu Jul 09 23:31:39 2020 +0800
  83. cdecb97 pci_ep: layerscape: Add Support for ls2085a and ls2080a EP mode by Xiaowei Bao · Thu Jul 09 23:31:38 2020 +0800
  84. 06a329a pci_ep: layerscape: Add the workaround for errata A-009460 by Xiaowei Bao · Thu Jul 09 23:31:37 2020 +0800
  85. b4d63b0 pcie_ep: layerscape: Add the multiple function support by Xiaowei Bao · Thu Jul 09 23:31:36 2020 +0800
  86. 13b277f pci: layerscape: Split the EP and RC driver by Xiaowei Bao · Thu Jul 09 23:31:33 2020 +0800
  87. 0400f5e pci: rockchip: Drop legacy PHY driver by Jagan Teki · Thu Jul 09 23:41:03 2020 +0530
  88. 427603b pci: rockchip: Switch to generic-phy by Jagan Teki · Thu Jul 09 23:41:02 2020 +0530
  89. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  90. 4effd27 Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · Fri Jul 10 14:31:22 2020 -0400
  91. 88f51f7 pci: Add driver for Broadcom BCM2711 SoC PCIe controller by Sylwester Nawrocki · Mon May 25 13:39:58 2020 +0200
  92. 2d0ee24 pci: Move some PCIe register offset definitions to a common header by Sylwester Nawrocki · Mon May 25 13:39:53 2020 +0200
  93. 3ed840c video: pci: Set up the copy framebuffer by Simon Glass · Thu Jul 02 21:12:30 2020 -0600
  94. e55e78e pci: rockchip: Mark inline functions as static inline by Tom Rini · Wed Jul 01 11:46:45 2020 -0400
  95. 15b4006 pci: Make Rockchip PCIe voltage regulators optional by Mark Kettenis · Sun May 24 22:32:51 2020 +0200
  96. 5f14232 pci: Add Rockchip PCIe PHY controller driver by Jagan Teki · Sat May 09 22:26:22 2020 +0530
  97. 0226247 pci: Add Rockchip PCIe controller driver by Jagan Teki · Sat May 09 22:26:21 2020 +0530
  98. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  99. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  100. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600