index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
bytgpio.c
Age
Commit message (
Expand
)
Author
2018-04-30
Use acpi_register_gpio() to register gpio space like we do for chvgpio(4).
Mark Kettenis
2016-10-25
Add the resource index to aml_parse_resource() callback function.
Paul Irofti
2016-05-08
Add support for writing gpio pins.
Mark Kettenis
2016-05-08
Plug some memory leaks and do proper cleanup in error paths.
Mark Kettenis
2016-05-07
Implement ACPI 5.0 GeneralPurposeIo OpRegion support. This basically allows
Mark Kettenis
2016-05-04
Don't mask pins configured as direct IRQ. Those are tied directly to the APIC
Mark Kettenis
2016-05-03
Print missing newline if we bail out because of a uid mismatch.
Mark Kettenis
2016-04-30
Mask all gpio interrupts when we attach. Fixes interrupt storm on the Lenovo
Mark Kettenis
2016-04-02
Make the gpio intr_establish callback return an int so the same function
Jonathan Gray
2016-03-30
Add support for gpio-based interrupts.
Mark Kettenis
2016-03-29
Check if a device is present (using _STA) in acpi_foundhid. This prevents
Mark Kettenis
2016-03-28
Replace 0 with NULL.
Mark Kettenis
2016-03-28
Add bytgpio(4) a driver for the gpio controllers found on Intel's Bay Trail
Mark Kettenis