summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2014-06-04WIP: PCI: tegra: Remove several fixupsThierry Reding1-15/+0
2014-06-04PCI: tegra: Add Tegra124 supportThierry Reding1-31/+180
2014-06-04PCI: tegra: Implement accurate power supply schemeThierry Reding1-61/+87
2014-06-04PCI: tegra: Make sure the PCIe PLL is really resetThierry Reding1-0/+7
2014-06-04PCI: tegra: Fix extended configuration space mappingPeter Daifuku1-1/+1
2014-06-04PCI: tegra: Clear CLKREQ# enable on port disableThierry Reding1-0/+5
2014-06-04PCI: tegra: Allow building as a moduleThierry Reding1-1/+1
2014-06-04PCI: Export pci_create_root_bus()Thierry Reding1-0/+1
2014-06-04PCI: Export MSI helpersThierry Reding1-0/+3
2014-06-04PCI: tegra: Support driver unbindingThierry Reding1-1/+44
2014-06-03PCI: Disable Hypertransport quirk on TegraThierry Reding1-0/+2
2014-06-03PCI: tegra: Implement a proper resource hierarchyThierry Reding1-3/+29
2014-06-03PCI: tegra: Add debugfs supportThierry Reding1-0/+118
2014-06-03PCI: tegra: Fix license stringThierry Reding1-1/+1
2014-06-03PCI: mvebu: Fix license stringThierry Reding1-1/+1
2014-06-03Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2-11/+6
2014-06-03Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell1-3/+3
2014-06-03Merge remote-tracking branch 'pci/next'Stephen Rothwell2-0/+162
2014-06-03Merge remote-tracking branch 'powerpc/next'Stephen Rothwell1-8/+13
2014-06-02Merge branch 'pci/iommu' into nextBjorn Helgaas2-0/+162
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds39-365/+2010
2014-05-30Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...Bjorn Helgaas6-107/+67
2014-05-30Merge branch 'pci/host-generic' into nextBjorn Helgaas3-0/+396
2014-05-30PCI: generic: Add generic PCI host controller driverWill Deacon3-0/+396
2014-05-30PCI: imx6: Add support for MSILucas Stach1-0/+27
2014-05-30PCI: designware: Make MSI ISR shared IRQ awareLucas Stach3-5/+7
2014-05-30PCI: imx6: Remove optional (and unused) IRQsLucas Stach1-42/+0
2014-05-30PCI: imx6: Drop old IRQ mappingLucas Stach1-6/+0
2014-05-30PCI: imx6: Use new clock namesLucas Stach1-45/+29
2014-05-30PCI: imx6: Fix imx6_add_pcie_port() section mismatch warningSachin Kamat1-1/+1
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang2-9/+3
2014-05-29PCI: exynos: Fix add_pcie_port() section mismatch warningSachin Kamat1-1/+2
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas3-9/+53
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas13-31/+99
2014-05-28Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into nextBjorn Helgaas5-6/+1052
2014-05-28PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson3-3/+63
2014-05-28PCI: Add bridge DMA alias quirk for ASMedia and Tundra bridgesAlex Williamson1-0/+23
2014-05-28PCI: Add support for PCIe-to-PCI bridge DMA alias quirksAlex Williamson1-2/+8
2014-05-28PCI: Add function 1 DMA alias quirk for Marvell devicesAlex Williamson1-0/+36
2014-05-28PCI: Add function 0 DMA alias quirk for Ricoh devicesAlex Williamson1-0/+16
2014-05-28PCI: Add support for DMA alias quirksAlex Williamson1-0/+11
2014-05-28PCI: Add DMA alias iteratorAlex Williamson1-0/+70
2014-05-28PCI: rcar: Add gen2 device tree supportBen Dooks1-2/+29
2014-05-27PCI: cpqphp: Fix possible null pointer dereferenceRickard Strandqvist1-1/+2
2014-05-27PCI: rcar: Add MSI support for PCIePhil Edworthy1-1/+241
2014-05-27PCI: rcar: Add Renesas R-Car PCIe driverPhil Edworthy3-0/+775
2014-05-27PCI: Fix return value from pci_user_{read,write}_config_*()Gavin Shan1-8/+4
2014-05-27PCI: exynos: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-0/+11
2014-05-27PCI: Test for std config alias when testing extended config spaceAlex Williamson1-1/+38