mbox series

[0/5] remoteproc: Simplify few things: omap, keystone, st

Message ID 20250111-b4-syscon-phandle-args-remoteproc-v1-0-73ed6fafa1e3@linaro.org (mailing list archive)
Headers show
Series remoteproc: Simplify few things: omap, keystone, st | expand

Message

Krzysztof Kozlowski Jan. 11, 2025, 6:42 p.m. UTC
Few code simplifications without functional impact.  Not tested on
hardware.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (5):
      remoteproc: keystone: Simplify returning syscon PTR_ERR
      remoteproc: omap: Simplify returning syscon PTR_ERR
      remoteproc: st: Simplify with dev_err_probe
      remoteproc: keystone: Use syscon_regmap_lookup_by_phandle_args
      remoteproc: st: Use syscon_regmap_lookup_by_phandle_args

 drivers/remoteproc/keystone_remoteproc.c | 17 +++-------
 drivers/remoteproc/omap_remoteproc.c     |  7 ++---
 drivers/remoteproc/st_remoteproc.c       | 54 +++++++++++++-------------------
 3 files changed, 28 insertions(+), 50 deletions(-)
---
base-commit: 6ecd20965bdc21b265a0671ccf36d9ad8043f5ab
change-id: 20250111-b4-syscon-phandle-args-remoteproc-06dfa873d1d1

Best regards,