History log of /openbsd-src/sys/dev/acpi/aplgpio.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 244d7b17 20-Oct-2022 kettenis <kettenis@openbsd.org>

Add the hooks to disable and enable GPIO interrupts. Should fix potential
interrupt storms related to level-triggered interrupts.

ok mglocker@


# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# 57ec0946 21-Dec-2021 kettenis <kettenis@openbsd.org>

Move checks on attach arguments from attach into match.

ok anton@, deraadt@


# beb775c7 16-May-2021 jsg <jsg@openbsd.org>

correct prototype of acpi gpio intr_establish functions

ok kettenis@


# 9f1f78b7 22-May-2020 kettenis <kettenis@openbsd.org>

Use the parsed address and interrupt information from
struct acpi_attach_args.

tpm(4) tested by kn@
ok jmatthew@


# 2a2d8fad 17-Jun-2019 patrick <patrick@openbsd.org>

Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollo
Lake SoC.

From James Hastings
ok kettenis@