summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-0864-79/+75
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-07120-3846/+6172
|\
| * Merge branch 'pci/trivial'Bjorn Helgaas2018-06-061-493/+485
| |\
| | * PCI: Clean up whitespace in quirks.cBjorn Helgaas2018-05-101-335/+329
| | * PCI: Reorder quirks infrastructure codeBjorn Helgaas2018-05-101-158/+156
| * | Merge branch 'pci/kconfig'Bjorn Helgaas2018-06-062-12/+0
| |\ \
| | * | PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUSBjorn Helgaas2018-05-182-12/+0
| | |/
| * | Merge branch 'lorenzo/pci/vmd'Bjorn Helgaas2018-06-063-10/+87
| |\ \
| | * | PCI: vmd: Add an additional VMD device id to driver device id tableJon Derrick2018-05-241-0/+3
| | * | x86/PCI: Add additional VMD device root ports to VMD AER quirkJon Derrick2018-05-241-0/+4
| | * | PCI: vmd: Add offset to bus numbers if necessaryJon Derrick2018-05-241-5/+29
| | * | PCI: vmd: Assign membar addresses from shadow registersJon Derrick2018-05-241-5/+49
| | * | PCI: Add Intel VMD devices to pci idsJon Derrick2018-05-242-1/+3
| | |/
| * | Merge branch 'lorenzo/pci/rockchip'Bjorn Helgaas2018-06-0610-1437/+2355
| |\ \
| | * | arm64: defconfig: update config for Rockchip PCIeShawn Lin2018-05-111-1/+2
| | * | dt-bindings: PCI: rockchip: Add DT bindings for Rockchip PCIe EP driverShawn Lin2018-05-111-0/+62
| | * | PCI: rockchip: Add EP driver for Rockchip PCIe controllerShawn Lin2018-05-115-9/+759
| | * | dt-bindings: PCI: rockchip: Rename rockchip-pcie.txt to rockchip-pcie-host.txtShawn Lin2018-05-101-0/+0
| | * | PCI: rockchip: Split out common function to init controllerShawn Lin2018-05-103-125/+152
| | * | PCI: rockchip: Split out rockchip_pcie_parse_dt() to parse DTShawn Lin2018-05-103-114/+136
| | * | PCI: rockchip: Separate common code from RC driverShawn Lin2018-05-106-1597/+1653
| | |/
| * | Merge branch 'lorenzo/pci/rcar'Bjorn Helgaas2018-06-062-127/+160
| |\ \
| | * | PCI: rcar: Remove IRQ mappings in rcar_pcie_enable_msi() failpathMarek Vasut2018-05-241-9/+16
| | * | PCI: rcar: Teardown MSI setup if rcar_pcie_enable() failsMarek Vasut2018-05-241-1/+27
| | * | PCI: rcar: Add missing irq_dispose_mapping() into failpathMarek Vasut2018-05-241-3/+14
| | * | PCI: rcar: Pull bus clock enable/disable from rcar_pcie_get_resources()Marek Vasut2018-05-241-17/+16
| | * | PCI: rcar: Poll more often in rcar_pcie_wait_for_dl()Marek Vasut2018-05-241-2/+3
| | * | PCI: rcar: Reuse generic pci_parse_request_of_pci_ranges() functionVladimir Zapolskiy2018-05-081-41/+1
| | * | DT: pci: rcar-pci: document R8A77980 bindingsSergei Shtylyov2018-05-041-0/+1
| | * | PCI: rcar: Factor out rcar_pcie_hw_init() callSergei Shtylyov2018-05-041-20/+22
| | * | PCI: rcar: Add R-Car gen3 PHY supportSergei Shtylyov2018-05-042-2/+30
| | * | PCI: rcar: Remove PHYRDY polling from rcar_pcie_hw_init_h1()Sergei Shtylyov2018-05-041-11/+1
| | * | PCI: rcar: Poll PHYRDY in rcar_pcie_hw_init()Sergei Shtylyov2018-05-041-0/+20
| | * | PCI: rcar: Clean up the macrosMarek Vasut2018-05-011-26/+27
| | * | PCI: rcar: Use runtime PM to control controller clockDien Pham2018-05-011-26/+12
| | |/
| * | Merge branch 'pci/host/qcom'Bjorn Helgaas2018-06-061-1/+1
| |\ \
| | * | PCI: qcom: Include gpio/consumer.hArnd Bergmann2018-06-041-1/+1
| | |/
| * | Merge branch 'pci/host/mobiveil'Bjorn Helgaas2018-06-064-0/+947
| |\ \
| | * | PCI: mobiveil: Add MSI supportSubrahmanya Lingappa2018-06-041-4/+202
| | * | PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driverSubrahmanya Lingappa2018-06-041-0/+669
| | * | PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driver DT bindingsSubrahmanya Lingappa2018-05-303-0/+81
| | |/
| * | Merge branch 'lorenzo/pci/mediatek'Bjorn Helgaas2018-06-063-93/+144
| |\ \
| | * | PCI: mediatek: Implement chained IRQ handling setupHonghui Zhang2018-05-212-91/+116
| | * | PCI: mediatek: Set up vendor ID and class type for MT7622Honghui Zhang2018-05-042-3/+29
| | |/
| * | Merge branch 'lorenzo/pci/hv'Bjorn Helgaas2018-06-061-91/+71
| |\ \
| | * | PCI: hv: Do not wait forever on a device that has disappearedDexuan Cui2018-05-251-12/+34
| | * | PCI: hv: Use list_for_each_entry()Stephen Hemminger2018-05-241-20/+7
| | * | PCI: hv: Convert remove_lock to refcountStephen Hemminger2018-05-241-4/+4
| | * | PCI: hv: Remove unused reason for refcount handlerStephen Hemminger2018-05-241-44/+26
| | * | PCI: hv: Make sure the bus domain is really uniqueSridhar Pitchai2018-05-021-11/+0
| | |/