summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2013-12-19PCI: imx6: Factor out link up wait loopMarek Vasut1-14/+20
2013-12-19PCI: imx6: Factor out PHY resetMarek Vasut1-16/+19
2013-12-19PCI: imx6: Report "link up" only after link training completesMarek Vasut1-4/+13
2013-12-19PCI: imx6: Make reset-gpio optionalMarek Vasut1-14/+13
2013-12-18Merge branch 'pci/vc' into nextBjorn Helgaas3-32/+506
2013-12-18Merge branch 'pci/pciehp' into nextBjorn Helgaas5-328/+177
2013-12-18Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-1/+1
2013-12-18Merge branch 'pci/host-rcar' into nextBjorn Helgaas1-3/+9
2013-12-18Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-31/+55
2013-12-18Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-27/+12
2013-12-18Merge branch 'pci/host-designware' into nextBjorn Helgaas1-19/+40
2013-12-18Merge branch 'pci/deletion' into nextBjorn Helgaas3-25/+22
2013-12-18Merge branch 'pci/aer' into nextBjorn Helgaas2-66/+77
2013-12-18PCI: Remove from bus_list and release resources in pci_release_dev()Yinghai Lu2-21/+19
2013-12-18PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu2-2/+1
2013-12-18PCI: Use device_release_driver() in pci_stop_root_bus()Yinghai Lu1-2/+2
2013-12-18PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Rafael J. Wysocki1-1/+3
2013-12-17PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2Alex Williamson1-14/+14
2013-12-17PCI: Add Virtual Channel to save/restore supportAlex Williamson3-1/+440
2013-12-17PCI: Add support for save/restore of extended capabilitiesAlex Williamson1-8/+35
2013-12-17PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson1-23/+31
2013-12-15PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas2-29/+25
2013-12-15PCI: pciehp: Use symbolic constants for Slot Control fieldsBjorn Helgaas1-58/+28
2013-12-15PCI: pciehp: Use symbolic constants, not hard-coded bitmaskBjorn Helgaas1-1/+4
2013-12-15PCI: pciehp: Simplify "Power Fault Detected" checking/clearingBjorn Helgaas1-3/+3
2013-12-15PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)Bjorn Helgaas1-3/+12
2013-12-15PCI: pciehp: Make various functions void since they can't failBjorn Helgaas5-89/+54
2013-12-15PCI: pciehp: Remove error checks when accessing PCIe CapabilityBjorn Helgaas1-136/+41
2013-12-14PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappersBjorn Helgaas1-47/+48
2013-12-13PCI/AER: Consolidate HEST error source parsersBjorn Helgaas1-16/+17
2013-12-13PCI/AER: Ignore non-PCIe AER error sources in aer_hest_parse()Betty Dall1-8/+17
2013-12-13PCI/AER: Clean up error printing code a bitBorislav Petkov1-24/+27
2013-12-13PCI/AER: Add a TLP header print helperBorislav Petkov1-23/+21
2013-12-13Merge branch 'pci/yijing-dev_is_pci' into nextBjorn Helgaas1-1/+1
2013-12-13Merge branch 'pci/misc' into nextBjorn Helgaas4-13/+25
2013-12-13PCI: Stop clearing bridge Secondary Status when setting up I/O apertureBjorn Helgaas1-5/+5
2013-12-13PCI: Prevent bus conflicts while checking for bridge aperturesBjorn Helgaas1-2/+4
2013-12-13PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong1-5/+14
2013-12-13PCI/portdrv: Remove superfluous name castGeert Uytterhoeven1-1/+1
2013-12-09PCI: Use dev_is_pci() to identify PCI devicesYijing Wang1-1/+1
2013-12-09PCI: mvebu: Remove duplicate of_clk_get_by_name() callAndrew Lunn1-8/+0
2013-12-09PCI: rcar: Add runtime PM supportValentine Barshak1-1/+7
2013-12-09PCI: imx6: Remove unneeded 'goto err'Fabio Estevam1-22/+12
2013-12-09PCI: designware: Use typical "for" loop idiomBjorn Helgaas1-6/+2
2013-12-09PCI: designware: Remove redundant call to pci_write_config_word()Bjørn Erik Nilsen1-4/+4
2013-12-09PCI: designware: Fix crash in dw_msi_teardown_irq()Bjørn Erik Nilsen1-12/+37
2013-12-09PCI: imx6: Remove unneeded check of platform_get_resource()Fabio Estevam1-5/+0
2013-12-07PCI: rcar: Fix rcar_pci_probe() return value checkWei Yongjun1-2/+2
2013-12-07PCI: Disable Gen2 for Tegra20 and Tegra30Eric Brower1-1/+1
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-3/+9