summaryrefslogtreecommitdiffstats
path: root/src/superio/common/generic.c
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-6/+6
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* superio/common: Support more than one SuperIO in ACPIJonathon Hall2023-05-261-0/+6
* superio/common: Avoid NULL pointer dereferenceJohn Zhao2020-07-241-0/+3
* 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-1/+1
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-2/+2
* superio/{acpi,common}: Improve code formattingElyes HAOUAS2020-03-311-2/+1
* src/superio: replace license boilerplate with SPDXFelix Held2020-01-301-13/+2
* superio/common: Add more ACPI methodsPatrick Rudolph2019-12-221-0/+140
* superio/common/generic: Assign resources behind deviceChristian Walter2019-12-121-5/+4
* superio/common: Remove unused include 'pnp_def.h'Elyes HAOUAS2019-10-131-1/+0
* device: Rename scan_static_bus() -> enable_static_devices()Nico Huber2019-10-071-1/+1
* superio/common: fix regression in ssdtMichael Niewöhner2019-09-111-4/+8
* superio/common: Add ssdtgen for generic SuperIOsPatrick Rudolph2019-09-061-0/+192