freebsd-dev/sys/dev/extres
Kyle Evans e7cfe78afe Move syscon_generic to attach much later
It still needs to be before if_awg at least in order to be available for
other operations, but it should not be attaching before interrupt
controllers at the very least.

This should make errors involving syscon register space colliding with other
devices a little more innocent, but these conflicts should really be tracked
down and resolved. One such conflict is with the Raspberry Pi 3 local
interrupt controller, noticed by tuexen@

Reported by:	tuexen
2018-01-06 14:21:32 +00:00
..
clk Do pass removing some write-only variables from the kernel. 2017-12-25 04:48:39 +00:00
hwreset Remove redundant declarations. Newer gcc has a warning for these so will 2017-08-19 17:18:27 +00:00
phy EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. 2016-07-10 18:28:15 +00:00
regulator Do pass removing some write-only variables from the kernel. 2017-12-25 04:48:39 +00:00
syscon Move syscon_generic to attach much later 2018-01-06 14:21:32 +00:00