aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627hf/acpi
AgeCommit message (Expand)Author
2022-12-23tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-12-14sio/winbond/w83627hf/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer
2022-06-09sio/winbond/w83627hf/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-06-09sio/winbond/w83627hf/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer
2022-06-09superio/winbond/w83627hf/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-01-01superio/winbond/w83627hf/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer
2022-01-01superio/winbond/w83627hf/acpi: Replace LOr() with ASL 2.0 syntaxFelix Singer
2022-01-01superio/winbond/w83627hf/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer
2021-12-30superio/winbond/w83627hf/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer
2021-10-05src/soc to src/superio: Fix spelling errorsMartin Roth
2021-02-11src/superio: Fix typo in commentElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-31superio/winbond: Improve code formattingElyes HAOUAS
2020-03-31superio/winbond/{w83627hf,w83977tf}: Use macroElyes HAOUAS
2020-03-29superio: Replace D1/D2 power states with D3Nico Huber
2020-01-30src/superio: replace license boilerplate with SPDXFelix Held
2019-11-05superio/*/*/acpi: Improve the readability of the IndexFieldElyes HAOUAS
2016-01-07Correct some common spelling mistakesMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2014-02-13Eliminate some ASL warningsOskar Enoksson
2014-02-12winbond/w83627hf/acpi: Fix some ASL warningsOskar Enoksson
2013-08-15w83627hf/acpi: Move floppy drive enumeration from _INI into _FDE.Christoph Grenz
2013-08-15w83627hf/acpi: Make `AddressMax` a multiple of `AddressAlignment`Christoph Grenz
2013-08-15w83627hf/acpi: Fix logical device power down in ACPIChristoph Grenz
2013-07-10w83627hf/acpi: Fix endianess error in floppy drive enumeration codeChristoph Grenz
2013-07-04w83627hf/acpi: Fix offset of logical device activationNico Huber
2013-07-04w83627hf/acpi: Fix type error in floppy drive enumeration codeChristoph Grenz
2013-07-01w83627hf: Add comments about parallel port modes in superio.aslChristoph Grenz
2013-04-01Winbond W83627HF: Rename and move ASL snippet to `acpi/superio.asl`Paul Menzel