Module Name: src Committed By: jmcneill Date: Sun Dec 8 20:40:38 UTC 2024
Modified Files: src/sys/dev/gpio: gpio.c gpiovar.h Log Message: gpio(4): Add gpio_intr_{mask,unmask} functions. For devices that use level triggered GPIO interrupts, provide an API that allows them to mask/unmask interrupts on that pin. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/gpio/gpio.c cvs rdiff -u -r1.19 -r1.20 src/sys/dev/gpio/gpiovar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.