summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpiphp_glue.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / hotplug / PCI: Check ignore_hotplug for all downstream devicesRafael J. Wysocki2015-05-231-3/+2Star
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-10/+1Star
|\
| * ACPI / hotplug / PCI: Remove pci_configure_slot() usageBjorn Helgaas2014-09-131-10/+1Star
* | PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas2014-09-101-10/+6Star
|/
* ACPI / hotplug / PCI: Fix sparse non static symbol warningWei Yongjun2014-07-201-1/+1
* ACPI / hotplug: Simplify acpi_set_hp_context()Rafael J. Wysocki2014-07-161-3/+4
* ACPI / hotplug / PCI: Eliminate acpiphp_dev_to_bridge()Rafael J. Wysocki2014-07-161-16/+8Star
* Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-121-4/+2Star
|\
| * PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-111-4/+2Star
* | ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2014-06-111-18/+42
|/
*-. Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-291-2/+1Star
|\ \
| | * PCI: acpiphp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1Star
| |/
* | PCI: Remove unnecessary __ref annotationsBjorn Helgaas2014-04-301-1/+1
* | PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker2014-04-151-1/+0Star
|/
* Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-021-3/+3
|\
| * ACPI / hotplug / PCI: Use list_for_each_entry() for bus traversalYijing Wang2014-02-141-3/+3
* | Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki2014-03-061-5/+2Star
|\ \
| * | ACPI / hotplug / PCI: Use pci_device_is_present()Rafael J. Wysocki2014-03-051-5/+2Star
* | | ACPI / dock: Add .uevent() callback to struct acpi_hotplug_contextRafael J. Wysocki2014-02-211-4/+4
* | | ACPI / dock: Use callback pointers from devices' ACPI hotplug contextsRafael J. Wysocki2014-02-211-70/+49Star
* | | ACPI / dock: Use ACPI device object pointers instead of ACPI handlesRafael J. Wysocki2014-02-211-3/+3
* | | Merge branch 'acpi-pci-hotplug' into acpi-dockRafael J. Wysocki2014-02-211-10/+19
|\| |
| * | ACPI / hotplug / PCI: Add ACPIPHP contexts to devices handled by PCIeHPRafael J. Wysocki2014-02-161-5/+8
| * | ACPI / hotplug / PCI: Rename register_slot() to acpiphp_add_context()Rafael J. Wysocki2014-02-161-5/+11
* | | ACPI / hotplug: Add .fixup() callback to struct acpi_hotplug_contextRafael J. Wysocki2014-02-211-1/+1
* | | ACPI / hotplug / PCI: Do not clear event callback pointer for docksRafael J. Wysocki2014-02-211-7/+0Star
|/ /
* | Merge back earlier 'acpi-pci-hotplug' material.Rafael J. Wysocki2014-02-121-281/+124Star
|\ \
| * | ACPI / hotplug / PCI: Execute _EJ0 under the ACPI scan lockRafael J. Wysocki2014-02-101-0/+6
| * | ACPI / hotplug / PCI: Rework acpiphp_check_host_bridge()Rafael J. Wysocki2014-02-061-8/+3Star
| * | ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()Rafael J. Wysocki2014-02-061-11/+13
| * | ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()Rafael J. Wysocki2014-02-061-1/+1
| * | ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplugRafael J. Wysocki2014-02-061-130/+38Star
| * | ACPI / hotplug / PCI: Define hotplug context lock in the coreRafael J. Wysocki2014-02-051-26/+25Star
| * | ACPI / hotplug / PCI: Do not pass ACPI handle to hotplug_event()Rafael J. Wysocki2014-02-051-7/+7
| * | ACPI / hotplug / PCI: Use acpi_handle_debug() in hotplug_event()Rafael J. Wysocki2014-02-051-9/+3Star
| * | ACPI / hotplug / PCI: Simplify hotplug_event()Rafael J. Wysocki2014-02-051-13/+6Star
| * | ACPI / hotplug / PCI: Drop crit_sect lockingRafael J. Wysocki2014-02-051-20/+3Star
| * | ACPI / hotplug / PCI: Drop acpiphp_bus_add()Rafael J. Wysocki2014-02-051-16/+6Star
| * | ACPI / hotplug / PCI: Store acpi_device pointer in acpiphp_contextRafael J. Wysocki2014-02-051-24/+22Star
| * | ACPI / hotplug / PCI: Rework acpiphp_no_hotplug()Rafael J. Wysocki2014-02-051-10/+9Star
| * | ACPI / hotplug / PCI: Drop acpiphp_bus_trim()Rafael J. Wysocki2014-02-051-19/+11Star
| * | ACPI / hotplug / PCI: Simplify register_slot()Rafael J. Wysocki2014-02-051-8/+4Star
| * | ACPI / hotplug / PCI: Proper kerneldoc comments for enumeration/removalRafael J. Wysocki2014-02-051-4/+10
| * | ACPI / hotplug / PCI: Simplify disable_slot()Rafael J. Wysocki2014-02-051-23/+5Star
* | | ACPI / hotplug / PCI: Relax the checking of _STA return valuesMika Westerberg2014-02-121-2/+13
|/ /
* | ACPI / hotplug / PCI: Fix bridge removal race vs dock eventsRafael J. Wysocki2014-02-031-1/+20
* | ACPI / hotplug / PCI: Fix bridge removal race in handle_hotplug_event()Rafael J. Wysocki2014-02-031-4/+14
* | ACPI / hotplug / PCI: Scan root bus under the PCI rescan-remove lockRafael J. Wysocki2014-02-031-0/+4
* | ACPI / hotplug / PCI: Move PCI rescan-remove locking to hotplug_event()Rafael J. Wysocki2014-02-031-2/+2
* | ACPI / hotplug / PCI: Remove entries from bus->devices in reverse orderRafael J. Wysocki2014-02-031-4/+4
|/