summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-126-10/+13
|\
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-124-7/+10
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-3/+3
* | Merge branch 'pci/aer-squash'Bjorn Helgaas2018-06-1115-1547/+1434
|\ \
| * | PCI/AER: Use "PCI Express" consistently in Kconfig textBjorn Helgaas2018-06-111-6/+6
| * | PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas2018-06-116-56/+41
| * | PCI/AER: Squash Kconfig.debug into KconfigBjorn Helgaas2018-06-112-21/+14
| * | PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas2018-06-112-80/+63
| * | PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas2018-06-113-3/+6
| * | PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas2018-06-113-11/+11
| * | PCI/AER: Remove duplicate pcie_port_bus_type declarationBjorn Helgaas2018-06-111-1/+0
| * | PCI/AER: Squash ecrc.c into aerdrv.cBjorn Helgaas2018-06-113-119/+110
| * | PCI/AER: Squash aerdrv_acpi.c into aerdrv.cBjorn Helgaas2018-06-113-142/+122
| * | PCI/AER: Squash aerdrv_errprint.c into aerdrv.cBjorn Helgaas2018-06-114-263/+244
| * | PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas2018-06-114-498/+475
| * | PCI/AER: Reorder code to group probe/remove stuff togetherBjorn Helgaas2018-06-111-58/+58
| * | PCI/AER: Remove forward declarationsBjorn Helgaas2018-06-081-16/+11
| |/
* | PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-0863-43/+41
|/
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-0775-3210/+5657
|\
| * 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-061-10/+81
| |\ \
| | * | PCI: vmd: Add an additional VMD device id to driver device id tableJon Derrick2018-05-241-0/+3
| | * | 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-241-1/+1
| | |/
| * | Merge branch 'lorenzo/pci/rockchip'Bjorn Helgaas2018-06-066-1434/+2289
| |\ \
| | * | PCI: rockchip: Add EP driver for Rockchip PCIe controllerShawn Lin2018-05-115-9/+759
| | * | 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-105-1595/+1651
| | |/
| * | Merge branch 'lorenzo/pci/rcar'Bjorn Helgaas2018-06-061-127/+154
| |\ \
| | * | 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
| | * | PCI: rcar: Factor out rcar_pcie_hw_init() callSergei Shtylyov2018-05-041-20/+22
| | * | PCI: rcar: Add R-Car gen3 PHY supportSergei Shtylyov2018-05-041-2/+25
| | * | 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-061-0/+866
| |\ \
OpenPOWER on IntegriCloud