freebsd-dev/sys/arm/freescale
Svatopluk Kraus 4d7f3703e2 Postpone allocation of IRQ resource to the time when interrupt
controller devices are attached. This has already been done for
bus_setup_intr().

There was no doubt that if someone wants to setup an interrupt,
corresponding interrupt controller device must already be attached.
However, the same must be valid for allocation of an interrupt resource
unless the allocation is done blindly, without any information that
such interrupt even exists. While it was done this blind way before,
it won't be possible after next INTRNG change.
2016-06-03 11:05:55 +00:00
..
imx Postpone allocation of IRQ resource to the time when interrupt 2016-06-03 11:05:55 +00:00
vybrid sys/arm: Minor spelling fixes. 2016-05-04 15:48:59 +00:00
fsl_ocotp.c Move arm's devmap to some generic place, so it can be used 2016-04-26 11:53:37 +00:00
fsl_ocotpreg.h Make it possible to access the ocotp registers before the ocotp device 2014-02-16 03:09:39 +00:00
fsl_ocotpvar.h It turns out Freescale cleverly made the ocotp device compatible across 2014-02-15 21:21:57 +00:00