linux/drivers/remoteproc
Krzysztof Kozlowski 3a53ff95b0 remoteproc: st: Use syscon_regmap_lookup_by_phandle_args
Use syscon_regmap_lookup_by_phandle_args() which is a wrapper over
syscon_regmap_lookup_by_phandle() and getting the argument.  Except
simpler code this annotates within one line that given phandle has
arguments, so grepping for code would be easier.

There is also no real benefit in printing errors on missing syscon
argument, because this is done just too late: runtime check on
static/build-time data.  Dtschema and Devicetree bindings offer the
static/build-time check for this already.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20250111-b4-syscon-phandle-args-remoteproc-v1-5-73ed6fafa1e3@linaro.org
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2025-01-15 10:04:27 -07:00
..
da8xx_remoteproc.c
imx_dsp_rproc.c
imx_rproc.c
imx_rproc.h
ingenic_rproc.c
Kconfig
keystone_remoteproc.c remoteproc: keystone: Use syscon_regmap_lookup_by_phandle_args 2025-01-15 10:03:48 -07:00
Makefile
meson_mx_ao_arc.c
mtk_common.h
mtk_scp.c remoteproc: mtk_scp: Only populate devices for SCP cores 2024-12-16 09:31:33 -07:00
mtk_scp_ipi.c
omap_remoteproc.c remoteproc: omap: Simplify returning syscon PTR_ERR 2025-01-15 09:51:47 -07:00
omap_remoteproc.h
pru_rproc.c
pru_rproc.h
qcom_common.c
qcom_common.h
qcom_pil_info.c
qcom_pil_info.h
qcom_q6v5.c
qcom_q6v5.h
qcom_q6v5_adsp.c
qcom_q6v5_mss.c remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM region 2024-11-15 19:36:38 -08:00
qcom_q6v5_pas.c remoteproc: qcom_q6v5_pas: Simplify with dev_err_probe() 2024-11-15 19:31:47 -08:00
qcom_q6v5_wcss.c remoteproc: qcom: wcss: Remove double assignment in q6v5_wcss_probe() 2024-11-15 20:36:27 -08:00
qcom_sysmon.c
qcom_wcnss.c
qcom_wcnss.h
qcom_wcnss_iris.c remoteproc: qcom_wcnss_iris: Simplify with dev_err_probe() 2024-11-15 19:31:47 -08:00
rcar_rproc.c
remoteproc_cdev.c
remoteproc_core.c remoteproc: core: Fix ida_free call while not allocated 2024-12-02 09:43:48 -07:00
remoteproc_coredump.c
remoteproc_debugfs.c
remoteproc_elf_helpers.h
remoteproc_elf_loader.c
remoteproc_internal.h
remoteproc_sysfs.c
remoteproc_virtio.c
st_remoteproc.c remoteproc: st: Use syscon_regmap_lookup_by_phandle_args 2025-01-15 10:04:27 -07:00
st_slim_rproc.c
stm32_rproc.c
ti_k3_dsp_remoteproc.c
ti_k3_m4_remoteproc.c
ti_k3_r5_remoteproc.c remoteproc: k3-r5: Add devm action to release tsp 2025-01-06 09:52:49 -07:00
ti_sci_proc.h
wkup_m3_rproc.c
xlnx_r5_remoteproc.c