[PATCH v2 0/3] Do device node auto cleanup in drivers/soc/ti/
From: Kousik Sanagavarapu
Date: Wed Jul 03 2024 - 02:58:15 EST
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@xxxxxxxxx/
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