summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | PCI: Add dev_flags bit to access VPD through function 0Mark Rustad2015-07-211-1/+60
| | | * | | PCI / ACPI: Fix pci_acpi_optimize_delay() commentSrinidhi Kasagar2015-07-151-1/+1
| | | * | | PCI: Remove a broken link in quirks.cRami Rosen2015-07-151-1/+0
| | | * | | PCI: Remove useless redundant codeBjorn Helgaas2015-07-151-2/+0
| | | * | | PCI: Simplify pci_find_(ext_)capability() return value checksWei Yang2015-07-151-3/+3
| | | * | | PCI: Move PCI_FIND_CAP_TTL to pci.h and use it in quirksWei Yang2015-07-153-5/+6
| | | * | | PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports)Bjorn Helgaas2015-07-151-10/+13
| | | * | | PCI: Fix pcie_port_device_resume() commentBjorn Helgaas2015-07-141-1/+1
| | | * | | PCI: Shift PCI_CLASS_NOT_DEFINED consistently with other classesBjorn Helgaas2015-07-142-6/+6
| | | * | | PCI: Revert aeb30016fec3 ("PCI: add Intel USB specific reset method")Bjorn Helgaas2015-07-141-24/+0
| | | * | | PCI: Fix TI816X class code quirkBjorn Helgaas2015-07-141-3/+6
| | | * | | PCI: Fix generic NCR 53c810 class code quirkBjorn Helgaas2015-07-141-5/+9
| | | * | | PCI: Use PCI_CLASS_SERIAL_USB instead of bare numberBjorn Helgaas2015-07-141-4/+6
| | | * | | PCI: Add quirk for Intersil/Techwell TW686[4589] AV capture cardsKrzysztof =?utf-8?Q?Ha=C5=82asa?=2015-07-141-0/+22
| | | * | | PCI: Remove Intel Cherrytrail D3 delaysSrinidhi Kasagar2015-07-141-1/+10
| | | |/ /
| | * | | PCI/MSI: Free legacy IRQ when enabling MSI/MSI-XJiang Liu2015-07-301-1/+4
| | * | | PCI: Add pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu2015-07-301-6/+20
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pci/host-designware', 'pci/host-xgene' and 'pci/host-xilinx' ...Bjorn Helgaas2015-08-054-12/+22
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | | * | PCI: xilinx: Check for MSI interrupt flag before handling as INTxRussell Joyce2015-07-211-8/+11
| | |_|/ / | |/| | |
| | | * | PCI: xgene: Add support for a 64-bit prefetchable memory windowDuc Dang2015-07-211-2/+10
| | | * | PCI: xgene: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-151-1/+0
| | |/ / | |/| |
| | * | PCI: designware: Don't complain missing *config* reg space if va_cfg0 is setMurali Karicheri2015-07-231-1/+1
| |/ /
* | / PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli2015-08-261-1/+1
| |/ |/|
* | PCI: Don't use 64-bit bus addresses on PA-RISCBjorn Helgaas2015-08-211-1/+1
* | PCI: Tolerate hierarchies with no Root PortYijing Wang2015-08-201-1/+6
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-021-4/+3
|\
| * PCI/keystone: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-4/+3
* | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-5/+3
|\ \
| * | xen/pcifront: Remove usage of struct timevalTina Ruchandani2015-06-081-5/+3
* | | Mohit Kumar has movedPratyush Anand2015-06-261-1/+1
* | | Pratyush Anand has movedPratyush Anand2015-06-261-2/+2
* | | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-1/+1
|\ \ \
| | \ \
| | \ \
| *-. | | Merge branches 'acpi-pm', 'acpi-apei', 'acpi-osl' and 'acpi-pci'Rafael J. Wysocki2015-06-191-1/+1
| |\ \| |
| | * | | ACPI / PM: Rework device power management to follow ACPI 6Rafael J. Wysocki2015-05-161-1/+1
| | |/ /
* | | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-2335-811/+1210
|\ \ \ \ | |_|_|/ |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'pci/host-xgene' and 'pci/hotplug' into nextBjorn Helgaas2015-06-195-239/+98
| |\ \ \ \
| | | * | | PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas2015-06-183-118/+32
| | | * | | PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event()Bjorn Helgaas2015-06-181-6/+6
| | | * | | PCI: pciehp: Make queue_interrupt_event() voidBjorn Helgaas2015-06-181-7/+6
| | | * | | PCI: pciehp: Clean up debug loggingBjorn Helgaas2015-06-183-111/+20
| | * | | | PCI: xgene: Allow config access to Root Port even when link is downDuc Dang2015-06-181-3/+1
| | * | | | PCI: xgene: Disable Configuration Request Retry Status for v1 siliconDuc Dang2015-06-181-1/+40
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---------. | | | | Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host...Bjorn Helgaas2015-06-1615-191/+929
| |\ \ \ \ \ \| | | | | | | | | |_|_|_|_|/ | | | | |/| | | | |
| | | | | | | * | | PCI: xgene: Add APM X-Gene v1 PCIe MSI/MSIX termination driverDuc Dang2015-06-054-0/+627
| | | | | |_|/ / / | | | | |/| | | |
| | | | | | * | | PCI: iproc: Free resource list after registrationHauke Mehrtens2015-05-282-8/+8
| | | | | | * | | PCI: iproc: Directly add PCI resourcesHauke Mehrtens2015-05-284-10/+5
| | | | | | * | | PCI: iproc: Add BCMA PCIe driverHauke Mehrtens2015-05-203-0/+124
| | | | | | * | | PCI: iproc: Allow override of device tree IRQ mapping functionHauke Mehrtens2015-05-203-1/+4
| | | | | |/ / / | | | | |/| | |
| | | | | * | | PCI: imx6: Add #define PCIE_RC_LCSRBjorn Helgaas2015-06-161-1/+3
| | | | | * | | PCI: imx6: Use "u32", not "uint32_t"Bjorn Helgaas2015-06-161-10/+10