freebsd-skq/sys/arm/amlogic/aml8726
gonzo 3308d36a5e 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
..
aml8726_ccm.c Clean up OF_getprop_alloc API 2018-04-08 22:59:34 +00:00
aml8726_ccm.h
aml8726_clkmsr.c [ofw] fix errneous checks for OF_finddevice(9) return value 2018-03-20 00:03:49 +00:00
aml8726_clkmsr.h
aml8726_fb.c
aml8726_fb.h
aml8726_gpio.c
aml8726_i2c.c
aml8726_identsoc.c
aml8726_if_dwc.c
aml8726_l2cache.c
aml8726_machdep.c
aml8726_machdep.h
aml8726_mmc.c Clean up OF_getprop_alloc API 2018-04-08 22:59:34 +00:00
aml8726_mmc.h
aml8726_mp.c [ofw] fix errneous checks for OF_finddevice(9) return value 2018-03-20 00:03:49 +00:00
aml8726_pic.c
aml8726_pinctrl.c Clean up OF_getprop_alloc API 2018-04-08 22:59:34 +00:00
aml8726_pinctrl.h
aml8726_rng.c
aml8726_rtc.c
aml8726_sdxc-m8.c Clean up OF_getprop_alloc API 2018-04-08 22:59:34 +00:00
aml8726_sdxc-m8.h
aml8726_soc.h
aml8726_timer.c Use the TSLOG framework to record entry/exit timestamps for DELAY and 2017-12-31 09:24:41 +00:00
aml8726_uart_console.c
aml8726_uart.h
aml8726_usb_phy-m3.c Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc 2018-04-09 22:06:16 +00:00
aml8726_usb_phy-m6.c Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc 2018-04-09 22:06:16 +00:00
aml8726_wdt.c
files.aml8726 Revert r327250 as it broke the build for some armv6 kernel and all armv4/5 2017-12-28 07:31:14 +00:00
std.aml8726
uart_dev_aml8726.c