aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/adlngpio
Commit message (Collapse)AuthorAgeFilesLines
* gpio: add Intel Alder Lake-N GPIO driverYannickV2026-08-061-0/+6
Add a GPIO driver for the Intel Alder Lake-N platform based on the generic intelgpio framework. The driver provides pad group definitions for four GPIO communities covering groups GPP_A through GPP_T, vGPIO and HVCMOS, and matches ACPI hardware IDs INTC1056, INTC1057 and INTC1085. The kernel module build infrastructure and the wiring into files.x86 are included. Reviewed by: vexeduxr MFC after: 1 week Sponsored by: Beckhoff Automation GmbH & Co. KG Pull Request: https://github.com/freebsd/freebsd-src/pull/2205