[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240703065710.13786-1-five231003@gmail.com>
Date: Wed, 3 Jul 2024 12:25:25 +0530
From: Kousik Sanagavarapu <five231003@...il.com>
To: Julia Lawall <julia.lawall@...ia.fr>,
Nishanth Menon <nm@...com>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
Santosh Shilimkar <ssantosh@...nel.org>,
Nathan Chancellor <nathan@...nel.org>
Cc: Shuah Khan <skhan@...uxfoundation.org>,
Javier Carrasco <javier.carrasco.cruz@...il.com>,
linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Kousik Sanagavarapu <five231003@...il.com>
Subject: [PATCH v2 0/3] Do device node auto cleanup in drivers/soc/ti/
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
Powered by blists - more mailing lists