aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/acpiphp.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-1/+1
2018-09-29Update email addressGravatar Matthew Wilcox 1-1/+1
2018-09-18PCI: hotplug: Embed hotplug_slotGravatar Lukas Wunner 1-2/+7
2018-09-18PCI: hotplug: Drop hotplug_slot_infoGravatar Lukas Wunner 1-1/+0
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateGravatar Bjorn Helgaas 1-15/+1
2016-01-08PCI: Fix all whitespace issuesGravatar Bogicevic Sasa 1-1/+1
2014-06-11ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesGravatar Rafael J. Wysocki 1-0/+10
2014-02-06ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()Gravatar Rafael J. Wysocki 1-1/+0
2014-02-06ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplugGravatar Rafael J. Wysocki 1-2/+7
2014-02-05ACPI / hotplug / PCI: Drop crit_sect lockingGravatar Rafael J. Wysocki 1-1/+0
2014-02-05ACPI / hotplug / PCI: Store acpi_device pointer in acpiphp_contextGravatar Rafael J. Wysocki 1-2/+7
2014-01-14ACPI / hotplug / PCI: Use global PCI rescan-remove lockingGravatar Rafael J. Wysocki 1-1/+4
2013-11-19Merge branch 'acpi-hotplug'Gravatar Rafael J. Wysocki 1-1/+0
2013-11-19PCI / hotplug / ACPI: Drop unused acpiphp_debug declarationGravatar Mika Westerberg 1-1/+0
2013-09-25PCI: acpiphp: Convert to dynamic debugGravatar Lan Tianyu 1-10/+0
2013-07-23ACPI / hotplug / PCI: Get rid of unused constants in acpiphp.hGravatar Mika Westerberg 1-5/+1
2013-07-23ACPI / hotplug / PCI: Do not exectute _PS0 and _PS3 directlyGravatar Rafael J. Wysocki 1-6/+1
2013-07-23ACPI / hotplug / PCI: Consolidate slot disabling and ejectingGravatar Mika Westerberg 1-2/+1
2013-07-23ACPI / hotplug / PCI: Store parent in functions and bus in slotsGravatar Rafael J. Wysocki 1-2/+3
2013-07-23ACPI / hotplug / PCI: Drop handle field from struct acpiphp_bridgeGravatar Rafael J. Wysocki 1-1/+0
2013-07-23ACPI / hotplug / PCI: Drop handle field from struct acpiphp_funcGravatar Rafael J. Wysocki 1-1/+5
2013-07-23ACPI / hotplug / PCI: Embed function struct into struct acpiphp_contextGravatar Rafael J. Wysocki 1-2/+6
2013-07-23ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridgeGravatar Rafael J. Wysocki 1-5/+0
2013-07-23ACPI / hotplug / PCI: Drop sun field from struct acpiphp_slotGravatar Rafael J. Wysocki 1-3/+2
2013-07-23ACPI / hotplug / PCI: Register all devices under the given bridgeGravatar Rafael J. Wysocki 1-1/+0
2013-07-23ACPI / hotplug / PCI: Drop func field from struct acpiphp_bridgeGravatar Rafael J. Wysocki 1-2/+0
2013-07-23ACPI / hotplug / PCI: Unified notify handler for hotplug eventsGravatar Rafael J. Wysocki 1-0/+1
2013-07-23ACPI / hotplug / PCI: Hotplug context objects for bridges and functionsGravatar Rafael J. Wysocki 1-0/+10
2013-07-15ACPI / dock / PCI: Drop ACPI dock notifier chainGravatar Rafael J. Wysocki 1-1/+0
2013-04-17Merge branch 'pci/cleanup' into nextGravatar Bjorn Helgaas 1-11/+11
2013-04-17PCI: Remove "extern" from function declarationsGravatar Bjorn Helgaas 1-13/+13
2013-04-16PCI: acpiphp: Protect acpiphp data structures from concurrent updatesGravatar Jiang Liu 1-0/+1
2013-04-16PCI: acpiphp: Use normal list to simplify implementationGravatar Yijing Wang 1-2/+2
2013-04-12PCI: acpiphp: Do not use ACPI PCI subdriver mechanismGravatar Jiang Liu 1-3/+0
2013-04-12PCI: acpiphp: Convert acpiphp to be builtin only, not modularGravatar Jiang Liu 1-0/+1
2013-04-12PCI: acpiphp: Replace local macros with standard ACPI macrosGravatar Jiang Liu 1-4/+0
2013-02-02PCI: acpiphp: Remove dead code for PCI host bridge hotplugGravatar Jiang Liu 1-12/+1
2013-01-25PCI: acpiphp: Keep driver loaded even if no slots foundGravatar Yinghai Lu 1-1/+0
2012-07-10PCI: acpiphp: merge acpiphp_debug and debugGravatar Yinghai Lu 1-1/+1
2012-07-10PCI: acpiphp: remove unused res_lockGravatar Yinghai Lu 1-2/+0
2011-01-10headers: kobject.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-11-04PCI hotplug: move IOAPIC support from acpiphp to ioapic driverGravatar Bjorn Helgaas 1-6/+0
2009-09-14PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridgeGravatar Bjorn Helgaas 1-3/+0
2009-05-27PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_funcGravatar Alex Chiang 1-1/+0
2009-01-07PCI hotplug: acpiphp whitespace cleanupGravatar Alex Chiang 1-1/+1
2008-12-16PCI hotplug: acpiphp wants a 64-bit _SUNGravatar Justin Chen 1-1/+1
2008-10-22PCI: acpiphp: remove 'name' parameterGravatar Alex Chiang 1-4/+5
2008-07-21driver core: remove KOBJ_NAME_LEN defineGravatar Kay Sievers 1-2/+2
2008-06-10PCI: introduce pci_slotGravatar Alex Chiang 1-1/+0
2008-02-01PCI: hotplug: acpiphp: Remove unused variable from acpiphpGravatar Alex Chiang 1-1/+0