Home
last modified time | relevance | path

Searched hist:"7 c3a6b7b7143bcf458a39bd08d2cab7c47fd93d0" (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/kernel/
H A Ddt.c7c3a6b7b7143bcf458a39bd08d2cab7c47fd93d0 Wed Mar 22 15:18:39 UTC 2023 Gatien Chevallier <gatien.chevallier@foss.st.com> core: dt: add kernel DT API fdt_read_uint32_index()

This patch adds fdt_read_uint32_index() API. This API reads one cell
from a given multi-value property.

This patch updates fdt_read_uint32() and fdt_read_uint32_default()
to use fdt_read_uint32_index() API

Signed-off-by: Christophe Kerello <christophe.kerello@foss.st.com>
Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
/optee_os/core/include/kernel/
H A Ddt.h7c3a6b7b7143bcf458a39bd08d2cab7c47fd93d0 Wed Mar 22 15:18:39 UTC 2023 Gatien Chevallier <gatien.chevallier@foss.st.com> core: dt: add kernel DT API fdt_read_uint32_index()

This patch adds fdt_read_uint32_index() API. This API reads one cell
from a given multi-value property.

This patch updates fdt_read_uint32() and fdt_read_uint32_default()
to use fdt_read_uint32_index() API

Signed-off-by: Christophe Kerello <christophe.kerello@foss.st.com>
Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>