freebsd-dev/sys/dev/fdt
Pawel Biernacki 7029da5c36 Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)
r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked).
Use it in preparation for a general review of all nodes.

This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Mark all obvious cases as MPSAFE.  All entries that haven't been marked
as MPSAFE before are by default marked as NEEDGIANT

Approved by:	kib (mentor, blanket)
Commented by:	kib, gallatin, melifaro
Differential Revision:	https://reviews.freebsd.org/D23718
2020-02-26 14:26:36 +00:00
..
fdt_arm_platform.c
fdt_clock_if.m
fdt_clock.c Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc 2018-04-09 22:06:16 +00:00
fdt_clock.h
fdt_common.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
fdt_common.h Increase the number of fdt memory regions we support to 16. Some SoCs have 2018-05-29 17:44:40 +00:00
fdt_intr.h
fdt_pinctrl_if.m fdt_pinctrl: Add new methods for gpios 2020-01-16 21:19:27 +00:00
fdt_pinctrl.c fdt_pinctrl: Add some TSLOG annotations 2018-07-19 11:41:53 +00:00
fdt_pinctrl.h
fdt_slicer.c fdt_slicer: bump to SI_ORDER_THIRD following r347183 2019-09-29 03:12:35 +00:00
fdt_static_dtb.S
simple_mfd.c Fix bug introduced by r351184. 2019-08-18 15:37:19 +00:00
simple_mfd.h Extend simple_mfd driver to expose a syscon interface if 2019-07-02 08:47:18 +00:00
simplebus.c fdt: Add support for simple-mfd bus 2018-12-12 21:56:45 +00:00
simplebus.h fdt: Add support for simple-mfd bus 2018-12-12 21:56:45 +00:00