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

Kousik Sanagavarapu posted 3 patches 1 year, 7 months ago
There is a newer version of this series
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(-)
[PATCH v2 0/3] Do device node auto cleanup in drivers/soc/ti/
Posted by Kousik Sanagavarapu 1 year, 7 months ago
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(-)

-- 
2.45.2.561.g66ac6e4bcd