summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-071-0/+42
|\
| * ACPI: Adding DMA Attribute APIs for ACPI DeviceSuthikulpanit, Suravee2015-11-071-0/+42
* | Merge branch 'acpi-init'Rafael J. Wysocki2015-10-251-0/+39
|\ \
| * | ACPI: Add early device probing infrastructureMarc Zyngier2015-10-011-0/+39
| |/
| |
| \
*-. \ Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted'Rafael J. Wysocki2015-10-251-4/+4
|\ \ \ | |_|/ |/| |
| * | ACPI / scan: use kstrdup_const() in acpi_add_id()Rasmus Villemoes2015-09-151-2/+2
| * | ACPI / scan: constify struct acpi_hardware_id::idRasmus Villemoes2015-09-151-2/+2
| |/
* / ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki2015-09-151-20/+0Star
|/
* Merge branch 'acpi-scan' into acpi-pmRafael J. Wysocki2015-07-291-874/+0Star
|\
| * ACPI / bus: Move ACPI bus type registrationRafael J. Wysocki2015-07-171-6/+0Star
| * ACPI / scan: Move bus operations and notification routines to bus.cRafael J. Wysocki2015-07-171-183/+0Star
| * ACPI / scan: Move device matching code to bus.cRafael J. Wysocki2015-07-171-189/+0Star
| * ACPI / scan: Move sysfs-related device code to a separate fileRafael J. Wysocki2015-07-171-482/+1Star
* | ACPI / PM: Attach ACPI power domain only onceMika Westerberg2015-07-281-16/+30
|/
* ACPI / scan: Add support for ACPI _CLS device matchingSuthikulpanit, Suravee2015-07-071-2/+30
* Merge branch 'acpi-cca'Rafael J. Wysocki2015-06-191-0/+35
|\
| * ACPI / scan: Parse _CCA and setup device coherencySuthikulpanit, Suravee2015-06-151-0/+35
* | Merge branch 'acpi-video'Rafael J. Wysocki2015-06-191-0/+56
|\ \
| * | acpi-video-detect: Move acpi_is_video_device() to acpi/scan.cHans de Goede2015-06-191-0/+56
| |/
| |
| \
*-. \ Merge branches 'acpi-pm', 'acpi-apei', 'acpi-osl' and 'acpi-pci'Rafael J. Wysocki2015-06-191-20/+6Star
|\ \ \ | |_|/ |/| |
| * | ACPI / PM: Rework device power management to follow ACPI 6Rafael J. Wysocki2015-05-161-20/+6Star
| |/
* | ACPI / scan: constify ACPI device idsMathias Krause2015-06-151-1/+1
* | ACPI / property: Define a symbol for PRP0001Rafael J. Wysocki2015-05-221-13/+15
|/
* ACPI / scan: Add a scan handler for PRP0001Rafael J. Wysocki2015-04-241-5/+28
* ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline()Rafael J. Wysocki2015-04-241-1/+5
* ACPI / scan: Fix NULL pointer dereference in acpi_companion_match()Rafael J. Wysocki2015-04-131-2/+4
* ACPI / scan: Rework modalias creation when "compatible" is presentRafael J. Wysocki2015-04-131-94/+155
* ACPI / scan: Take the PRP0001 position in the list of IDs into accountRafael J. Wysocki2015-04-101-50/+65
* ACPI / scan: Simplify acpi_match_device()Rafael J. Wysocki2015-04-101-19/+11Star
* ACPI / scan: Generalize of_compatible matchingRafael J. Wysocki2015-04-101-6/+14
* ACPI / scan: fix fixed event handler return valueAaron Lu2015-03-181-2/+2
* ACPI: add AMD ACPI2Platform device support for x86 systemKen Xue2015-02-061-0/+1
* ACPI / PM: Fix PM initialization for devices that are not presentRafael J. Wysocki2015-01-051-5/+8
*-. Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm'Rafael J. Wysocki2014-12-181-2/+2
|\ \
| * | ACPI / scan: Change the level of _DEP-related messages to KERN_DEBUGRafael J. Wysocki2014-12-121-2/+2
| | |
| \ \
*-. \ \ Merge branches 'acpi-scan', 'acpi-pm', 'acpi-lpss' and 'acpi-processor'Rafael J. Wysocki2014-12-081-0/+85
|\ \ \ \ | | |/ / | |/| / | | |/
| * / ACPI: Add _DEP support to fix battery issue on Asus T100TALan Tianyu2014-11-241-0/+85
| |/
* | Driver core: Unified interface for firmware node propertiesRafael J. Wysocki2014-11-041-0/+21
* | ACPI: Allow drivers to match using Device Tree compatible propertyMika Westerberg2014-11-041-11/+95
* | ACPI: Add support for device specific propertiesMika Westerberg2014-11-041-0/+2
|/
* ACPI: Use ACPI companion to match only the first physical deviceMika Westerberg2014-10-271-16/+54
* Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-241-1/+1
|\
| * ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng2014-10-211-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-10-241-0/+1
|\ \ | |/ |/|
| * ACPI: introduce ACPI int340x thermal scan handlerZhang Rui2014-09-111-0/+1
| |
| \
*-. \ Merge branches 'acpi-hotplug', 'acpi-scan', 'acpi-lpss', 'acpi-gpio' and 'acp...Rafael J. Wysocki2014-09-251-1/+1
|\ \ \
| * | | ACPI / scan: Correct error return value of create_modalias()Mika Westerberg2014-09-221-1/+1
| |/ /
* / / ACPI / hotplug: Generate online uevents for ACPI containersRafael J. Wysocki2014-09-211-0/+3
|/ /
* | ACPI / scan: not cache _SUN value in struct acpi_device_pnpYasuaki Ishimatsu2014-09-031-7/+8
* | ACPI: Run fixed event device notifications in process contextLan Tianyu2014-08-261-5/+10