aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2013-12-20Merge branch 'pci/host-mvebu' into nextBjorn Helgaas
2013-12-20Merge branch 'pci/host-imx6' into nextBjorn Helgaas
2013-12-20PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev
2013-12-20PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() failsAlexander Gordeev
2013-12-20PCI: designware: Fix I/O transfers by using CPU (not realio) addressPratyush Anand
2013-12-20PCI: designware: Add dw_pcie prefix before cfg_read/writePratyush Anand
2013-12-20PCI: designware: Fix missing MSI IRQsHarro Haan
2013-12-19PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman
2013-12-19PCI/portdrv: Remove extra get_device()/put_device() for pcie_deviceBjorn Helgaas
2013-12-19PCI/portdrv: Add put_device() after device_register() failureLevente Kurusa
2013-12-19PCI/portdrv: Cleanup error pathsBjorn Helgaas
2013-12-19PCI: mvebu: Remove redundant of_match_ptrSachin Kamat
2013-12-19PCI: imx6: Fix bugs in PCIe startup codeRichard Zhu
2013-12-19PCI: imx6: Start link in Gen1 before negotiating for Gen2 modeMarek Vasut
2013-12-19PCI: imx6: Factor out link up wait loopMarek Vasut
2013-12-19PCI: imx6: Factor out PHY resetMarek Vasut
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