1. 62297ec pci: pci_mvebu: Add support for reset-gpios by Pali Rohár · 2 years, 4 months ago
  2. 25781e2 pci: Add defines for normal and subtractive PCI bridges by Pali Rohár · 2 years, 9 months ago
  3. 1307917 pci: pci_mvebu: Cleanup macro names by Pali Rohár · 2 years, 9 months ago
  4. 919199c pci: pci_mvebu: Remove unused SELECT and lane_mask by Pali Rohár · 2 years, 9 months ago
  5. 0ef7905 pci: mvebu: Ensure that root port is always on root zero bus by Pali Rohár · 2 years, 10 months ago
  6. ed9bcb9 pci: pci_mvebu: Add support for Kirkwood PCIe controllers by Pali Rohár · 2 years, 11 months ago
  7. 5fc93e2 arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c by Pali Rohár · 3 years ago
  8. 91d02fb pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe() by Pali Rohár · 3 years ago
  9. 3f6890d pci: pci_mvebu: Split initialization of PCIe ports into 3 phases by Pali Rohár · 3 years ago
  10. bb26c4a pci: pci_mvebu: Remove dependency on SOC_REGS_PHY_BASE macro by Pali Rohár · 3 years ago
  11. 807292f pci: pci_mvebu: Inline mvebu_pcie_port_parse_dt() function by Pali Rohár · 3 years ago
  12. ca69af4 pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mapping by Pali Rohár · 3 years ago
  13. 43a9fc7 pci: mvebu: Use PCI_CONF1_EXT_ADDRESS() macro by Pali Rohár · 3 years ago
  14. 17de873 pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTR by Pali Rohár · 3 years, 1 month ago
  15. 2aeb942 pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size() by Pali Rohár · 3 years, 1 month ago
  16. 495f313 pci: pci_mvebu: Move setup for BAR[0] where other BARs are setup by Pali Rohár · 3 years, 1 month ago
  17. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
  18. 028ac88 arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers by Pali Rohár · 3 years ago
  19. 3166722 pci: pci_mvebu: Do not allow setting ROM BAR on PCI Bridge by Pali Rohár · 3 years, 1 month ago
  20. 6f66291 pci: pci_mvebu, pci_aardvark: Fix size of configuration cache by Marek Behún · 3 years, 1 month ago
  21. 7c80e67 pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macro by Pali Rohár · 3 years, 1 month ago
  22. ac2ee55 pci: pci_mvebu: Fix comment about driver class name by Pali Rohár · 3 years, 1 month ago
  23. 6f3e57a pci: pci_mvebu: Setup PCI controller to Root Complex mode by Pali Rohár · 3 years, 1 month ago
  24. 7dc01fd pci: pci_mvebu: Do not automatically enable bus mastering on PCI Bridge by Pali Rohár · 3 years, 1 month ago
  25. 2f9b519 pci: pci_mvebu: Fix place of link up detection by Pali Rohár · 3 years, 1 month ago
  26. b0877d1 pci: pci_mvebu: Remove unused functions by Pali Rohár · 3 years, 1 month ago
  27. 9e2274d pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port) by Pali Rohár · 3 years, 1 month ago
  28. 8922013 pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · 3 years, 1 month ago
  29. 35bce49 pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · 3 years, 1 month ago
  30. a53b7fc pci: pci_mvebu: set local dev to number 1 by Marek Behún · 3 years, 10 months ago
  31. 8903673 pci: pci_mvebu: refactor validation of addresses for config access by Marek Behún · 3 years, 10 months ago
  32. d2ed1e5 pci: pci_mvebu: debug rd/wr config as other drivers do by Marek Behún · 3 years, 10 months ago
  33. 9df558d pci: pci_mvebu: cosmetic fix by Marek Behún · 3 years, 10 months ago
  34. 05f0f50 pci: pci_mvebu: use dev_seq instead of static variable by Marek Behún · 3 years, 10 months ago
  35. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
  36. 8d77b0a pci: pci_mvebu: Disable config access to PCI host bridge ports by Stefan Roese · 3 years, 10 months ago
  37. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  38. 09577aa pci: pci_mvebu: Define an IO region as well by Phil Sutter · 3 years, 11 months ago
  39. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  40. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  41. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  42. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  43. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  44. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  45. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  46. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  47. 2a311e8 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 10 months ago
  48. 587816d pci: pci_mvebu: set BAR0 after memory space is set by Marek Behún · 5 years ago
  49. 24e23bd pci: pci_mvebu: Add comment about missing of_n_addr_cells() call by Stefan Roese · 6 years ago
  50. 3179ec6 pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig by Stefan Roese · 6 years ago
  51. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  52. 9b9606d pci: mvebu: Increase size of PCIe default mapping by VlaoMao · 7 years ago
  53. 18baf64 pci: mvebu: Fix Armada 38x support by Dirk Eibach · 8 years ago
  54. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  55. 68010aa drivers/pci/pci_mvebu: Fix for boards with X4 lanes by Phil Sutter · 9 years ago
  56. 98530e9 pci: mvebu: Add PCIe driver by Anton Schubert · 9 years ago