aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+8
2013-12-15Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-9/+38
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-3/+9
2013-12-02PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not presentRafael J. Wysocki1-0/+8
2013-11-27remove obsolete references to powertweakDave Jones1-4/+0
2013-11-26PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt PinJason Gunthorpe1-0/+5
2013-11-25PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Rafael J. Wysocki1-1/+3
2013-11-25PCI: Avoid unnecessary CPU switch when calling driver .probe() methodAlexander Duyck1-5/+21
2013-11-22Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds60-448/+447
2013-11-20PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove()Yinghai Lu1-1/+0
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-15/+14
2013-11-19Merge branch 'acpi-hotplug'Rafael J. Wysocki1-1/+0
2013-11-19PCI / hotplug / ACPI: Drop unused acpiphp_debug declarationMika Westerberg1-1/+0
2013-11-15kfifo API type safetyStefani Seibold1-1/+1
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki5-10/+10
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-4/+4
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas60-447/+447
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds23-196/+1519
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-18/+10
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-14/+1
2013-11-11Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-87/+150
2013-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+2
2013-11-07Merge branch 'pci/misc' into nextBjorn Helgaas2-11/+24
2013-11-07PCI: Enable upstream bridges even for VFs on virtual busesBjorn Helgaas1-5/+8
2013-11-07Merge branch 'acpi-hotplug'Rafael J. Wysocki1-11/+7
2013-11-07ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki1-11/+7
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-10/+23
2013-11-06PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk1-6/+16
2013-11-06Merge branch 'pci/misc' into nextBjorn Helgaas3-10/+23
2013-11-06PCI: Warn on driver probe return value greater than zeroStephen M. Cameron1-2/+10
2013-11-05PCI: Drop warning about drivers that don't use pci_set_master()Bjorn Helgaas1-3/+1
2013-11-05PCI: Workaround missing pci_set_master in pci driversYinghai Lu1-1/+7
2013-11-01PCI: Update pcie_ports 'auto' behavior for non-ACPI platformsAndrew Murray1-7/+8
2013-10-31Merge branch 'pci/misc' into nextBjorn Helgaas4-33/+24
2013-10-31Merge branch 'pci/yijing-mps-v1' into nextBjorn Helgaas1-0/+2
2013-10-31Merge branch 'pci/host-rcar' into nextBjorn Helgaas3-0/+342
2013-10-31Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-10/+3
2013-10-31Merge branch 'pci/host-exynos' into nextBjorn Helgaas3-35/+40
2013-10-31Merge branch 'pci/gregkh-driver-core' into nextBjorn Helgaas3-44/+78
2013-10-31PCI: imx6: Probe the PCIe in fs_initcall()Marek Vasut1-1/+1
2013-10-30PCI: Add R-Car Gen2 internal PCI supportValentine Barshak3-0/+342
2013-10-30PCI: imx6: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-30Revert "ACPI / hotplug / PCI: Avoid doing too much for spurious notifies"Mika Westerberg1-5/+1
2013-10-29PCI: Report pci_pme_active() kmalloc failureBjorn Helgaas1-3/+4
2013-10-29PCI: imx6: Increase link startup timeoutMarek Vasut1-1/+1
2013-10-29PCI: exynos: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-29PCI: imx6: Fix imprecise abort handlerTim Harvey1-6/+0
2013-10-29PCI: Fail MSI/MSI-X initialization if device is not in PCI_D0Yijing Wang1-3/+3
2013-10-29PCI: imx6: Remove redundant dev_err() in imx6_pcie_probe()Wei Yongjun1-1/+0
2013-10-27Merge tag 's3c24xx-dma' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/driversOlof Johansson1-1/+7