1. e93d821 PCI: mvebu: Fix I/O space end address calculation by Thomas Petazzoni · 6 years ago
  2. 7ac8a10 PCI: mvebu: Handle changes to the bridge windows while enabled by Jason Gunthorpe · 8 years ago
  3. 96f6170 PCI: mvebu: Use existing of_node pointer by Bjorn Helgaas · 8 years ago
  4. 160b4e4 PCI: mvebu: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  5. 79dd993 Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into next by Bjorn Helgaas · 8 years ago
  6. 82641d9 PCI: mvebu: Make explicitly non-modular by Paul Gortmaker · 8 years ago
  7. 6df68f2 PCI: mvebu: Request host bridge window resources with core function by Bjorn Helgaas · 8 years ago
  8. dfc6535 PCI: mvebu: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS for mvebu_pcie_pm_ops by Jisheng Zhang · 9 years ago
  9. 6e9a426 PCI: mvebu: Constify mvebu_pcie_pm_ops structure by Jisheng Zhang · 9 years ago
  10. d1a082c PCI: mvebu: Remove code restricting accesses to slot 0 by Russell King · 9 years ago
  11. dc0352a PCI: mvebu: Add PCI Express root complex capability block by Russell King · 9 years ago
  12. d609a8d PCI: mvebu: Improve clock/reset handling by Russell King · 9 years ago
  13. 8a182c2 PCI: mvebu: Use gpio_desc to carry around gpio by Russell King · 9 years ago
  14. 19fdb80 PCI: mvebu: Use devm_kcalloc() to allocate an array by Russell King · 9 years ago
  15. 4a2eae2 PCI: mvebu: Use gpio_set_value_cansleep() by Russell King · 9 years ago
  16. 3884d84 PCI: mvebu: Split port parsing and resource claiming from port setup by Russell King · 9 years ago
  17. 37bfa77 PCI: mvebu: Fix memory leaks and refcount leaks by Russell King · 9 years ago
  18. 49cb1f7 PCI: mvebu: Move port parsing and resource claiming to separate function by Russell King · 9 years ago
  19. ab7ea30 PCI: mvebu: Use port->name rather than "PCIe%d.%d" by Russell King · 9 years ago
  20. 2cdf4ed PCI: mvebu: Report full node name when reporting a DT error by Russell King · 9 years ago
  21. 2aee2ed PCI: mvebu: Use for_each_available_child_of_node() to walk child nodes by Russell King · 9 years ago
  22. 7de36cd PCI: mvebu: Use of_get_available_child_count() by Russell King · 9 years ago
  23. 79e3f6c PCI: mvebu: Use exact config access size; don't read/modify/write by Russell King · 9 years ago
  24. 58c19a1 PCI: mvebu: Return zero for reserved or unimplemented config space by Russell King · 9 years ago
  25. 3a10766 PCI: Drop references acquired by of_parse_phandle() by Bjorn Helgaas · 9 years ago
  26. 2dead00 PCI: mvebu: Remove mvebu_pcie_scan_bus() by Yijing Wang · 9 years ago
  27. ab14d45 PCI: mvebu: Add suspend/resume support by Thomas Petazzoni · 10 years ago
  28. 8c7d1474 ARM/PCI: Move to generic PCI domains by Lorenzo Pieralisi · 10 years ago
  29. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  30. c75059c Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  31. 2691423 PCI: mvebu: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  32. cf3a9d6 PCI: mvebu: Add a blank line after declarations by Jingoo Han · 10 years ago
  33. c2791b8 PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" by Yijing Wang · 10 years ago
  34. e27a513 pci: host: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  35. 56fab6e PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr() by Thomas Petazzoni · 10 years ago
  36. 505d865 PCI: mvebu: Fix GPL v2 license string typo by Thierry Reding · 10 years ago
  37. 3c78bc6 PCI: Whitespace cleanup by Ryan Desfosses · 10 years ago
  38. 9aa5285 PCI: mvebu: Use '%pa' for printing 'phys_addr_t' type by Fabio Estevam · 10 years ago
  39. 85802bbe PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlock by Andrew Murray · 10 years ago
  40. 398f5d5 PCI: mvebu: split PCIe BARs into multiple MBus windows when needed by Thomas Petazzoni · 10 years ago
  41. b6d07e0 PCI: mvebu: fix off-by-one in the computed size of the mbus windows by Willy Tarreau · 10 years ago
  42. 2613ba4 PCI: mvebu: Call request_resource() on the apertures by Jason Gunthorpe · 11 years ago
  43. 4f4bde1 PCI: mvebu: Fix potential issue in range parsing by Jean-Jacques Hiblot · 11 years ago
  44. a760d2f PCI: mvebu: Use Device ID and revision from underlying endpoint by Andrew Lunn · 11 years ago
  45. 1ecf38c Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 11 years ago
  46. 0648900 PCI: mvebu: Use max_t() instead of max(resource_size_t,) by Jingoo Han · 11 years ago
  47. 31e45ec PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamically by Thomas Petazzoni · 11 years ago
  48. fc05ea7 Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 11 years ago
  49. 339135f PCI: mvebu: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  50. 7160266 Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 11 years ago
  51. 84f4719 PCI: mvebu: Remove duplicate of_clk_get_by_name() call by Andrew Lunn · 11 years ago
  52. 641e674 PCI: mvebu: Support a bridge with no IO port window by Jason Gunthorpe · 11 years ago
  53. 43a16f9 PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bits by Jason Gunthorpe · 11 years ago
  54. f407dae PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt Pin by Jason Gunthorpe · 11 years ago
  55. 2850b05 PCI: mvebu: Drop writes to bridge Secondary Status register by Jason Gunthorpe · 11 years ago
  56. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  57. 16b84e5 of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code. by Grant Likely · 11 years ago
  58. e6d30ab of/irq: simplify args to irq_create_of_mapping by Grant Likely · 11 years ago
  59. 530210c of/irq: Replace of_irq with of_phandle_args by Grant Likely · 11 years ago
  60. 0c02c80 of/irq: Rename of_irq_map_* functions to of_irq_parse_* by Grant Likely · 11 years ago
  61. f5072df PCI: mvebu: make local functions static by Jingoo Han · 11 years ago
  62. 032b4c0 PCI: mvebu: add I/O access wrappers by Seungwon Jeon · 11 years ago
  63. 9f352f0 PCI: mvebu: Dynamically detect if the PEX link is up to enable hot plug by Jason Gunthorpe · 11 years ago
  64. cc54ccd PCI: mvebu: add support for Marvell Dove SoCs by Sebastian Hesselbarth · 11 years ago
  65. 52ba992 PCI: mvebu: add support for reset on GPIO by Sebastian Hesselbarth · 11 years ago
  66. e5615c3 PCI: mvebu: remove subsys_initcall by Sebastian Hesselbarth · 11 years ago
  67. bf09b6a PCI: mvebu: increment nports only for registered ports by Sebastian Hesselbarth · 11 years ago
  68. b42285f PCI: mvebu: move clock enable before register access by Sebastian Hesselbarth · 11 years ago
  69. 5b4deb6 PCI: mvebu: add support for MSI by Thomas Petazzoni · 11 years ago
  70. b4b50fd Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  71. a923874 Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  72. 5515d99 Merge tag 'omap-for-v3.12/dra7xx' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc by Kevin Hilman · 11 years ago
  73. f48fbf9 PCI: mvebu: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  74. b22503a PCI: mvebu: Check valid base address before port setup by Ezequiel Garcia · 11 years ago
  75. 11be654 PCI: mvebu: Adapt to the new device tree layout by Thomas Petazzoni · 11 years ago
  76. 36dd1f3 PCI: mvebu: Disable prefetchable memory support in PCI-to-PCI bridge by Thomas Petazzoni · 11 years ago
  77. 2dbefbf Merge tag 'pcie_bridge-3.11' of git://git.infradead.org/users/jcooper/linux into next/soc by Olof Johansson · 11 years ago
  78. 005625f pci: mvebu: enable driver usage on Kirkwood by Thomas Petazzoni · 11 years ago
  79. 6eb237c pci: mvebu: fix the emulation of the status register by Thomas Petazzoni · 11 years ago
  80. 197fc22 pci: mvebu: allow the enumeration of devices beyond physical bridges by Thomas Petazzoni · 11 years ago
  81. f4ac990 pci: mvebu: no longer fake the slot location of downstream devices by Thomas Petazzoni · 11 years ago
  82. 3d9939c pci: mvebu: fix return value check in mvebu_pcie_probe() by Wei Yongjun · 11 years ago
  83. 45361a4 pci: PCIe driver for Marvell Armada 370/XP systems by Thomas Petazzoni · 11 years ago