[PATCH v2 0/3] Do device node auto cleanup in drivers/soc/ti/
Kousik Sanagavarapu
five231003 at gmail.com
Tue Jul 2 23:55:25 PDT 2024
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
More information about the linux-arm-kernel
mailing list