aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07core: Remove <common.h> and add needed includesTom Rini1-1/+0
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-07-26dm: avoid NULL dereference in add_item()Heinrich Schuchardt1-2/+2
2022-01-25acpi: Tidy up the item listSimon Glass1-4/+20
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass1-11/+32
2022-01-25acpi: Add a table startSimon Glass1-3/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-04-06dm: core: Use -ENOSPC in acpi_get_path()Simon Glass1-1/+1
2020-12-13dm: 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-18common: 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