summaryrefslogtreecommitdiff
path: root/drivers/core/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-06dm: core: Use -ENOSPC in acpi_get_path()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-1/+1
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-4/+6
2020-07-20dm: core: Don't show an ACPI warning if there is no orderingSimon Glass1-1/+1
2020-07-17dm: acpi: Add support for the NHLT tableSimon Glass1-0/+15
2020-07-17dm: core: Add a way of overriding the ACPI device pathSimon Glass1-0/+19
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass1-0/+16
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass1-2/+11
2020-07-17acpi: Add support for DSDT generationSimon Glass1-1/+24
2020-07-17acpi: Support ordering SSDT data by deviceSimon Glass1-0/+84
2020-07-17acpi: Record the items added to SSDTSimon Glass1-4/+79
2020-07-17acpi: Add support for SSDT generationSimon Glass1-0/+14
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-0/+62
2020-04-16dm: core: Add basic ACPI supportSimon Glass1-0/+33