1. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 2 months ago
  2. ca3756c pci: pci_mvebu: Add support for reset-gpios by Pali Rohár · 2 years, 3 months ago
  3. d7b9040 pci: Add defines for normal and subtractive PCI bridges by Pali Rohár · 2 years, 8 months ago
  4. fc27e5d pci: pci_mvebu: Cleanup macro names by Pali Rohár · 2 years, 8 months ago
  5. 6828517 pci: pci_mvebu: Remove unused SELECT and lane_mask by Pali Rohár · 2 years, 8 months ago
  6. 0eebc3d pci: mvebu: Ensure that root port is always on root zero bus by Pali Rohár · 2 years, 8 months ago
  7. 4364071 pci: pci_mvebu: Add support for Kirkwood PCIe controllers by Pali Rohár · 2 years, 9 months ago
  8. 94c30f9 arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c by Pali Rohár · 2 years, 10 months ago
  9. e7ff427 pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe() by Pali Rohár · 2 years, 10 months ago
  10. afef9f4 pci: pci_mvebu: Split initialization of PCIe ports into 3 phases by Pali Rohár · 2 years, 10 months ago
  11. 137db2a pci: pci_mvebu: Remove dependency on SOC_REGS_PHY_BASE macro by Pali Rohár · 2 years, 10 months ago
  12. 6f4988f pci: pci_mvebu: Inline mvebu_pcie_port_parse_dt() function by Pali Rohár · 2 years, 10 months ago
  13. 537b014 pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mapping by Pali Rohár · 2 years, 10 months ago
  14. d0dd49f pci: mvebu: Use PCI_CONF1_EXT_ADDRESS() macro by Pali Rohár · 2 years, 11 months ago
  15. c68a73c pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTR by Pali Rohár · 3 years ago
  16. e1cee89 pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size() by Pali Rohár · 3 years ago
  17. 4a1a593 pci: pci_mvebu: Move setup for BAR[0] where other BARs are setup by Pali Rohár · 3 years ago
  18. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 10 months ago
  19. 22f69fc arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers by Pali Rohár · 2 years, 10 months ago
  20. a48e428 pci: pci_mvebu: Do not allow setting ROM BAR on PCI Bridge by Pali Rohár · 3 years ago
  21. e967c84 pci: pci_mvebu, pci_aardvark: Fix size of configuration cache by Marek Behún · 3 years ago
  22. cbf0d3a pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macro by Pali Rohár · 3 years ago
  23. 03a8a5e pci: pci_mvebu: Fix comment about driver class name by Pali Rohár · 3 years ago
  24. 2344a76 pci: pci_mvebu: Setup PCI controller to Root Complex mode by Pali Rohár · 3 years ago
  25. 42ab3b3 pci: pci_mvebu: Do not automatically enable bus mastering on PCI Bridge by Pali Rohár · 3 years ago
  26. 79b4eb2 pci: pci_mvebu: Fix place of link up detection by Pali Rohár · 3 years ago
  27. 452f2e7 pci: pci_mvebu: Remove unused functions by Pali Rohár · 3 years ago
  28. a7b61ab pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port) by Pali Rohár · 3 years ago
  29. 657177a pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · 3 years ago
  30. daa9bfd pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · 3 years ago
  31. 5ddfd3f pci: pci_mvebu: set local dev to number 1 by Marek Behún · 3 years, 9 months ago
  32. 10eb2cc pci: pci_mvebu: refactor validation of addresses for config access by Marek Behún · 3 years, 9 months ago
  33. 26f7a76 pci: pci_mvebu: debug rd/wr config as other drivers do by Marek Behún · 3 years, 9 months ago
  34. 241d763 pci: pci_mvebu: cosmetic fix by Marek Behún · 3 years, 9 months ago
  35. 201958a pci: pci_mvebu: use dev_seq instead of static variable by Marek Behún · 3 years, 9 months ago
  36. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 8 months ago
  37. 6a2fa28 pci: pci_mvebu: Disable config access to PCI host bridge ports by Stefan Roese · 3 years, 9 months ago
  38. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  39. ba8ae03 pci: pci_mvebu: Define an IO region as well by Phil Sutter · 3 years, 10 months ago
  40. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  41. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  42. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  43. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  44. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 3 years, 11 months ago
  45. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  46. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  47. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  48. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 9 months ago
  49. 193a1e9 pci: pci_mvebu: set BAR0 after memory space is set by Marek Behún · 5 years ago
  50. 0df62e8 pci: pci_mvebu: Add comment about missing of_n_addr_cells() call by Stefan Roese · 6 years ago
  51. 94f453e pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig by Stefan Roese · 6 years ago
  52. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  53. 49b23e0 pci: mvebu: Increase size of PCIe default mapping by VlaoMao · 7 years ago
  54. 882d3fa pci: mvebu: Fix Armada 38x support by Dirk Eibach · 8 years ago
  55. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  56. 9a04527 drivers/pci/pci_mvebu: Fix for boards with X4 lanes by Phil Sutter · 9 years ago
  57. 9c28d61 pci: mvebu: Add PCIe driver by Anton Schubert · 9 years ago