summaryrefslogtreecommitdiffstats
path: root/src/superio
Commit message (Expand)AuthorAgeFilesLines
* tree: Drop non-existent directories from subdirs-yElyes Haouas6 days1-1/+0
* superio/ite/it8659e: Add driver for ITE IT8659EMichał Żygowski8 days7-0/+345
* sio/nuvoton: Add Kconfig for shared PS/2 portKeith Hui9 days1-0/+10
* tree: Use <stdio.h> for snprintfElyes Haouas2024-05-291-0/+1
* sio/nuvoton/nct6779d: Correct GPIOBASE virtual LDNKeith Hui2024-04-181-1/+1
* superio/fintek/f81866d: Fix UART numbersMaxim Polyakov2024-04-161-2/+2
* superio/ite: Add function to disable PME# outputJoel Linn2024-04-132-0/+17
* superio/ite: Add function to disable 3VSBSW# signalJoel Linn2024-04-133-3/+15
* superio/ite: Add special fan vectorsJoel Linn2024-04-136-0/+95
* superio/ite: Unify it8772f with common codeJoel Linn2024-04-137-298/+41
* tree: Drop unused <stdlib.h>Elyes Haouas2024-04-111-1/+0
* superio/ite: Add full-speed config optionJoel Linn2024-03-302-1/+8
* superio/ite: Fix incorrect warningsJoel Linn2024-03-301-4/+9
* superio: Remove blank lines before and after code blocksElyes Haouas2024-03-3019-21/+0
* superio/acpi: Add SUPERIO_PNP_NO_DIS to support always active LDNsMichał Żygowski2024-03-017-0/+21
* superio/ite: Add IT8629ENicholas Sudsgaard2024-02-266-0/+111
* device/device.h: Rename busses for clarityArthur Heymans2024-01-313-13/+13
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-3155-55/+55
* superio: Rename Makefiles from .inc to .mkMartin Roth2024-01-2465-0/+0
* sio/nuvoton/npcd378: Fix ACPI errorsRiku Viitanen2023-12-161-4/+4
* superio/smsc: Add support for the SCH555x seriesMate Kukri2023-12-017-0/+329
* sio/nuvoton/npcd378: Use acpi_device_path_joinArthur Heymans2023-11-081-19/+6
* superio/smsc/sch5545/acpi/superio.asl: Clear PME status bits on SCIMichał Żygowski2023-10-191-4/+25
* superio/smsc/sch5545/acpi/superio.asl: Fix UART2 device nameMichał Żygowski2023-10-161-1/+1
* superio/smsc/sch5147/acpi/superio: use IO instead of FixedIO resourceFelix Held2023-08-111-7/+7
* superio/ite/it8721f/acpi/superio: use IO instead of FixedIO resourceFelix Held2023-08-111-1/+1
* superio/serverengines/pilot: drop unused super I/O chipFelix Held2023-08-086-185/+0
* superio/ite: Add IT8784E supportMichał Żygowski2023-08-077-0/+279
* superio/common: Support more than one SuperIO in ACPIJonathon Hall2023-05-262-0/+9
* sio/smsc/mec1308: fix SIO/PS2 keyboard ACPI for WindowsMatt DeVillier2023-05-131-1/+2
* 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-275-47/+47
* {superio,ec}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-277-70/+70
* sio/winbond/w83627hf/acpi: Replace Divide(a,b,c,d) with ASL 2.0 syntaxElyes Haouas2022-12-261-8/+16
* sio/acpi/pnp.asl: Replace Not(a) with ASL 2.0 syntaxElyes Haouas2022-12-261-1/+1
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-232-5/+5
* 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-232-17/+17
* tree: Replace ShiftLeft(a,b) with ASL 2.0 syntaxFelix Singer2022-12-232-14/+14
* tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-232-13/+13
* 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/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-145-27/+27
* {drivers,superio}/acpi: Replace ShiftRight(a,b) with ASL 2.0 syntaxFelix Singer2022-12-121-1/+1
* {soc,superio}/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-121-2/+2
* superio/ite/it8772f/chip.h: Use 'bool' when appropriateElyes Haouas2022-12-051-4/+6
* superio/aspeed/ast2400/chip.h: Include <stdbool.h>Elyes Haouas2022-12-051-0/+2
* src/superio: Remove unnecessary space after castsElyes Haouas2022-11-212-2/+2
* {ec/superio}/acpi: Remove _PRS if no _SRS is implementedArthur Heymans2022-11-172-83/+0