summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | | | | PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD codeBjorn Helgaas2016-02-291-32/+30
| | | | | | | * | | | | | PCI: Determine actual VPD size on first accessHannes Reinecke2016-02-292-3/+86
| | | | | | | * | | | | | PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busyBjorn Helgaas2016-02-291-5/+5
| | | | | | | * | | | | | PCI: Allow access to VPD attributes with size 0Hannes Reinecke2016-02-291-8/+12
| | | | | | | |/ / / / /
| | | | | | * | | | | | PCI: Wait for up to 1000ms after FLR resetAlex Williamson2016-03-101-2/+25
| | | | | | * | | | | | PCI: Support SR-IOV on any function typeKelly Zytaruk2016-02-291-4/+0
| | | | | * | | | | | | PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definitionHeikki Krogerus2016-03-151-1/+1
| | | | | * | | | | | | PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.hBjorn Helgaas2016-03-071-12/+0
| | | | * | | | | | | | PCI: Cleanup pci/pcie/Kconfig whitespaceAndreas Ziegler2016-03-151-3/+4
| | | | * | | | | | | | PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas2016-03-081-0/+1
| | | | * | | | | | | | PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa2016-03-081-0/+3
| | | | | |_|/ / / / / | | | | |/| | | | | |
| | | * / | | | | | | PCI: Fix broken URL for Dell biosdevnameNaga Venkata Sai Indubhaskar Jupudi2016-02-291-1/+1
| | | |/ / / / / / /
| | * | | | | | | | PCI/AER: Log aer_inject error injectionsJean Delvare2016-03-081-0/+3
| | * | | | | | | | PCI/AER: Log actual error causes in aer_injectJean Delvare2016-03-081-1/+7
| | * | | | | | | | PCI/AER: Use dev_warn() in aer_injectJean Delvare2016-03-081-3/+7
| | * | | | | | | | PCI/AER: Fix aer_inject error codesJean Delvare2016-03-081-4/+4
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-layerscape' ...Bjorn Helgaas2016-02-094-98/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | / / / | | | | | | |_|_|_|/ / / | | | | | |/| | | | / / | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | | | | * | | | | | PCI: rcar: Remove PCI_PROBE_ONLY handlingLorenzo Pieralisi2016-02-051-9/+5
| | | | | | |/ / / / | | | | | |/| | | |
| | | | * / | | | | PCI: layerscape: Add "fsl,ls2085a-pcie" compatible IDYang Shi2016-02-051-0/+1
| | | | |/ / / / /
| | | * | | | | | PCI: imx6: Move link up check into imx6_pcie_wait_for_link()Lucas Stach2016-01-251-38/+22
| | | * | | | | | PCI: imx6: Remove broken Gen2 workaroundLucas Stach2016-01-251-16/+1
| | | * | | | | | PCI: imx6: Move PHY reset into imx6_pcie_establish_link()Lucas Stach2016-01-251-13/+15
| | | * | | | | | PCI: imx6: Move imx6_pcie_reset_phy() near other PHY handling functionsLucas Stach2016-01-251-17/+17
| | | |/ / / / /
| | * | | | | | PCI: designware: Remove PCI_PROBE_ONLY handlingLorenzo Pieralisi2016-02-091-6/+4
| | * | | | | | PCI: designware: Explain why we don't program ATU for some platformsJisheng Zhang2016-02-091-0/+5
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pci/aer', 'pci/misc' and 'pci/virtualization' into nextBjorn Helgaas2016-02-097-28/+76
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | / / / | | | | |/ / / | | | |/| / / | | | | |/ /
| | | | * / PCI: Add ACS quirk for all Cavium devicesManish Jaggi2016-02-041-0/+15
| | |_|/ / | |/| | |
| | | * | PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas2016-02-053-3/+0
| | | * | PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.hBjorn Helgaas2016-02-051-0/+7
| | | * | PCI/PME: Restructure pcie_pme_suspend() to prevent compiler warningBjorn Helgaas2016-02-051-3/+6
| | | * | PCI/PME: Remove redundant port lookupBjorn Helgaas2016-02-051-2/+0
| | | * | PCI: Check device_attach() return value alwaysBjorn Helgaas2016-02-051-1/+6
| | |/ / | |/| |
| | * | PCI/AER: Use list_first_entry_or_null() to simplify codeGeliang Tang2016-02-041-8/+5
| | * | PCI/AER: Restore pci_ops pointer while calling original pci_opsDavid Daney2016-02-041-2/+28
| | * | PCI/AER: Rename pci_ops_aer to aer_inj_pci_opsBjorn Helgaas2016-02-041-9/+9
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-03-161-2/+6
|\ \ \
| * | | s390/pci: remove pdev pointer from arch dataSebastian Ott2016-02-231-2/+6
* | | | Merge tag 'pci-v4.5-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-091-1/+3
|\ \ \ \
| * | | | PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()Krzysztof =?utf-8?Q?Ha=C5=82asa?=2016-03-071-1/+3
* | | | | Merge tag 'pci-v4.5-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-032-16/+16
|\| | | |
| * | | | PCI: layerscape: Fix MSG TLP drop settingMinghuan Lian2016-02-291-8/+13
| * | | | PCI: keystone: Fix MSI code that retrieves struct pcie_port pointerMurali Karicheri2016-02-291-8/+3
* | | | | Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-271-0/+1
|\| | | |
| * | | | PCI: mvebu: Restrict build to 32-bit ARMThierry Reding2016-02-271-0/+1
* | | | | Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-02-221-4/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | xen/pcifront: Fix mysterious crashes when NUMA locality information was extra...Konrad Rzeszutek Wilk2016-02-151-4/+6
* | | | | Merge tag 'pci-v4.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-124-24/+12
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | PCI: iproc: Allow multiple devices except on PAXCRay Jui2016-01-271-18/+11
| * | | PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior2016-01-253-6/+1
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'acpi-video' and 'acpi-hotplug'Rafael J. Wysocki2016-01-291-1/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|