summaryrefslogtreecommitdiffstats
path: root/src/superio/common/ssdt.c
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-3/+3
* src: Remove redundant <device/pnp_def.h>Elyes HAOUAS2020-09-171-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-2/+2
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-5/+5
* create stdio.h and stdarg.h for {,v}snprintfJoel Kitching2020-03-251-0/+1
* superio/common: Validate devicetreePatrick Rudolph2020-02-281-0/+21
* src/superio: replace license boilerplate with SPDXFelix Held2020-01-301-13/+2
* acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph2020-01-091-1/+2
* superio/common/ssdt: Make disabled PNP devices ACPI compliantPatrick Rudolph2020-01-091-22/+22
* superio/common: Add more ACPI methodsPatrick Rudolph2019-12-221-1/+25
* superio/common: Fix types in printfPatrick Georgi2019-09-171-2/+2
* superio/common: Add ssdtgen for generic SuperIOsPatrick Rudolph2019-09-061-0/+247