freebsd-dev/sys/dev/fdt
Oleksandr Tymoshenko f7604b1b27 Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc
Change OF_getencprop_alloc semantics to be combination of malloc and
OF_getencprop and return size of the property, not number of elements
allocated.

For the use cases where number of elements is preferred introduce
OF_getencprop_alloc_multi helper function that copies semantics
of OF_getencprop_alloc prior to this change.

This is to make OF_getencprop_alloc and OF_getencprop_alloc_multi
function signatures consistent with OF_getencprop_alloc and
OF_getencprop_alloc_multi.

Functionality-wise this patch is mostly rename of OF_getencprop_alloc
to OF_getencprop_alloc_multi except two calls in ofw_bus_setup_iinfo
where 1 was used as a block size.
2018-04-09 22:06:16 +00:00
..
fdt_arm_platform.c Make the default FDT implementation of platform_mp_setmaxid use the cpu 2017-03-17 12:45:53 +00:00
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 Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. These 2018-04-08 22:07:06 +00:00
fdt_common.h Move fdt_is_type to be a Marvell specific function. It's not used by any 2018-04-08 12:20:06 +00:00
fdt_intr.h Pull the common FDT interrupt values into a new header rather than be magic 2016-10-26 15:18:08 +00:00
fdt_pinctrl_if.m
fdt_pinctrl.c Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc 2018-04-09 22:06:16 +00:00
fdt_pinctrl.h
fdt_slicer.c Clean up OF_getprop_alloc API 2018-04-08 22:59:34 +00:00
fdt_static_dtb.S sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
simplebus.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
simplebus.h