aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/acpi_device.c
AgeCommit message (Expand)Author
2020-05-02acpi: Move ACPI table support out of arch/x86 (1/5)Furquan Shaikh
2020-05-02arch/x86: Change power_res_dev_states[] to be static const * constFurquan Shaikh
2020-05-01acpi_device: Make integer array input variable constDuncan Laurie
2020-05-01arch/x86/acpi_device: Allow empty child referencesDuncan Laurie
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28arch/x86/acpi_device: Constify struct device * parameter to UID functionsFurquan Shaikh
2020-04-28arch/x86/acpi_device: Add a helper function to write PCI deviceFurquan Shaikh
2020-03-06src/arch/x86: Convert to SPDX license headerPatrick Georgi
2020-01-30x86/acpi_device: Allow acpi_device_add_power_res params as optionalEdward O'Callaghan
2020-01-13arch/x86: Fix typosElyes HAOUAS
2020-01-09acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph
2019-12-03src: Add missing include <stdlib.h>Elyes HAOUAS
2019-09-10AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth
2019-08-23arch/x86/acpi: Add acpi_device_hidPatrick Rudolph
2019-08-02src/arch/x86/acpi: Constify struct device instancesAamir Bohra
2019-07-07arch/x86: Use ssize_t to store lengthJacob Garber
2019-05-29arch/x86: Do not add properties to null DP packagesJacob Garber
2019-04-23ACPI: Clarify serial bus revision and specific revisionElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-05acpi: device: avoid empty property list in acpi_dp_writeMatt Delco
2018-09-16acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin
2018-05-28acpi: device: Walk up the tree to find identifierDuncan Laurie
2018-05-21Revert "acpi: device: Walk up the tree to find identifier"Duncan Laurie
2018-05-18acpi: device: Walk up the tree to find identifierDuncan Laurie
2018-05-02src/drivers: Add reset/enable/stop_off_ms variables to ACPI devicesShelley Chen
2017-08-30acpigen: Add stop gpio control to power resourceFurquan Shaikh
2017-08-30acpi_device: Provide a new function to add a list of propertiesDuncan Laurie
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-04-17arch/x86/acpi: Allow "transparent" ACPI device namesTimothy Pearson
2017-03-20arch/x86: Fix most of remaining issues detected by checkpatchLee Leahy
2017-03-17arch/x86: Fix prefer errors detected by checkpatchLee Leahy
2017-02-22arch/x86/acpigen: Provide helper functions for enabling/disabling GPIOFurquan Shaikh
2017-02-22acpi: Add ACPI_ prefix to IRQ enum and struct namesFurquan Shaikh
2017-02-19acpi_device: Move power resource function to generic codeDuncan Laurie
2016-10-07x86/acpi_device: Fix writing of array propertyFurquan Shaikh
2016-07-17acpi: Change API called to write the name for ACPI_DP_TYPE_CHILDHarsha Priya
2016-07-08acpi: Change device properties to work as a treeDuncan Laurie
2016-07-02acpi_device: Have acpi_device_scope() use a separate bufferDuncan Laurie
2016-07-02gpio: Add support for translating gpio_t into ACPI pinDuncan Laurie
2016-05-28acpi_device: Add support for writing ACPI Device PropertiesDuncan Laurie
2016-05-28acpi_device: Add support for writing ACPI SPI descriptorsDuncan Laurie
2016-05-28acpi_device: Add support for writing ACPI I2C descriptorsDuncan Laurie
2016-05-28acpi_device: Add support for writing ACPI GPIO descriptorsDuncan Laurie
2016-05-28acpi_device: Add support for writing ACPI Interrupt descriptorsDuncan Laurie
2016-05-21device: Add an ACPI device name and path concept to devicesDuncan Laurie