1. 27e8739 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 7 years ago
  2. 3a749ea Merge branch 'pci/endpoint' into next by Bjorn Helgaas · 7 years ago
  3. 96291d5 PCI: Fix typos and whitespace errors by Bjorn Helgaas · 7 years ago
  4. e44abfe PCI: dwc: Add accessors for write permission of DBI read-only registers by Hou Zhiqiang · 7 years ago
  5. a937fe0 PCI: dwc: designware: Provide page_size to pci_epc_mem by Kishon Vijay Abraham I · 7 years ago
  6. 4a30176 PCI: dwc: designware: Handle ->host_init() failures by Bjorn Andersson · 7 years ago
  7. 4ab2e7c PCI: dwc: Constify dw_pcie_host_ops structures by Jisheng Zhang · 8 years ago
  8. 608793e PCI: dwc: dra7xx: Add EP mode support by Kishon Vijay Abraham I · 8 years ago
  9. f8aed6e PCI: dwc: designware: Add EP mode support by Kishon Vijay Abraham I · 8 years ago
  10. a509d7d PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes by Kishon Vijay Abraham I · 8 years ago
  11. b50b2db PCI: dwc: all: Modify dbi accessors to take dbi_base as argument by Kishon Vijay Abraham I · 8 years ago
  12. a660083 PCI: dwc: designware: Add new *ops* for CPU addr fixup by Kishon Vijay Abraham I · 8 years ago
  13. a056020 PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc host by Kishon Vijay Abraham I · 8 years ago
  14. feb85d9 PCI: dwc: Split pcie-designware.c into host and core files by Kishon Vijay Abraham I · 8 years ago
  15. 5f334db PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc() by Kishon Vijay Abraham I · 8 years ago
  16. 442ec4c PCI: dwc: all: Split struct pcie_port into host-only and core structures by Kishon Vijay Abraham I · 8 years ago
  17. 19ce01cc PCI: dwc: all: Rename cfg_read/cfg_write to read/write by Kishon Vijay Abraham I · 8 years ago
  18. b90dc39 PCI: dwc: designware: Move register defines to designware header file by Kishon Vijay Abraham I · 8 years ago
  19. 950bf63 PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory by Kishon Vijay Abraham I · 8 years ago[Renamed from drivers/pci/host/pcie-designware.h]
  20. 8ad7501 PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc() by Bjorn Helgaas · 8 years ago
  21. ad88021 PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments by Bjorn Helgaas · 8 years ago
  22. 7e00dfd PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces by Bjorn Helgaas · 8 years ago
  23. fe48cb8 PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2 by Pratyush Anand · 8 years ago
  24. a0601a4 PCI: designware: Add iATU Unroll feature by Joao Pinto · 8 years ago
  25. c388de1 PCI: designware: Move link wait definitions to .c file by Joao Pinto · 8 years ago
  26. 446fc23 PCI: designware: Return data directly from dw_pcie_readl_rc() by Bjorn Helgaas · 8 years ago
  27. 886bc5c PCI: designware: Add generic dw_pcie_wait_for_link() by Joao Pinto · 9 years ago
  28. cbce790 PCI: designware: Make driver arch-agnostic by Zhou Wang · 9 years ago
  29. 0021d22 PCI: designware: Use of_pci_get_host_bridge_resources() to parse DT by Zhou Wang · 9 years ago
  30. 9cdce1c Revert "PCI: designware: Program ATU with untranslated address" by Zhou Wang · 9 years ago
  31. 4c45852 PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces by Gabriele Paoloni · 9 years ago
  32. 98a97e6 PCI: designware: Make get_msi_addr() return phys_addr_t, not u32 by Lucas Stach · 9 years ago
  33. c2791b8 PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" by Yijing Wang · 10 years ago
  34. 24832b4 PCI: designware: Add get_msi_data() to pcie_host_ops by Minghuan Lian · 10 years ago
  35. 450e344 PCI: designware: Rename get_msi_data() to get_msi_addr() by Minghuan Lian · 10 years ago
  36. adf70fc PCI: designware: Fold struct pcie_port_info into struct pcie_port by Pratyush Anand · 10 years ago
  37. 4f2ebe0 PCI: designware: Parse bus-range property from devicetree by Lucas Stach · 10 years ago
  38. b14a3d1 PCI: designware: Add support for v3.65 hardware by Murali Karicheri · 10 years ago
  39. 2f37c5a PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardware by Murali Karicheri · 10 years ago
  40. a1c0ae9 PCI: designware: Add config access-related pcie_host_ops for v3.65 hardware by Murali Karicheri · 10 years ago
  41. f4c55c5 PCI: designware: Program ATU with untranslated address by Kishon Vijay Abraham I · 10 years ago
  42. 843a85c Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and 'pci/host-tegra' into next by Bjorn Helgaas · 11 years ago
  43. 7f4f16e PCI: designware: Make MSI ISR shared IRQ aware by Lucas Stach · 11 years ago
  44. 11c6fbd PCI: designware: Remove unnecessary use of 'conf_lock' spinlock by Andrew Murray · 11 years ago
  45. a01ef59 PCI: designware: Add dw_pcie prefix before cfg_read/write by Pratyush Anand · 11 years ago
  46. 904d0e7 PCI: designware: Add irq_create_mapping() by Pratyush Anand · 11 years ago
  47. 73e4085 PCI: designware: Make dw_pcie_rd_own_conf(), etc., static by Bjorn Helgaas · 11 years ago
  48. 18edf45 PCI: designware: Add header guards by Seungwon Jeon · 11 years ago
  49. f342d94 PCI: exynos: Add support for MSI by Jingoo Han · 11 years ago
  50. 4b1ced8 PCI: exynos: Split into Synopsys part and Exynos part by Jingoo Han · 11 years ago