CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2016/08/06 12:12:13
Modified files: sys/arch/armv7/imx: imxgpio.c imxgpiovar.h Log message: Implement interrupt controller functionality in the i.MX6 GPIO driver. This allows us to use to hook up the Ethernet interrupt on the Nitrogen6x, SabreLite and WandBoard like it's described in the device tree. ok kettenis@