Searched hist:"0 d946ef4646092a23de2baf7b9d3063fe5571e82" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pmdomain/rockchip/ |
H A D | pm-domains.c | diff 0d946ef4646092a23de2baf7b9d3063fe5571e82 Fri Aug 23 14:51:05 CEST 2024 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> pmdomain: rockchip: Simplify with scoped for each OF child loop
Use scoped for_each_available_child_of_node_scoped() and for_each_child_of_node_scoped() when iterating over device nodes to make code a bit simpler.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20240823-cleanup-h-guard-pm-domain-v1-1-8320722eaf39@linaro.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
|