summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2019-04-12PCI: endpoint: Fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-04-12PCI/AER: Change pci_aer_init() stub to return voidJisheng Zhang1-1/+1
2019-04-12PCI: OF: Support "external-facing" propertyJean-Philippe Brucker1-4/+10
2019-04-11PCI: Mark AMD Stoney Radeon R7 GPU ATS as brokenNikolai Kostrigin1-0/+1
2019-04-11PCI: keystone: Use platform_get_resource_byname() to get memory resourcesKishon Vijay Abraham I1-10/+7
2019-04-11PCI: keystone: Perform host initialization in a single functionKishon Vijay Abraham I1-40/+23
2019-04-11PCI: keystone: Cleanup error_irq configurationKishon Vijay Abraham I1-26/+17
2019-04-11PCI: keystone: Add start_link()/stop_link() dw_pcie_opsKishon Vijay Abraham I1-22/+22
2019-04-11PCI: mediatek: Get optional clocks with devm_clk_get_optional()Chunfeng Yun1-35/+15
2019-04-11PCI: rpaphp: Get/put device node reference during slot alloc/deallocTyrel Datwyler1-1/+2
2019-04-11PCI: rpadlpar: Fix leaked device_node references in add/remove pathsTyrel Datwyler1-0/+4
2019-04-11PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko1-0/+4
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2-9/+9
2019-04-06PCI: Rework pcie_retrain_link() wait loopStefan Mätje1-6/+4
2019-04-06PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje2-0/+26
2019-04-06PCI: Factor out pcie_retrain_link() functionStefan Mätje1-16/+24
2019-04-06PCI: Init PCIe feature bits for managed host bridge allocJean-Philippe Brucker1-9/+14
2019-04-06PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controllerAndre Przywara1-0/+2
2019-04-04PCI: dwc: Remove default MSI initialization for platform specific MSI chipsKishon Vijay Abraham I1-11/+13
2019-04-04PCI: dwc: Remove Keystone specific dw_pcie_host_opsKishon Vijay Abraham I2-41/+14
2019-04-04PCI: keystone: Use Keystone specific msi_irq_chipKishon Vijay Abraham I2-27/+74
2019-04-04PCI: dwc: Add support to use non default msi_irq_chipKishon Vijay Abraham I2-1/+5
2019-04-04PCI: keystone: Cleanup ks_pcie_msi_irq_handler()Kishon Vijay Abraham I1-36/+28
2019-04-04PCI: keystone: Use hwirq to get the MSI IRQ number offsetKishon Vijay Abraham I1-11/+13
2019-04-04PCI: keystone: Add separate functions for configuring MSI and legacy interruptKishon Vijay Abraham I1-92/+89
2019-04-04PCI: keystone: Cleanup interrupt related macrosKishon Vijay Abraham I1-13/+13
2019-04-04PCI: rcar: Do not shadow the 'irq' variableWolfram Sang1-4/+4
2019-04-04PCI: rcar: Fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-04-04PCI: rcar: Fix 64bit MSI message address handlingMarek Vasut1-3/+3
2019-04-04PCI: rcar: Clean up debug messagesMarek Vasut1-4/+4
2019-04-04PCI: rcar: Replace (8 * n) with (BITS_PER_BYTE * n)Marek Vasut1-6/+6
2019-04-04PCI: rcar: Replace various variable types with unsigned ones for register valuesMarek Vasut1-8/+9
2019-04-04PCI: rcar: Replace unsigned long with u32/unsigned int in register accessorsMarek Vasut1-4/+3
2019-04-04PCI: rcar: Clean up remaining macros defining bitsMarek Vasut1-3/+3
2019-04-03PCI: iproc: Allow outbound configuration for 32-bit I/O regionSrinath Mannam1-2/+19
2019-04-03PCI: iproc: Add CRS check in config readSrinath Mannam1-2/+21
2019-04-01PCI: mediatek: Fix a leaked reference by adding missing of_node_put()Wen Yang1-0/+1
2019-04-01PCI: iproc: Fix a leaked reference by adding missing of_node_put()Wen Yang1-2/+6
2019-04-01PCI: aardvark: Fix a leaked reference by adding missing of_node_put()Wen Yang1-5/+8
2019-04-01PCI: rockchip: Fix a leaked reference by adding missing of_node_put()Wen Yang1-0/+1
2019-04-01PCI: dwc: layerscape: Fix a leaked reference by adding missing of_node_put()Wen Yang1-0/+1
2019-03-29PCI: uniphier: Fix a leaked reference by adding missing of_node_put()Wen Yang1-3/+8
2019-03-29PCI: dwc: pci-dra7xx: Fix a leaked reference by adding missing of_node_put()Wen Yang1-0/+1
2019-03-29PCI: xilinx: Check for __get_free_pages() failureKangjie Lu1-2/+10
2019-03-26PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui1-0/+4
2019-03-26PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui1-0/+16
2019-03-26PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui1-0/+3
2019-03-26PCI: rcar: Add the initialization of PCIe link in resume_noirq()Kazufumi Ikeda1-0/+21
2019-03-26PCI/LINK: Deduplicate bandwidth reports for multi-function devicesLukas Wunner3-2/+3
2019-03-26PCI/LINK: Clear bandwidth notification interrupt before enabling itLukas Wunner1-0/+2