aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/acpi_gpiobus.c
Commit message (Expand)AuthorAgeFilesLines
* acpi_gpiobus: Reuse the existing IVAR index for an ACPI handleJohn Baldwin2026-02-171-1/+1
* acpi_gpiobus: implement bus_child_deletedAhmad Khalifa2025-10-291-0/+17
* acpi_gpiobus: implement bus_child_locationAhmad Khalifa2025-08-201-0/+17
* gpio: rework gpioaeiAhmad Khalifa2025-08-201-69/+79
* acpi_gpiobus: style nitAhmad Khalifa2025-08-131-1/+2
* acpi_gpiobus: don't print error message if _AEI object doesn't existAhmad Khalifa2025-07-111-1/+1
* gpio: hide internal gpiobus symbolsAhmad Khalifa2025-07-041-0/+1
* acpi_gpiobus: mask pin flags for GPIOBUS_PIN_SETFLAGSAhmad Khalifa2025-04-211-1/+2
* gpio: don't misuse pin->flagsAhmad Khalifa2025-04-211-17/+3
* acpi_gpiobus: clarify error messageAhmad Khalifa2025-04-211-1/+1
* acpi_gpiobus: assume GPIO_PIN_INPUT for interrupt pinsAhmad Khalifa2025-03-071-0/+1
* acpi_gpiobus: Fix cleanup on set flags failureAndrew Turner2024-12-091-2/+0
* GPIO: Add ACPI _AEI supportColin Percival2024-10-311-0/+121
* acpi_gpiobus: IoRestriction is only for type IOColin Percival2024-10-291-7/+9
* acpi_gpiobus: Narrow scope of NOT_YETColin Percival2024-10-261-3/+3
* acpi_gpiobus: OR GPIO_PIN_(IN|OUT)PUT into flagsColin Percival2024-10-121-2/+2
* gpiobus(4): Add an acpi variant of gpiobusAhmad Khalifa2024-09-141-0/+311