summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
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
2013-12-07PCI: Disable Gen2 for Tegra20 and Tegra30Eric Brower
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz
2013-12-07ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki
2013-12-07PCI / ACPI: Use acpi_find_child_device() for child devices lookupRafael J. Wysocki
2013-12-07Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng
2013-12-02PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ...Rafael J. Wysocki
2013-11-28Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki
2013-11-28ACPI / PCI / hotplug: Avoid warning when _ADR not presentToshi Kani
2013-11-27remove obsolete references to powertweakDave Jones
2013-11-26PCI: mvebu: Support a bridge with no IO port windowJason Gunthorpe
2013-11-26PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bitsJason Gunthorpe
2013-11-26PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt PinJason Gunthorpe
2013-11-26PCI: mvebu: Drop writes to bridge Secondary Status registerJason Gunthorpe
2013-11-25PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Rafael J. Wysocki
2013-11-25PCI: Avoid unnecessary CPU switch when calling driver .probe() methodAlexander Duyck
2013-11-22PCI: Clear NumVFs when disabling SR-IOV in sriov_init()ethan.zhao