| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: utils: Introduce acpi_dev_get_first_match_name() | Andy Shevchenko | 2018-01-10 | 1 | -0/+3 |
* | Merge branch 'acpi-ec' into acpi | Rafael J. Wysocki | 2017-11-30 | 1 | -0/+1 |
|\ |
|
| * | ACPI / EC: Fix regression related to PM ops support in ECDT device | Lv Zheng | 2017-11-21 | 1 | -0/+1 |
* | | ACPI / scan: Fix enumeration for special UART devices | Frédéric Danis | 2017-10-20 | 1 | -1/+1 |
|/ |
|
* | ACPI / bus: Make ACPI_HANDLE() work for non-GPL code again | John Hubbard | 2017-09-19 | 1 | -14/+4 |
* | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-09-05 | 1 | -16/+36 |
|\ |
|
| * | ACPI: Constify acpi_bus helper functions, switch to macros | Sakari Ailus | 2017-07-22 | 1 | -17/+25 |
| * | device property: Get rid of struct fwnode_handle type field | Sakari Ailus | 2017-07-22 | 1 | -4/+16 |
| * | ACPI: Use IS_ERR_OR_NULL() instead of non-NULL check in is_acpi_data_node() | Sakari Ailus | 2017-07-22 | 1 | -1/+1 |
| | | |
| \ | |
*-. \ | Merge branches 'acpi-ec', 'acpi-dma', 'acpi-processor' and 'acpi-cppc' | Rafael J. Wysocki | 2017-09-03 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| | * | ACPI: Introduce DMA ranges parsing | Lorenzo Pieralisi | 2017-08-07 | 1 | -0/+2 |
| |/ |
|
* | | ACPI / PCI / PM: Rework acpi_pci_propagate_wakeup() | Rafael J. Wysocki | 2017-08-01 | 1 | -0/+5 |
* | | ACPI / PM: Split acpi_device_wakeup() | Rafael J. Wysocki | 2017-08-01 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'acpi-pm' | Rafael J. Wysocki | 2017-07-03 | 1 | -15/+14 |
|\ |
|
| * | PCI / PM: Drop pme_interrupt flag from struct pci_dev | Rafael J. Wysocki | 2017-06-28 | 1 | -0/+5 |
| * | ACPI / PM: Consolidate device wakeup settings code | Rafael J. Wysocki | 2017-06-28 | 1 | -11/+2 |
| * | ACPI / PM: Drop run_wake from struct acpi_device_wakeup_flags | Rafael J. Wysocki | 2017-06-28 | 1 | -1/+0 |
| * | Merge branch 'uuid-types' | Rafael J. Wysocki | 2017-06-22 | 1 | -5/+6 |
| |\ |
|
| * | | ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle | Rafael J. Wysocki | 2017-06-15 | 1 | -1/+5 |
| * | | ACPI / PM: Run wakeup notify handlers synchronously | Rafael J. Wysocki | 2017-06-15 | 1 | -2/+2 |
* | | | Merge branch 'uuid-types' | Rafael J. Wysocki | 2017-07-03 | 1 | -5/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() | Andy Shevchenko | 2017-06-07 | 1 | -5/+6 |
| |/ |
|
* / | ACPI / scan: Fix enumeration for special SPI and I2C devices | Jarkko Nikula | 2017-06-21 | 1 | -1/+2 |
|/ |
|
* | Merge tag 'acpi-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-10 | 1 | -0/+9 |
|\ |
|
| *-. | Merge branches 'acpi-soc', 'acpi-bus', 'acpi-pmic' and 'acpi-power' | Rafael J. Wysocki | 2017-05-09 | 1 | -0/+9 |
| |\ \ |
|
| | | * | ACPI / bus: Introduce a list of ids for "always present" devices | Hans de Goede | 2017-04-27 | 1 | -0/+9 |
| | |/ |
|
* | | | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | drivers: acpi: Handle IOMMU lookup failure with deferred probing or error | Sricharan R | 2017-04-20 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-01 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | ACPI / property: Add possiblity to retrieve parent firmware node | Mika Westerberg | 2017-03-29 | 1 | -0/+1 |
| |/ |
|
* / | ACPI / utils: Add new acpi_dev_present helper | Hans de Goede | 2017-04-19 | 1 | -0/+1 |
|/ |
|
* | ACPI / bus: Introduce acpi_of_modalias() equiv of of_modalias_node() | Dan O'Donovan | 2017-02-07 | 1 | -0/+2 |
* | ACPI: Implement acpi_dma_configure | Lorenzo Pieralisi | 2016-11-29 | 1 | -0/+2 |
* | device property: Add function to search for named child of device | Adam Thomson | 2016-06-26 | 1 | -0/+7 |
* | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-05-23 | 1 | -3/+3 |
|\ |
|
| * | acpi: widen acpi_evaluate_dsm() revision and function-index arguments | Jerry Hoemann | 2016-04-12 | 1 | -3/+3 |
| | | |
| \ | |
*-. \ | Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools' | Rafael J. Wysocki | 2016-05-16 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| | * | ACPI / utils: Rename acpi_dev_present() | Lukas Wunner | 2016-04-09 | 1 | -1/+1 |
| |/ |
|
* / | device property: Avoid potential dereferences of invalid pointers | Heikki Krogerus | 2016-04-27 | 1 | -2/+2 |
|/ |
|
*-. | Merge branches 'acpi-scan', 'acpi-bus', 'acpi-osl' and 'acpi-pm' | Rafael J. Wysocki | 2016-01-12 | 1 | -1/+5 |
|\ \ |
|
| | * | ACPI / PM: Support D3 COLD device in old BIOS for ZPODD | Ken Xue | 2015-12-09 | 1 | -1/+3 |
| |/
|/| |
|
| * | ACPI / utils: Add acpi_dev_present() | Lukas Wunner | 2015-12-09 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'acpi-pci' | Rafael J. Wysocki | 2015-11-07 | 1 | -33/+3 |
|\ |
|
| * | device property: ACPI: Remove unused DMA APIs | Suthikulpanit, Suravee | 2015-11-07 | 1 | -34/+0 |
| * | ACPI: Adding DMA Attribute APIs for ACPI Device | Suthikulpanit, Suravee | 2015-11-07 | 1 | -0/+3 |
| * | ACPI: Honor ACPI _CCA attribute setting | Jeremy Linton | 2015-11-07 | 1 | -2/+3 |
| | | |
| \ | |
*-. \ | Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted' | Rafael J. Wysocki | 2015-10-25 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | ACPI / scan: constify struct acpi_hardware_id::id | Rasmus Villemoes | 2015-09-15 | 1 | -1/+1 |
| * | | ACPI / scan: constify first argument of struct acpi_scan_handler::match | Rasmus Villemoes | 2015-09-15 | 1 | -1/+1 |
| |/ |
|
* | | ACPI / property: Extend fwnode_property_* to data-only subnodes | Rafael J. Wysocki | 2015-09-15 | 1 | -2/+19 |