aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2013-12-19PCI: imx6: Report "link up" only after link training completesMarek Vasut
2013-12-19PCI: imx6: Make reset-gpio optionalMarek Vasut
2013-12-18Merge branch 'pci/vc' into nextBjorn Helgaas
2013-12-18Merge branch 'pci/pciehp' into nextBjorn Helgaas
2013-12-18Merge branch 'pci/host-tegra' into nextBjorn Helgaas
2013-12-18Merge branch 'pci/host-rcar' into nextBjorn Helgaas
2013-12-18Merge branch 'pci/host-mvebu' into nextBjorn Helgaas
2013-12-18Merge branch 'pci/host-imx6' into nextBjorn Helgaas
2013-12-18Merge branch 'pci/host-designware' into nextBjorn Helgaas
2013-12-18Merge branch 'pci/deletion' into nextBjorn Helgaas
2013-12-18Merge branch 'pci/aer' into nextBjorn Helgaas
2013-12-18PCI: Remove from bus_list and release resources in pci_release_dev()Yinghai Lu
2013-12-18PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu
2013-12-18PCI: Use device_release_driver() in pci_stop_root_bus()Yinghai Lu
2013-12-18PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Rafael J. Wysocki
2013-12-17PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2Alex Williamson
2013-12-17PCI: Add Virtual Channel to save/restore supportAlex Williamson
2013-12-17PCI: Add support for save/restore of extended capabilitiesAlex Williamson
2013-12-17PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson
2013-12-15PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas
2013-12-15PCI: pciehp: Use symbolic constants for Slot Control fieldsBjorn Helgaas
2013-12-15PCI: pciehp: Use symbolic constants, not hard-coded bitmaskBjorn Helgaas
2013-12-15PCI: pciehp: Simplify "Power Fault Detected" checking/clearingBjorn Helgaas
2013-12-15PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)Bjorn Helgaas
2013-12-15PCI: pciehp: Make various functions void since they can't failBjorn Helgaas
2013-12-15PCI: pciehp: Remove error checks when accessing PCIe CapabilityBjorn Helgaas
2013-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-12-15Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-12-14PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappersBjorn Helgaas
2013-12-13PCI/AER: Consolidate HEST error source parsersBjorn Helgaas
2013-12-13PCI/AER: Ignore non-PCIe AER error sources in aer_hest_parse()Betty Dall
2013-12-13PCI/AER: Clean up error printing code a bitBorislav Petkov
2013-12-13PCI/AER: Add a TLP header print helperBorislav Petkov
2013-12-13Merge branch 'pci/yijing-dev_is_pci' into nextBjorn Helgaas
2013-12-13Merge branch 'pci/misc' into nextBjorn Helgaas
2013-12-13PCI: Stop clearing bridge Secondary Status when setting up I/O apertureBjorn Helgaas
2013-12-13PCI: Prevent bus conflicts while checking for bridge aperturesBjorn Helgaas
2013-12-13PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong
2013-12-13PCI/portdrv: Remove superfluous name castGeert Uytterhoeven
2013-12-11ARM: tegra: pass reset to tegra_powergate_sequence_power_up()Stephen Warren
2013-12-11pci: tegra: use reset frameworkStephen Warren
2013-12-09PCI: Use dev_is_pci() to identify PCI devicesYijing Wang
2013-12-09PCI: mvebu: Remove duplicate of_clk_get_by_name() callAndrew Lunn
2013-12-09PCI: rcar: Add runtime PM supportValentine Barshak
2013-12-09PCI: imx6: Remove unneeded 'goto err'Fabio Estevam
2013-12-09PCI: designware: Use typical "for" loop idiomBjorn Helgaas
2013-12-09PCI: designware: Remove redundant call to pci_write_config_word()Bjørn Erik Nilsen
2013-12-09PCI: designware: Fix crash in dw_msi_teardown_irq()Bjørn Erik Nilsen
2013-12-09PCI: imx6: Remove unneeded check of platform_get_resource()Fabio Estevam
2013-12-07PCI: rcar: Fix rcar_pci_probe() return value checkWei Yongjun