aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-06ACPI: add AMD ACPI2Platform device support for x86 systemKen Xue1-0/+1
2015-01-05ACPI / PM: Fix PM initialization for devices that are not presentRafael J. Wysocki1-5/+8
2014-12-18Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm'Rafael J. Wysocki1-2/+2
2014-12-12ACPI / scan: Change the level of _DEP-related messages to KERN_DEBUGRafael J. Wysocki1-2/+2
2014-12-08Merge branches 'acpi-scan', 'acpi-pm', 'acpi-lpss' and 'acpi-processor'Rafael J. Wysocki1-0/+85
2014-11-24ACPI: Add _DEP support to fix battery issue on Asus T100TALan Tianyu1-0/+85
2014-11-04Driver core: Unified interface for firmware node propertiesRafael J. Wysocki1-0/+21
2014-11-04ACPI: Allow drivers to match using Device Tree compatible propertyMika Westerberg1-11/+95
2014-11-04ACPI: Add support for device specific propertiesMika Westerberg1-0/+2
2014-10-27ACPI: Use ACPI companion to match only the first physical deviceMika Westerberg1-16/+54
2014-10-24Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2014-10-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-0/+1
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE renaming.Lv Zheng1-1/+1
2014-09-25Merge branches 'acpi-hotplug', 'acpi-scan', 'acpi-lpss', 'acpi-gpio' and 'acpi-video'Rafael J. Wysocki1-1/+1
2014-09-22ACPI / scan: Correct error return value of create_modalias()Mika Westerberg1-1/+1
2014-09-21ACPI / hotplug: Generate online uevents for ACPI containersRafael J. Wysocki1-0/+3
2014-09-11ACPI: introduce ACPI int340x thermal scan handlerZhang Rui1-0/+1
2014-09-03ACPI / scan: not cache _SUN value in struct acpi_device_pnpYasuaki Ishimatsu1-7/+8
2014-08-26ACPI: Run fixed event device notifications in process contextLan Tianyu1-5/+10
2014-08-26ACPI / scan: Allow ACPI drivers to bind to PNP device objectsRafael J. Wysocki1-1/+1
2014-08-10Merge branches 'acpi-processor', 'acpi-hotplug' and 'acpi-battery'Rafael J. Wysocki1-1/+2
2014-08-07ACPI / hotplug: Check scan handlers in acpi_scan_hot_remove()Tang Chen1-1/+2
2014-07-27Merge branches 'acpi-video' and 'acpi-hotplug'Rafael J. Wysocki1-1/+3
2014-07-23ACPI / scan: No implicit wake notification for buttonsRafael J. Wysocki1-13/+16
2014-07-16ACPI / hotplug: Simplify acpi_set_hp_context()Rafael J. Wysocki1-1/+3
2014-06-03Merge branch 'acpi-enumeration'Rafael J. Wysocki1-3/+53
2014-06-03Merge branch 'acpi-pm'Rafael J. Wysocki1-0/+4
2014-05-30ACPI / scan: use platform bus type by default for _HID enumerationZhang Rui1-1/+41
2014-05-30ACPI / scan: Change the meaning of missing .attach() in scan handlersRafael J. Wysocki1-1/+5
2014-05-30ACPI / scan: introduce platform_id device PNP type flagRafael J. Wysocki1-1/+3
2014-05-30ACPI / PNP: use device ID list for PNPACPI device enumerationZhang Rui1-0/+1
2014-05-30ACPI / scan: .match() callback for ACPI scan handlersRafael J. Wysocki1-0/+3
2014-05-20ACPI / PM: Avoid resuming devices in ACPI PM domain during system suspendRafael J. Wysocki1-0/+4
2014-04-28ACPI / scan: do not scan fixed hardware on HW-reduced platformAaron Lu1-6/+10
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki1-4/+5
2014-03-17Merge branch 'acpi-ost'Rafael J. Wysocki1-7/+23
2014-03-05ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()Rafael J. Wysocki1-4/+2
2014-02-22ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OSTRafael J. Wysocki1-5/+5
2014-02-22ACPI / ATA: Add hotplug contexts to ACPI companions of SATA devicesRafael J. Wysocki1-0/+11
2014-02-21ACPI / dock: Add .uevent() callback to struct acpi_hotplug_contextRafael J. Wysocki1-4/+4
2014-02-21Merge branch 'acpi-pci-hotplug' into acpi-ostRafael J. Wysocki1-88/+93
2014-02-21ACPI: use device name LNXSYBUS.xx for ACPI \_SB and \_TZ objectsJiang Liu1-2/+18
2014-02-16ACPI / dock: Pass ACPI device pointer to acpi_device_is_battery()Rafael J. Wysocki1-13/+11
2014-02-16ACPI / dock: Dispatch dock notifications from the global notify handlerRafael J. Wysocki1-2/+34
2014-02-11ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handlerRafael J. Wysocki1-4/+5
2014-02-06ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()Rafael J. Wysocki1-76/+5
2014-02-06ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()Rafael J. Wysocki1-3/+3
2014-02-06ACPI / hotplug / PCI: Rework the handling of eject requestsRafael J. Wysocki1-10/+10
2014-02-06ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplugRafael J. Wysocki1-48/+89
2014-02-05ACPI / hotplug / PCI: Define hotplug context lock in the coreRafael J. Wysocki1-0/+11