[PATCH v2] iio: todo: fix typo and refine resource management items
From: Sanjay Chitroda
Date: Fri Jun 12 2026 - 23:32:04 EST
From: Sanjay Chitroda <sanjayembeddedse@xxxxxxxxx>
Fix a typo in the staging documentation path and adjust formatting of
existing entries for readability.
Add TODO items to track conversion of selected drivers to device managed
resource APIs and evaluate usage of cleanup.h helpers for simplifying
resource management.
These updates aim to better reflect ongoing cleanup efforts within the
IIO subsystem.
Signed-off-by: Sanjay Chitroda <sanjayembeddedse@xxxxxxxxx>
---
Changes in v2:
- rectify sentences/info following input comment from Andy and Jonathan
- v1 link: https://lore.kernel.org/all/20260601190836.2766703-1-sanjayembedded@xxxxxxxxx/
---
drivers/iio/TODO | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/drivers/iio/TODO b/drivers/iio/TODO
index 2ace27d1ac62..7b05308248d7 100644
--- a/drivers/iio/TODO
+++ b/drivers/iio/TODO
@@ -5,12 +5,17 @@ Documentation
tree
- Yaml conversions for abandoned drivers
- ABI Documentation
- - Audit driviers/iio/staging/Documentation
+ - Audit drivers/staging/iio/Documentation
-- Converting drivers from device tree centric to more generic
-property handlers.
+- Converting drivers from device tree centric to generic property handlers.
- Refactor old platform_data constructs from drivers and convert it
-to state struct and using property handlers and readers.
+ to state struct and using property handlers and readers.
+
+- Convert selected IIO drivers to use fully device managed resource APIs.
+
+- Evaluate and possibly adopt cleanup.h helpers (guard()(), __free(), et cetera)
+ in drivers where manual resource management is still used and there is a
+ significant improvement to the code flow and complexity to be had.
Mailing list: linux-iio@xxxxxxxxxxxxxxx
--
--