summaryrefslogtreecommitdiffstats
path: root/include/acpi/acpi_bus.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-pm'Rafael J. Wysocki2017-07-031-15/+14
|\
| * PCI / PM: Drop pme_interrupt flag from struct pci_devRafael J. Wysocki2017-06-281-0/+5
| * ACPI / PM: Consolidate device wakeup settings codeRafael J. Wysocki2017-06-281-11/+2
| * ACPI / PM: Drop run_wake from struct acpi_device_wakeup_flagsRafael J. Wysocki2017-06-281-1/+0
| * Merge branch 'uuid-types'Rafael J. Wysocki2017-06-221-5/+6
| |\
| * | ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-06-151-1/+5
| * | ACPI / PM: Run wakeup notify handlers synchronouslyRafael J. Wysocki2017-06-151-2/+2
* | | Merge branch 'uuid-types'Rafael J. Wysocki2017-07-031-5/+6
|\ \ \ | | |/ | |/|
| * | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-071-5/+6
| |/
* | ACPI / scan: Fix enumeration for special SPI and I2C devicesJarkko Nikula2017-06-211-1/+2
|/
* Merge tag 'acpi-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-101-0/+9
|\
| *-. Merge branches 'acpi-soc', 'acpi-bus', 'acpi-pmic' and 'acpi-power'Rafael J. Wysocki2017-05-091-0/+9
| |\ \
| | | * ACPI / bus: Introduce a list of ids for "always present" devicesHans de Goede2017-04-271-0/+9
| | |/
* | | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-091-1/+1
|\ \ \
| * | | drivers: acpi: Handle IOMMU lookup failure with deferred probing or errorSricharan R2017-04-201-1/+1
| | |/ | |/|
* | | Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-011-0/+1
|\ \ \ | |_|/ |/| |
| * | ACPI / property: Add possiblity to retrieve parent firmware nodeMika Westerberg2017-03-291-0/+1
| |/
* | ACPI / utils: Add new acpi_dev_present helperHans de Goede2017-04-191-0/+1
|/
* ACPI / bus: Introduce acpi_of_modalias() equiv of of_modalias_node()Dan O'Donovan2017-02-071-0/+2
* ACPI: Implement acpi_dma_configureLorenzo Pieralisi2016-11-291-0/+2
* device property: Add function to search for named child of deviceAdam Thomson2016-06-261-0/+7
* Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-231-3/+3
|\
| * acpi: widen acpi_evaluate_dsm() revision and function-index argumentsJerry Hoemann2016-04-111-3/+3
| |
| \
*-. \ Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'Rafael J. Wysocki2016-05-161-1/+1
|\ \ \ | | |/ | |/|
| | * ACPI / utils: Rename acpi_dev_present()Lukas Wunner2016-04-091-1/+1
| |/
* | device property: Avoid potential dereferences of invalid pointersHeikki Krogerus2016-04-271-2/+2
|/
*-. Merge branches 'acpi-scan', 'acpi-bus', 'acpi-osl' and 'acpi-pm'Rafael J. Wysocki2016-01-121-1/+5
|\ \
| | * ACPI / PM: Support D3 COLD device in old BIOS for ZPODDKen Xue2015-12-091-1/+3
| |/ |/|
| * ACPI / utils: Add acpi_dev_present()Lukas Wunner2015-12-091-0/+2
|/
* Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-071-33/+3
|\
| * device property: ACPI: Remove unused DMA APIsSuthikulpanit, Suravee2015-11-071-34/+0
| * ACPI: Adding DMA Attribute APIs for ACPI DeviceSuthikulpanit, Suravee2015-11-071-0/+3
| * ACPI: Honor ACPI _CCA attribute settingJeremy Linton2015-11-071-2/+3
| |
| \
*-. \ Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted'Rafael J. Wysocki2015-10-251-2/+2
|\ \ \ | |_|/ |/| |
| * | ACPI / scan: constify struct acpi_hardware_id::idRasmus Villemoes2015-09-151-1/+1
| * | ACPI / scan: constify first argument of struct acpi_scan_handler::matchRasmus Villemoes2015-09-151-1/+1
| |/
* | ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki2015-09-151-2/+19
* | ACPI / property: Expose data-only subnodes via sysfsRafael J. Wysocki2015-09-151-0/+3
* | ACPI / property: Add support for data-only subnodesRafael J. Wysocki2015-09-151-0/+9
|/
* ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
*---. Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-261-1/+1
|\ \ \
| | * | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin2015-06-241-1/+1
| | |/
* | | Merge branch 'acpi-cca'Rafael J. Wysocki2015-06-191-1/+36
|\ \ \
| * | | ACPI / scan: Parse _CCA and setup device coherencySuthikulpanit, Suravee2015-06-151-1/+36
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'acpi-pm', 'acpi-apei', 'acpi-osl' and 'acpi-pci'Rafael J. Wysocki2015-06-191-2/+1
|\ \ \ \ | |_|/ / |/| | / | | |/
| * | ACPI / PM: Rework device power management to follow ACPI 6Rafael J. Wysocki2015-05-161-2/+1
| |/
* | ACPI / property: Refine consistency check for PRP0001Rafael J. Wysocki2015-05-051-1/+2
|/
* Merge branch 'device-properties'Rafael J. Wysocki2015-04-131-1/+2
|\
| * driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki2015-03-161-1/+2
* | ACPI: Add acpi_device_uid() for convenienceAdrian Hunter2015-03-181-0/+1
|/
OpenPOWER on IntegriCloud