summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | PCI: imx6: Factor out PHY resetMarek Vasut2013-12-191-16/+19
| * | | | | | | PCI: imx6: Report "link up" only after link training completesMarek Vasut2013-12-191-4/+13
| * | | | | | | PCI: imx6: Make reset-gpio optionalMarek Vasut2013-12-191-14/+13
* | | | | | | | Merge branch 'pci/vc' into nextBjorn Helgaas2013-12-183-32/+506
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2Alex Williamson2013-12-171-14/+14
| * | | | | | | | PCI: Add Virtual Channel to save/restore supportAlex Williamson2013-12-173-1/+440
| * | | | | | | | PCI: Add support for save/restore of extended capabilitiesAlex Williamson2013-12-171-8/+35
| * | | | | | | | PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson2013-12-171-23/+31
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'pci/pciehp' into nextBjorn Helgaas2013-12-185-328/+177
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas2013-12-152-29/+25
| * | | | | | | | PCI: pciehp: Use symbolic constants for Slot Control fieldsBjorn Helgaas2013-12-151-58/+28
| * | | | | | | | PCI: pciehp: Use symbolic constants, not hard-coded bitmaskBjorn Helgaas2013-12-151-1/+4
| * | | | | | | | PCI: pciehp: Simplify "Power Fault Detected" checking/clearingBjorn Helgaas2013-12-151-3/+3
| * | | | | | | | PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)Bjorn Helgaas2013-12-151-3/+12
| * | | | | | | | PCI: pciehp: Make various functions void since they can't failBjorn Helgaas2013-12-155-89/+54
| * | | | | | | | PCI: pciehp: Remove error checks when accessing PCIe CapabilityBjorn Helgaas2013-12-151-136/+41
| * | | | | | | | PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappersBjorn Helgaas2013-12-141-47/+48
| |/ / / / / / /
* | | | | | | | Merge branch 'pci/host-tegra' into nextBjorn Helgaas2013-12-181-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI: Disable Gen2 for Tegra20 and Tegra30Eric Brower2013-12-071-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'pci/host-rcar' into nextBjorn Helgaas2013-12-181-3/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI: rcar: Add runtime PM supportValentine Barshak2013-12-091-1/+7
| * | | | | | | | PCI: rcar: Fix rcar_pci_probe() return value checkWei Yongjun2013-12-071-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2013-12-181-31/+55
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | PCI: mvebu: Remove duplicate of_clk_get_by_name() callAndrew Lunn2013-12-091-8/+0
| * | | | | | | PCI: mvebu: Support a bridge with no IO port windowJason Gunthorpe2013-11-261-20/+43
| * | | | | | | PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bitsJason Gunthorpe2013-11-261-2/+12
| * | | | | | | PCI: mvebu: Drop writes to bridge Secondary Status registerJason Gunthorpe2013-11-261-1/+0
| |/ / / / / /
* | | | | | | Merge branch 'pci/host-imx6' into nextBjorn Helgaas2013-12-181-27/+12
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | PCI: imx6: Remove unneeded 'goto err'Fabio Estevam2013-12-091-22/+12
| * | | | | | PCI: imx6: Remove unneeded check of platform_get_resource()Fabio Estevam2013-12-091-5/+0
| |/ / / / /
* | | | | | Merge branch 'pci/host-designware' into nextBjorn Helgaas2013-12-181-19/+40
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | PCI: designware: Use typical "for" loop idiomBjorn Helgaas2013-12-091-6/+2
| * | | | | PCI: designware: Remove redundant call to pci_write_config_word()Bjørn Erik Nilsen2013-12-091-4/+4
| * | | | | PCI: designware: Fix crash in dw_msi_teardown_irq()Bjørn Erik Nilsen2013-12-091-12/+37
| |/ / / /
* | | | | Merge branch 'pci/deletion' into nextBjorn Helgaas2013-12-183-25/+22
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | PCI: Remove from bus_list and release resources in pci_release_dev()Yinghai Lu2013-12-182-21/+19
| * | | | PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu2013-12-182-2/+1
| * | | | PCI: Use device_release_driver() in pci_stop_root_bus()Yinghai Lu2013-12-181-2/+2
| * | | | PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Rafael J. Wysocki2013-12-181-1/+3
| |/ / /
* | | | Merge branch 'pci/aer' into nextBjorn Helgaas2013-12-182-66/+77
|\ \ \ \ | | |_|/ | |/| |
| * | | PCI/AER: Consolidate HEST error source parsersBjorn Helgaas2013-12-131-16/+17
| * | | PCI/AER: Ignore non-PCIe AER error sources in aer_hest_parse()Betty Dall2013-12-131-8/+17
| * | | PCI/AER: Clean up error printing code a bitBorislav Petkov2013-12-131-24/+27
| * | | PCI/AER: Add a TLP header print helperBorislav Petkov2013-12-131-23/+21
| |/ /
* | | Merge branch 'pci/yijing-dev_is_pci' into nextBjorn Helgaas2013-12-131-1/+1
|\ \ \
| * | | PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-091-1/+1
| |/ /
* | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-12-134-13/+25
|\ \ \ | | |/ | |/|
| * | PCI: Stop clearing bridge Secondary Status when setting up I/O apertureBjorn Helgaas2013-12-131-5/+5
| * | PCI: Prevent bus conflicts while checking for bridge aperturesBjorn Helgaas2013-12-131-2/+4
| * | PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-131-5/+14
OpenPOWER on IntegriCloud