summaryrefslogtreecommitdiffstats
path: root/src/superio/common
Commit message (Expand)AuthorAgeFilesLines
* src/superio: trim and move Makefile.inc, instead use wildcard matchesIdwer Vollering2020-12-271-0/+4
* src: Remove redundant <device/pnp_def.h>Elyes HAOUAS2020-09-171-1/+0
* superio/common: Avoid NULL pointer dereferenceJohn Zhao2020-07-241-0/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-115-5/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-023-4/+4
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-283-7/+7
* 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
* 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-305-66/+10
* 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-222-1/+165
* superio/common/conf_mode: Add op to write SSDTPatrick Rudolph2019-12-221-0/+136
* 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 types in printfPatrick Georgi2019-09-171-2/+2
* superio/common: fix regression in ssdtMichael Niewöhner2019-09-111-4/+8
* superio/common: Add ssdtgen for generic SuperIOsPatrick Rudolph2019-09-064-0/+483
* superio: Add ASpeed AST2400Frans Hendriks2019-05-241-0/+12
* superio/common/conf_mode: use pnp_write_config instead of outb callsFelix Held2019-01-251-2/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* superio/common/conf_mode.c: Introduce 'new' enter/exit keys for SIO'sEdward O'Callaghan2014-11-011-0/+33
* superio/common/conf_mode.c: Don't hide pointers with typedefsEdward O'Callaghan2014-10-271-5/+5
* superio/common/conf_mode: Provide another common pnp entry/exitEdward O'Callaghan2014-05-071-0/+24
* pnp: Add some default functions to enter/exit config stateNico Huber2013-07-031-0/+50