summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/chvgpio.c
AgeCommit message (Expand)Author
2017-11-29Add support for GPIO-signaled events.Mark Kettenis
2017-11-29Revise OperatingRegion code to make it extensible and have chvgpio(4)Mark Kettenis
2016-10-25Add the resource index to aml_parse_resource() callback function.Paul Irofti
2016-05-08Add support for level, active low gpio interrupts.Mark Kettenis
2016-05-08Add support for writing gpio pins.Mark Kettenis
2016-05-08Call _REG to register GeneralPuproseIo address space support.Mark Kettenis
2016-05-08Plug some memory leaks and do proper cleanup in error paths.Mark Kettenis
2016-05-07Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry ViewMark Kettenis