aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23PCI: qcom: add runtime pm support to pcie_portSrinivas Kandagatla1-1/+8
2018-05-21PCI: mediatek: Implement chained IRQ handling setupHonghui Zhang2-91/+116
2018-05-18PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUSBjorn Helgaas2-12/+0
2018-05-18PCI: endpoint: Create configfs entry for each pci_epf_device_id table entryKishon Vijay Abraham I1-2/+21
2018-05-17PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep4-30/+49
2018-05-17PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep7-365/+397
2018-05-17PCI/AER: Rename error recovery interfaces to generic PCI namingOza Pawandeep1-8/+8
2018-05-17PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devicesOza Pawandeep2-23/+71
2018-05-17PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep4-28/+34
2018-05-16PCI/DPC: Clear interrupt status in interrupt handler top halfOza Pawandeep1-1/+4
2018-05-16PCI: qcom: Fix a bitwise vs logical NOT typoDan Carpenter1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-15/+2
2018-05-15PCI: Make pci_get_new_domain_nr() staticJan Kiszka1-4/+2
2018-05-15PCI: dwc: dra7xx: Use devm_ioremap_resource() instead of devm_ioremap()Gustavo Pimentel1-9/+9
2018-05-15PCI: dwc: artpec6: Use devm_ioremap_resource() instead of devm_ioremap()Gustavo Pimentel1-3/+3
2018-05-15PCI: dwc: Add support for EP modeGustavo Pimentel4-18/+178
2018-05-15PCI: endpoint: functions/pci-epf-test: Replace lower into upper case charactersGustavo Pimentel1-13/+13
2018-05-14PCI: Move private DT related functions into private headerRob Herring17-0/+69
2018-05-14PCI: dwc: Move CONFIG_PCI depends to menuRob Herring1-14/+3
2018-05-14PCI: dwc: Replace magic number by definesGustavo Pimentel2-14/+21
2018-05-14PCI: dwc: Small computation improvementGustavo Pimentel1-4/+4
2018-05-14PCI: dwc: Replace lower into upper case charactersGustavo Pimentel3-35/+38
2018-05-14PCI: dwc: Define maximum number of vectorsGustavo Pimentel1-0/+6
2018-05-14PCI: imx6: Remove space before tabsFabio Estevam1-1/+1
2018-05-14PCI: keystone: Do not treat link up message as errorFabio Estevam1-1/+1
2018-05-14Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar4-38/+63
2018-05-13genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier1-0/+3
2018-05-11PCI: rockchip: Add EP driver for Rockchip PCIe controllerShawn Lin5-9/+759
2018-05-10PCI: Add "pci=noats" boot parameterGil Kupfer2-0/+14
2018-05-10PCI: Clean up whitespace in quirks.cBjorn Helgaas1-335/+329
2018-05-10PCI: Reorder quirks infrastructure codeBjorn Helgaas1-158/+156
2018-05-10PCI / PM: Check device_may_wakeup() in pci_enable_wake()Rafael J. Wysocki1-6/+23
2018-05-10PCI/AER: Add TLP header information to tracepointThomas Tai1-2/+2
2018-05-10PCI: rockchip: Split out common function to init controllerShawn Lin3-125/+152
2018-05-10PCI: rockchip: Split out rockchip_pcie_parse_dt() to parse DTShawn Lin3-114/+136
2018-05-10PCI: rockchip: Separate common code from RC driverShawn Lin5-1595/+1651
2018-05-09PCI / PM: Always check PME wakeup capability for runtime wakeup supportKai Heng Feng1-4/+4
2018-05-09PCI: remove CONFIG_PCI_BUS_ADDR_T_64BITChristoph Hellwig2-6/+2
2018-05-08PCI: rcar: Reuse generic pci_parse_request_of_pci_ranges() functionVladimir Zapolskiy1-41/+1
2018-05-08PCI: endpoint: Replace mdelay with usleep_range() in pci_epf_test_write()Jia-Ju Bai1-1/+1
2018-05-07PCI/AER: Unify error bit printing for native and CPER reportingAlexandru Gagniuc1-7/+9
2018-05-07PCI: Check whether bridges allow access to extended config spaceGilles Buloz1-0/+52
2018-05-07PCI: pciehp: Add quirk for Command Completed errataBjorn Helgaas1-12/+39
2018-05-07PCI: Add Qualcomm vendor IDBjorn Helgaas1-2/+2
2018-05-04PCI: mediatek: Set up vendor ID and class type for MT7622Honghui Zhang1-3/+27
2018-05-04PCI: rcar: Factor out rcar_pcie_hw_init() callSergei Shtylyov1-20/+22
2018-05-04PCI: rcar: Add R-Car gen3 PHY supportSergei Shtylyov1-2/+25
2018-05-04PCI: rcar: Remove PHYRDY polling from rcar_pcie_hw_init_h1()Sergei Shtylyov1-11/+1
2018-05-04PCI: rcar: Poll PHYRDY in rcar_pcie_hw_init()Sergei Shtylyov1-0/+20
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig1-2/+1