mbox series

[-next,v2,0/4] soc: fsl: cpm1: Simplify with scoped for each OF child loop and dev_err_probe()

Message ID 20240830040636.3508679-1-ruanjinjie@huawei.com (mailing list archive)
Headers show
Series soc: fsl: cpm1: Simplify with scoped for each OF child loop and dev_err_probe() | expand

Message

Jinjie Ruan Aug. 30, 2024, 4:06 a.m. UTC
Use for_each_child_of_node_scoped() and dev_err_probe() to simplify code.

Changes in v2:
- Split from the whole soc patch set.
- Update the commit message.

Jinjie Ruan (4):
  soc: fsl: cpm1: Simplify with scoped for each OF child loop
  soc: fsl: cpm1: Simplify with dev_err_probe()
  soc: fsl: cpm1: qmc: Simplify with scoped for each OF child
  soc: fsl: cpm1: qmc: Simplify with dev_err_probe()

 drivers/soc/fsl/qe/qmc.c | 66 ++++++++++-------------------
 drivers/soc/fsl/qe/tsa.c | 90 ++++++++++++----------------------------
 2 files changed, 50 insertions(+), 106 deletions(-)