summaryrefslogtreecommitdiff
path: root/src/superio/winbond
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove useless "_STA: Status" commentElyes Haouas2023-02-191-1/+1
* treewide: Remove unuseful "_HID: Hardware ID" commentElyes Haouas2023-02-171-1/+1
* {superio,ec}/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-271-20/+20
* {superio,ec}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-271-32/+32
* sio/winbond/w83627hf/acpi: Replace Divide(a,b,c,d) with ASL 2.0 syntaxElyes Haouas2022-12-261-8/+16
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-4/+4
* tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-232-9/+9
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-16/+16
* tree: Replace ShiftLeft(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-13/+13
* tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-11/+11
* sio/winbond/w83627hf/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-141-200/+200
* sio/winbond/w83667hg-a/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-141-3/+3
* superio/winbond/w83667hg-a: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* sio/winbond/w83627hf/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* sio/winbond/w83627hf/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* superio/winbond/w83627hf/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-2/+2
* src/superio: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-01-101-1/+0
* superio/winbond/w83627hf/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-011-2/+2
* superio/winbond/w83627hf/acpi: Replace LOr() with ASL 2.0 syntaxFelix Singer2022-01-011-13/+13
* superio/winbond/w83627hf/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* superio/winbond/w83977tf/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-2/+2
* superio/winbond/w83627hf/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-301-7/+7
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-051-5/+5
* src: Retype option API to use unsigned integersAngel Pons2021-05-063-3/+3
* superio: Use get_int_option()Angel Pons2021-04-213-7/+4
* src/superio: Fix typo in commentElyes HAOUAS2021-02-111-1/+1
* superio: Add newline to log message about disabled mouse controllerPaul Menzel2020-10-171-1/+1
* superio/winbond/*/acpi: Convert superio.asl to ASL 2.0 syntaxElyes HAOUAS2020-10-122-32/+32
* src: Remove redundant <device/pnp_def.h>Elyes HAOUAS2020-09-171-1/+0
* src/superio: Use 'PNP_IDX_*' macros instead of magic numbersElyes HAOUAS2020-09-111-2/+3
* superio/winbond/wpcd376i: Resurrect the driverSamuel Holland2020-08-315-0/+93
* superio/*/Makefiles: Remove non-existing directory inclusionElyes HAOUAS2020-08-131-2/+0
* superio/winbond/w83977tf: Add suspend related fieldsKeith Hui2020-06-161-1/+7
* superio/winbond/w83977tf: Scope UART configuration defines more locallyPatrick Georgi2020-05-201-0/+2
* superio/winbond/w83977tf: Fix iasl warningKeith Hui2020-05-191-0/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1137-37/+0
* superio/winbond/w83977tf: Only list IR logical device if neededKeith Hui2020-05-112-0/+8
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* superio/winbond: Improve code formattingElyes HAOUAS2020-03-315-116/+116
* superio/winbond/{w83627hf,w83977tf}: Use macroElyes HAOUAS2020-03-312-136/+138
* superio: Replace D1/D2 power states with D3Nico Huber2020-03-293-22/+22
* winbond/w83667hg-a: Disable mouse controller also during resumePaul Menzel2020-03-101-1/+1
* src/superio: replace license boilerplate with SPDXFelix Held2020-01-3037-586/+74
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-093-3/+3
* superio/*: Don't use conf_mode directlyPatrick Rudolph2019-12-131-6/+6
* superio/*/*/acpi: Improve the readability of the IndexFieldElyes HAOUAS2019-11-052-4/+4
* superio: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-206-6/+5
* src/superio: Remove unused superio chipsMartin Roth2019-10-1311-404/+0
* superio/winbond/w83627*: use hwm5_conf.h for HWM setupFelix Held2019-10-082-8/+8
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-206-6/+0