u-boot-brain/board/st
Patrick Delaunay 89f68302ca dm: add cells_count parameter in *_count_phandle_with_args
The cell_count argument is required when cells_name is NULL.

This patch adds this parameter in live tree API
- of_count_phandle_with_args
- ofnode_count_phandle_with_args
- dev_count_phandle_with_args

This parameter solves issue when these API is used to count
the number of element of a cell without cell name. This parameter
allow to force the size cell.

For example:
  count = dev_count_phandle_with_args(dev, "array", NULL, 3);

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-10-06 09:07:54 -06:00
..
common board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_inf 2020-08-13 09:52:49 +02:00
stih410-b2260 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
stm32f429-discovery common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
stm32f429-evaluation common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
stm32f469-discovery common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
stm32f746-disco common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
stm32h743-disco common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
stm32h743-eval common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
stm32mp1 dm: add cells_count parameter in *_count_phandle_with_args 2020-10-06 09:07:54 -06:00
stv0991 treewide: convert bd_t to struct bd_info by coccinelle 2020-07-17 09:30:13 -04:00