summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar
2019-05-09PCI: Replace printk(KERN_INFO) with pr_info(), etcMohan Kumar
2019-05-09PCI: Use dev_printk() when possibleBjorn Helgaas
2019-05-07PCI: Cleanup setup-bus.c comments and whitespaceNicholas Johnson
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-07PCI: imx6: Allow asynchronous probingLucas Stach
2019-05-07PCI: dwc: Save root bus for driver remove hooksJisheng Zhang
2019-05-07PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify codeJisheng Zhang
2019-05-07PCI: dwc: Free MSI in dw_pcie_host_init() error pathJisheng Zhang
2019-05-07PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()Jisheng Zhang
2019-05-07PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalidJisheng Zhang
2019-05-07PCI: qcom: Use default config space read functionMarc Gonzalez
2019-05-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06PCI: iproc: Add sorted dma ranges resource entries to host bridgeSrinath Mannam
2019-05-06PCI: Add dma_ranges window listSrinath Mannam
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-02PCI/LINK: Add Kconfig option (default off)Keith Busch
2019-05-01PCI/P2PDMA: Allow P2P DMA between any devices under AMD ZEN Root ComplexChristian König
2019-05-01PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth ManagementAlex Williamson
2019-05-01PCI: designware-ep: Use aligned ATU window for raising MSI interruptsKishon Vijay Abraham I
2019-05-01PCI: designware-ep: Configure Resizable BAR cap to advertise the smallest sizeKishon Vijay Abraham I
2019-05-01PCI: keystone: Add support for PCIe EP in AM654x PlatformsKishon Vijay Abraham I
2019-05-01PCI: imx6: Use usleep_range() in imx6_pcie_enable_ref_clk()Andrey Smirnov
2019-05-01PCI: imx6: Use flags to indicate support for suspendAndrey Smirnov
2019-05-01PCI: imx6: Restrict PHY register data to 16-bitAndrey Smirnov
2019-05-01PCI: imx6: Simplify pcie_phy_poll_ack()Andrey Smirnov
2019-05-01PCI: imx6: Simplify bit operations in PHY functionsAndrey Smirnov
2019-05-01PCI: imx6: Make use of BIT() in constant definitionsAndrey Smirnov
2019-05-01PCI: dwc: imx6: Share PHY debug register definitionsAndrey Smirnov
2019-05-01PCI: imx6: Remove PCIE_PL_PFLR_* constantsAndrey Smirnov
2019-05-01PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()Andrey Smirnov
2019-05-01PCI: imx6: Drop imx6_pcie_wait_for_link()Andrey Smirnov
2019-05-01PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()Andrey Smirnov
2019-04-30PCI: iproc: Enable iProc config read for PAXBv2Srinath Mannam
2019-04-29PCI: Add pci_dev_id() helperHeiner Kallweit
2019-04-25PCI: al: Add Amazon Annapurna Labs PCIe host controller driverJonathan Chocron
2019-04-25PCI: Reset Lenovo ThinkPad P50 nvgpu at boot if necessaryLyude Paul
2019-04-24x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig
2019-04-23PCI/ACPI: Implement _HPX Type 3 Setting RecordAlexandru Gagniuc
2019-04-23PCI/ACPI: Remove the need for 'struct hotplug_params'Alexandru Gagniuc
2019-04-23PCI/ACPI: Do not export pci_get_hp_params()Alexandru Gagniuc
2019-04-22PCI: Mark Atheros AR9462 to avoid bus resetJames Prestwood
2019-04-18PCI/LINK: Disable bandwidth notification interrupt during suspendMika Westerberg
2019-04-18switchtec: Fix unintended mask of MRPC eventWesley Sheng
2019-04-17switchtec: Increase PFF limit from 48 to 255Wesley Sheng
2019-04-17PCI: Remove unused pci_request_region_exclusive()Johannes Thumshirn
2019-04-17PCI: Assign bus numbers present in EA capability for bridgesSubbaraya Sundeep
2019-04-16PCI: tegra: Use the DMA-API to get the MSI addressVidya Sagar
2019-04-16PCI: dwc: Add callbacks for accessing dbi2 address spaceKishon Vijay Abraham I