CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/01 08:17:00
Modified files:
sys/arch/armv7/armv7: intr.c
sys/arch/armv7/include: intr.h
Log message:
Implement an FDT-aware interrupt establish API. This means the drivers
don't need to know where to attach to. Instead the API will take care
of finding the correct interrupt establish for a given device node and
will call it with the correct data.
Adapted from the OFW GPIO framework.
ok kettenis@
