opnsense-src/sys/dev/extres/syscon
Kyle Evans 3c631d2f19 extres: syscon: pull in sys/malloc.h (fix !FDT)
syscon currently includes sys/malloc.h via header pollution from
dev/ofw/ofw_bus.h -> dev/ofw/openfirm.h.  Fix the build without FDT
defined by including sys/malloc.h directly.

Reviewed by:	andrew, imp, manu

(cherry picked from commit 79794d5c18)
2022-11-02 12:02:25 -05:00
..
syscon.c extres: syscon: pull in sys/malloc.h (fix !FDT) 2022-11-02 12:02:25 -05:00
syscon.h syscon: Add syscon_get_by_ofw_node 2020-11-17 14:59:58 +00:00
syscon_generic.c Fix the inverted condition in mtx_asserts. 2020-10-01 09:50:08 +00:00
syscon_generic.h Correctly handle nodes compatible with "syscon", "simple-bus". 2020-09-25 13:52:31 +00:00
syscon_if.m Refine locking inside of syscon driver. 2020-09-25 16:44:01 +00:00
syscon_power.c Add syscon power and reset control device driver 2020-07-26 18:19:50 +00:00