Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | PCI: rcar: Use of_device_get_match_data() to simplify probe | Bjorn Helgaas | 2017-01-31 | 1 | -6/+1 | |
| | * | | | | | | PCI: rcar: Return -ENODEV from host bridge probe when no card present | Harunobu Kurokawa | 2017-01-11 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/host-mvebu' into next | Bjorn Helgaas | 2017-02-21 | 1 | -42/+61 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: mvebu: Change delay after reset to the PCIe spec mandated 100ms | Lucas Stach | 2017-02-08 | 1 | -1/+1 | |
| | * | | | | | | PCI: mvebu: Handle changes to the bridge windows while enabled | Jason Gunthorpe | 2017-01-30 | 1 | -41/+60 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/host-layerscape' into next | Bjorn Helgaas | 2017-02-21 | 1 | -6/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: layerscape: Use of_device_get_match_data() to simplify probe | Bjorn Helgaas | 2017-01-31 | 1 | -6/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/host-iproc' into next | Bjorn Helgaas | 2017-02-21 | 3 | -7/+26 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS | Jon Mason | 2017-02-08 | 1 | -0/+21 | |
| | * | | | | | | PCI: iproc: Configure PCIe MPS settings | Jon Mason | 2017-02-08 | 1 | -1/+4 | |
| | * | | | | | | PCI: iproc: Use of_device_get_match_data() to simplify probe | Bjorn Helgaas | 2017-01-31 | 1 | -6/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/host-imx6' into next | Bjorn Helgaas | 2017-02-21 | 1 | -35/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: imx6: Fix a typo in error message | Andrey Smirnov | 2017-02-10 | 1 | -2/+1 | |
| | * | | | | | | PCI: imx6: Remove LTSSM disable workaround | Lucas Stach | 2017-01-30 | 1 | -30/+0 | |
| | * | | | | | | PCI: imx6: Remove redundant "Link never came up" message | Fabio Estevam | 2017-01-11 | 1 | -3/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/host-hv' into next | Bjorn Helgaas | 2017-02-21 | 1 | -3/+17 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: hv: Use device serial number as PCI domain | Haiyang Zhang | 2017-02-17 | 1 | -0/+12 | |
| | * | | | | | | PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal | Dexuan Cui | 2017-02-10 | 1 | -3/+5 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/host-hisi' into next | Bjorn Helgaas | 2017-02-21 | 3 | -12/+73 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: generic: Call pci_fixup_irqs() only on ARM | Dongdong Liu | 2017-02-09 | 1 | -0/+2 | |
| | * | | | | | | PCI: Disable MSI for HiSilicon Hip06/Hip07 Root Ports | Dongdong Liu | 2017-02-09 | 1 | -0/+1 | |
| | * | | | | | | PCI: hisi: Rename config space accessors to remove "acpi" | Bjorn Helgaas | 2017-02-09 | 1 | -8/+8 | |
| | * | | | | | | PCI: hisi: Add DT almost-ECAM support for Hip06/Hip07 host controllers | Dongdong Liu | 2017-02-06 | 1 | -1/+61 | |
| | * | | | | | | PCI: hisi: Use of_device_get_match_data() to simplify probe | Shailendra Verma | 2017-02-03 | 1 | -5/+3 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/host-exynos' into next | Bjorn Helgaas | 2017-02-21 | 1 | -226/+333 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: exynos: Support the PHY generic framework | Jaehoon Chung | 2017-02-21 | 1 | -4/+50 | |
| | * | | | | | | PCI: exynos: Refactor to make it easier to support other SoCs | Niyas Ahmed S T | 2017-02-10 | 1 | -129/+217 | |
| | * | | | | | | PCI: exynos: Remove duplicated code | Jaehoon Chung | 2017-02-08 | 1 | -14/+8 | |
| | * | | | | | | PCI: exynos: Use the bitops BIT() macro to build bitmasks | Jaehoon Chung | 2017-02-08 | 1 | -12/+12 | |
| | * | | | | | | PCI: exynos: Remove unnecessary local variables | Jaehoon Chung | 2017-02-08 | 1 | -9/+7 | |
| | * | | | | | | PCI: exynos: Replace the *_blk/*_phy/*_elb accessors | Jaehoon Chung | 2017-02-08 | 1 | -102/+82 | |
| | * | | | | | | PCI: exynos: Rename all pointer names from "exynos_pcie" to "ep" | Jaehoon Chung | 2017-01-28 | 1 | -175/+173 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/host-altera' into next | Bjorn Helgaas | 2017-02-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: altera: Extract TLP completion status correctly | Yadi Hu | 2017-02-17 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/host-designware' into next | Bjorn Helgaas | 2017-02-21 | 22 | -1019/+1319 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: dwc: Remove dependency of designware on CONFIG_PCI | Kishon Vijay Abraham I | 2017-02-21 | 2 | -4/+12 | |
| | * | | | | | | PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc host | Kishon Vijay Abraham I | 2017-02-21 | 3 | -16/+42 | |
| | * | | | | | | PCI: dwc: Split pcie-designware.c into host and core files | Kishon Vijay Abraham I | 2017-02-21 | 4 | -624/+650 | |
| | * | | | | | | PCI: dwc: designware: Fix style errors in pcie-designware.c | Kishon Vijay Abraham I | 2017-02-21 | 1 | -21/+21 | |
| | * | | | | | | PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc() | Kishon Vijay Abraham I | 2017-02-21 | 2 | -8/+11 | |
| | * | | | | | | PCI: dwc: all: Split struct pcie_port into host-only and core structures | Kishon Vijay Abraham I | 2017-02-21 | 15 | -481/+666 | |
| | * | | | | | | PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init() | Kishon Vijay Abraham I | 2017-02-21 | 1 | -16/+17 | |
| | * | | | | | | PCI: dwc: all: Rename cfg_read/cfg_write to read/write | Kishon Vijay Abraham I | 2017-02-21 | 7 | -33/+33 | |
| | * | | | | | | PCI: dwc: all: Use platform_set_drvdata() to save private data | Kishon Vijay Abraham I | 2017-02-21 | 11 | -4/+22 | |
| | * | | | | | | PCI: dwc: designware: Move register defines to designware header file | Kishon Vijay Abraham I | 2017-02-21 | 2 | -70/+71 | |
| | * | | | | | | PCI: dwc: Use PTR_ERR_OR_ZERO to simplify code | Fengguang Wu | 2017-02-21 | 1 | -12/+3 | |
| | * | | | | | | PCI: dra7xx: Group PHY API invocations | Kishon Vijay Abraham I | 2017-02-21 | 1 | -41/+51 | |
| | * | | | | | | PCI: dra7xx: Enable MSI and legacy interrupts simultaneously | Kishon Vijay Abraham I | 2017-02-21 | 1 | -19/+13 | |
| | * | | | | | | PCI: dra7xx: Add support to force RC to work in GEN1 mode | Kishon Vijay Abraham I | 2017-02-21 | 1 | -0/+29 | |
| | * | | | | | | PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional() | Kishon Vijay Abraham I | 2017-02-21 | 1 | -16/+5 |