Age | Commit message (Expand) | Author |
2020-03-06 | src/arch/x86: Convert to SPDX license header | Patrick Georgi |
2020-01-30 | x86/acpi_device: Allow acpi_device_add_power_res params as optional | Edward O'Callaghan |
2020-01-13 | arch/x86: Fix typos | Elyes HAOUAS |
2020-01-09 | acpi: Be more ACPI compliant when generating _UID | Patrick Rudolph |
2019-12-03 | src: Add missing include <stdlib.h> | Elyes HAOUAS |
2019-09-10 | AUTHORS: Move src/arch/x86 copyrights into AUTHORS file | Martin Roth |
2019-08-23 | arch/x86/acpi: Add acpi_device_hid | Patrick Rudolph |
2019-08-02 | src/arch/x86/acpi: Constify struct device instances | Aamir Bohra |
2019-07-07 | arch/x86: Use ssize_t to store length | Jacob Garber |
2019-05-29 | arch/x86: Do not add properties to null DP packages | Jacob Garber |
2019-04-23 | ACPI: Clarify serial bus revision and specific revision | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-05 | acpi: device: avoid empty property list in acpi_dp_write | Matt Delco |
2018-09-16 | acpi: Call acpi_gen_writeSTA by status from device tree | Hung-Te Lin |
2018-05-28 | acpi: device: Walk up the tree to find identifier | Duncan Laurie |
2018-05-21 | Revert "acpi: device: Walk up the tree to find identifier" | Duncan Laurie |
2018-05-18 | acpi: device: Walk up the tree to find identifier | Duncan Laurie |
2018-05-02 | src/drivers: Add reset/enable/stop_off_ms variables to ACPI devices | Shelley Chen |
2017-08-30 | acpigen: Add stop gpio control to power resource | Furquan Shaikh |
2017-08-30 | acpi_device: Provide a new function to add a list of properties | Duncan Laurie |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-04-17 | arch/x86/acpi: Allow "transparent" ACPI device names | Timothy Pearson |
2017-03-20 | arch/x86: Fix most of remaining issues detected by checkpatch | Lee Leahy |
2017-03-17 | arch/x86: Fix prefer errors detected by checkpatch | Lee Leahy |
2017-02-22 | arch/x86/acpigen: Provide helper functions for enabling/disabling GPIO | Furquan Shaikh |
2017-02-22 | acpi: Add ACPI_ prefix to IRQ enum and struct names | Furquan Shaikh |
2017-02-19 | acpi_device: Move power resource function to generic code | Duncan Laurie |
2016-10-07 | x86/acpi_device: Fix writing of array property | Furquan Shaikh |
2016-07-17 | acpi: Change API called to write the name for ACPI_DP_TYPE_CHILD | Harsha Priya |
2016-07-08 | acpi: Change device properties to work as a tree | Duncan Laurie |
2016-07-02 | acpi_device: Have acpi_device_scope() use a separate buffer | Duncan Laurie |
2016-07-02 | gpio: Add support for translating gpio_t into ACPI pin | Duncan Laurie |
2016-05-28 | acpi_device: Add support for writing ACPI Device Properties | Duncan Laurie |
2016-05-28 | acpi_device: Add support for writing ACPI SPI descriptors | Duncan Laurie |
2016-05-28 | acpi_device: Add support for writing ACPI I2C descriptors | Duncan Laurie |
2016-05-28 | acpi_device: Add support for writing ACPI GPIO descriptors | Duncan Laurie |
2016-05-28 | acpi_device: Add support for writing ACPI Interrupt descriptors | Duncan Laurie |
2016-05-21 | device: Add an ACPI device name and path concept to devices | Duncan Laurie |