Home
last modified time | relevance | path

Searched hist:"33 cc94dfc6a51df36c10ff290090ea76d677d893" (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/include/kernel/
H A Ddt_driver.h33cc94dfc6a51df36c10ff290090ea76d677d893 Mon Mar 13 19:02:29 UTC 2023 Clément Léger <clement.leger@bootlin.com> core: dt_driver: add phandle node and fdt to dt_driver_phandle_args

With pinctrl, it is necessary for the provider to access the node which
will need to be apply since it contains custom controller properties
that need to be parsed. In order to integrate pinctrl with the existing
dt_driver generic support, add these members and fill them when invoking
the get_of_device() callback.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
/optee_os/core/kernel/
H A Ddt_driver.c33cc94dfc6a51df36c10ff290090ea76d677d893 Mon Mar 13 19:02:29 UTC 2023 Clément Léger <clement.leger@bootlin.com> core: dt_driver: add phandle node and fdt to dt_driver_phandle_args

With pinctrl, it is necessary for the provider to access the node which
will need to be apply since it contains custom controller properties
that need to be parsed. In order to integrate pinctrl with the existing
dt_driver generic support, add these members and fill them when invoking
the get_of_device() callback.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>