summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorFilesLines
2014-05-15PCI: shpchp: Check bridge's secondary (not primary) bus speedMarcel Apfelbaum1-2/+2
2014-04-02Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-80/+194
2014-03-06Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki1-5/+2
2014-03-05ACPI / hotplug / PCI: Use pci_device_is_present()Rafael J. Wysocki1-5/+2
2014-02-21ACPI / dock: Add .uevent() callback to struct acpi_hotplug_contextRafael J. Wysocki1-4/+4
2014-02-21ACPI / dock: Use callback pointers from devices' ACPI hotplug contextsRafael J. Wysocki1-70/+49
2014-02-21ACPI / dock: Use ACPI device object pointers instead of ACPI handlesRafael J. Wysocki1-3/+3
2014-02-21Merge branch 'acpi-pci-hotplug' into acpi-dockRafael J. Wysocki1-10/+19
2014-02-21ACPI / hotplug: Add .fixup() callback to struct acpi_hotplug_contextRafael J. Wysocki1-1/+1
2014-02-21ACPI / hotplug / PCI: Do not clear event callback pointer for docksRafael J. Wysocki1-7/+0
2014-02-21Merge branch 'pci/pciehp' into nextBjorn Helgaas6-75/+189
2014-02-20PCI: pciehp: Cleanup whitespaceBjorn Helgaas3-5/+6
2014-02-20PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain2-5/+13
2014-02-19Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+2
2014-02-16ACPI / hotplug / PCI: Add ACPIPHP contexts to devices handled by PCIeHPRafael J. Wysocki1-5/+8
2014-02-16ACPI / hotplug / PCI: Rename register_slot() to acpiphp_add_context()Rafael J. Wysocki1-5/+11
2014-02-14ACPI / hotplug / PCI: Use list_for_each_entry() for bus traversalYijing Wang1-3/+3
2014-02-14PCI: pciehp: Don't turn slot off when hot-added device already existsYijing Wang2-2/+3
2014-02-13PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe()Dan Carpenter1-2/+2
2014-02-12Merge back earlier 'acpi-pci-hotplug' material.Rafael J. Wysocki2-285/+136
2014-02-12ACPI / hotplug / PCI: Relax the checking of _STA return valuesMika Westerberg1-2/+13
2014-02-12PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain4-3/+23
2014-02-12PCI: pciehp: Ensure very fast hotplug events are also processedRajat Jain1-9/+20
2014-02-12PCI: pciehp: Disable link notification across slot resetRajat Jain1-13/+17
2014-02-12PCI: pciehp: Don't check adapter or latch status while disablingRajat Jain1-18/+0
2014-02-12PCI: pciehp: Don't disable the link permanently during removalRajat Jain1-18/+0
2014-02-12PCI: pciehp: Enable link state change notificationsRajat Jain1-2/+11
2014-02-11PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain3-1/+96
2014-02-11PCI: pciehp: Make check_link_active() non-staticRajat Jain2-3/+4
2014-02-10ACPI / hotplug / PCI: Execute _EJ0 under the ACPI scan lockRafael J. Wysocki1-0/+6
2014-02-06ACPI / hotplug / PCI: Rework acpiphp_check_host_bridge()Rafael J. Wysocki1-8/+3
2014-02-06ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()Rafael J. Wysocki2-12/+13
2014-02-06ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()Rafael J. Wysocki1-1/+1
2014-02-06ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplugRafael J. Wysocki2-132/+45
2014-02-05ACPI / hotplug / PCI: Define hotplug context lock in the coreRafael J. Wysocki1-26/+25
2014-02-05ACPI / hotplug / PCI: Do not pass ACPI handle to hotplug_event()Rafael J. Wysocki1-7/+7
2014-02-05ACPI / hotplug / PCI: Use acpi_handle_debug() in hotplug_event()Rafael J. Wysocki1-9/+3
2014-02-05ACPI / hotplug / PCI: Simplify hotplug_event()Rafael J. Wysocki1-13/+6
2014-02-05ACPI / hotplug / PCI: Drop crit_sect lockingRafael J. Wysocki2-21/+3
2014-02-05ACPI / hotplug / PCI: Drop acpiphp_bus_add()Rafael J. Wysocki1-16/+6
2014-02-05ACPI / hotplug / PCI: Store acpi_device pointer in acpiphp_contextRafael J. Wysocki2-26/+29
2014-02-05ACPI / hotplug / PCI: Rework acpiphp_no_hotplug()Rafael J. Wysocki1-10/+9
2014-02-05ACPI / hotplug / PCI: Drop acpiphp_bus_trim()Rafael J. Wysocki1-19/+11
2014-02-05ACPI / hotplug / PCI: Simplify register_slot()Rafael J. Wysocki1-8/+4
2014-02-05ACPI / hotplug / PCI: Proper kerneldoc comments for enumeration/removalRafael J. Wysocki1-4/+10
2014-02-05ACPI / hotplug / PCI: Simplify disable_slot()Rafael J. Wysocki1-23/+5
2014-02-04ACPI / hotplug / PCI: Fix bridge removal race vs dock eventsRafael J. Wysocki1-1/+20
2014-02-04ACPI / hotplug / PCI: Fix bridge removal race in handle_hotplug_event()Rafael J. Wysocki1-4/+14
2014-02-04ACPI / hotplug / PCI: Scan root bus under the PCI rescan-remove lockRafael J. Wysocki1-0/+4
2014-02-04ACPI / hotplug / PCI: Move PCI rescan-remove locking to hotplug_event()Rafael J. Wysocki1-2/+2