Add imxgpc(4), a driver for the i.MX6 General Power Controller (GPC) which
authorkettenis <kettenis@openbsd.org>
Thu, 4 Aug 2016 14:31:50 +0000 (14:31 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 4 Aug 2016 14:31:50 +0000 (14:31 +0000)
commitaa81c5dd3632425d88e393d7fc4ffa8f5e670a67
tree0a0ec5c45b05a5716f939b5a346938efdc3e8d22
parent433df3f12e59014c33d73c0a3d76fea36dfccb3d
Add imxgpc(4), a driver for the i.MX6 General Power Controller (GPC) which
acts as a "transparent" interrupt controller.  This driver just hands
interrupt handlers to its parent (the Cortex-A9 GIC).  It doesn't implement
any powermanagement features yet.

ok patrick@
sys/arch/armv7/imx/files.imx
sys/arch/armv7/imx/imxgpc.c [new file with mode: 0644]