summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/bytgpio.c
AgeCommit message (Expand)Author
2018-04-30Use acpi_register_gpio() to register gpio space like we do for chvgpio(4).Mark Kettenis
2016-10-25Add the resource index to aml_parse_resource() callback function.Paul Irofti
2016-05-08Add support for writing gpio pins.Mark Kettenis
2016-05-08Plug some memory leaks and do proper cleanup in error paths.Mark Kettenis
2016-05-07Implement ACPI 5.0 GeneralPurposeIo OpRegion support. This basically allowsMark Kettenis
2016-05-04Don't mask pins configured as direct IRQ. Those are tied directly to the APICMark Kettenis
2016-05-03Print missing newline if we bail out because of a uid mismatch.Mark Kettenis
2016-04-30Mask all gpio interrupts when we attach. Fixes interrupt storm on the LenovoMark Kettenis
2016-04-02Make the gpio intr_establish callback return an int so the same functionJonathan Gray
2016-03-30Add support for gpio-based interrupts.Mark Kettenis
2016-03-29Check if a device is present (using _STA) in acpi_foundhid. This preventsMark Kettenis
2016-03-28Replace 0 with NULL.Mark Kettenis
2016-03-28Add bytgpio(4) a driver for the gpio controllers found on Intel's Bay TrailMark Kettenis