mbox series

[v2,0/3] Do device node auto cleanup in drivers/soc/ti/

Message ID 20240703065710.13786-1-five231003@gmail.com (mailing list archive)
Headers show
Series Do device node auto cleanup in drivers/soc/ti/ | expand

Message

Kousik Sanagavarapu July 3, 2024, 6:55 a.m. UTC
Do "struct device_node" auto cleanup in soc/ti/.  This patch series takes
care of all the cases where this is possible.

v1:

	https://lore.kernel.org/linux-arm-kernel/20240510071432.62913-1-five231003@gmail.com/

Changes since v1:
- Refactor code so that it the scope of the pointers touched is reduced,
  making the code look more clean.
- The above also the side-effect of fixing the errors that clang emitted
  (but my local version of gcc didn't) for PATCH 2/3 during v1.

Sorry for sending the v2 so late.  I was busy with my semester exams.

Kousik Sanagavarapu (3):
  soc: ti: pruss: do device_node auto cleanup
  soc: ti: knav_qmss_queue: do device_node auto cleanup
  soc: ti: pm33xx: do device_node auto cleanup

 drivers/soc/ti/knav_qmss_queue.c |  85 +++++++++-------
 drivers/soc/ti/pm33xx.c          |  20 ++--
 drivers/soc/ti/pruss.c           | 168 ++++++++++++++-----------------
 3 files changed, 131 insertions(+), 142 deletions(-)