summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2019-07-08PCI: mobiveil: Mask out hardcoded bits in inbound/outbound windows setupHou Zhiqiang
2019-07-08PCI: mobiveil: Clear the control fields before updating itHou Zhiqiang
2019-07-08PCI: mobiveil: Add configured inbound windows counterHou Zhiqiang
2019-07-08PCI: mobiveil: Fix the valid check for inbound and outbound windowsHou Zhiqiang
2019-07-08PCI: mobiveil: Clean-up program_{ib/ob}_windows()Hou Zhiqiang
2019-07-08PCI: mobiveil: Remove an unnecessary return value checkHou Zhiqiang
2019-07-08PCI: mobiveil: Fix error return valuesHou Zhiqiang
2019-07-08PCI: mobiveil: Refactor the MEM/IO outbound window initializationHou Zhiqiang
2019-07-08PCI: mobiveil: Make some register updates more readableHou Zhiqiang
2019-07-08PCI: mobiveil: Reformat the code for readabilityHou Zhiqiang
2019-07-08PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device()Hou Zhiqiang
2019-07-08PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbersHou Zhiqiang
2019-07-08PCI: mobiveil: Move IRQ chained handler setup out of DT parseHou Zhiqiang
2019-07-08PCI: mobiveil: Move the link up waiting out of mobiveil_host_init()Hou Zhiqiang
2019-07-08PCI: mobiveil: Fix the Class Code fieldHou Zhiqiang
2019-07-08PCI: mobiveil: Use the 1st inbound window for MEM inbound transactionsHou Zhiqiang
2019-07-08PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound windowHou Zhiqiang
2019-07-08PCI: mobiveil: Update the resource list traversal functionHou Zhiqiang
2019-07-08PCI: mobiveil: Fix PCI base address in MEM/IO outbound windowsHou Zhiqiang
2019-07-08PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSIHou Zhiqiang
2019-07-08PCI: mobiveil: Unify register accessorsHou Zhiqiang
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki
2019-07-05PCI: imx6: Simplify Kconfig depends onLeonard Crestez
2019-07-05PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui
2019-07-05PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30Vidya Sagar
2019-07-05PCI: tegra: Change link retry log level to debugManikanta Maddireddy
2019-07-05PCI: tegra: Add support for GPIO based PERST#Manikanta Maddireddy
2019-07-03PCI/IOV: Assume SR-IOV VFs support extended config space.Alex Williamson
2019-07-03Revert "PCI/IOV: Use VF0 cached config space size for other VFs"Alex Williamson
2019-07-02PCI: Use seq_puts() instead of seq_printf() in show_device()Markus Elfring
2019-07-02PCI/P2PDMA: Fix missing check for dma_virt_opsLogan Gunthorpe
2019-07-03PCI: PM: Simplify bus-level hibernation callbacksRafael J. Wysocki
2019-07-03PM: ACPI/PCI: Resume all devices during hibernationRafael J. Wysocki
2019-07-02PCI: Skip resource distribution when no hotplug bridgesNicholas Johnson
2019-07-02PCI: Simplify pci_bus_distribute_available_resources()Nicholas Johnson
2019-07-02PCI/P2PDMA: use the dev_pagemap internal refcountChristoph Hellwig
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig
2019-06-30Merge back PCI power management material for v5.3.Rafael J. Wysocki
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-27PCI: dwc: Export APIs to support .remove() implementationVidya Sagar
2019-06-27PCI: dwc: Cleanup DBI,ATU read and write APIsVidya Sagar
2019-06-27PCI: dwc: Add API support to de-initialize hostVidya Sagar
2019-06-27PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Rafael J. Wysocki
2019-06-27PCI / ACPI: Add _PR0 dependent devicesMika Westerberg
2019-06-27PCI / ACPI: Use cached ACPI device state to get PCI device power stateMika Westerberg
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki
2019-06-26PCI: xilinx-nwl: Fix Multi MSI data programmingBharat Kumar Gogada
2019-06-24Merge back PCI power management material for v5.3.Rafael J. Wysocki
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose