mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-18 23:09:29 +02:00
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@gmail.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
22 lines
751 B
Plaintext
22 lines
751 B
Plaintext
2020-02-29
|
|
|
|
Documentation
|
|
- Binding docs for devices that are obviously used via device
|
|
tree
|
|
- Yaml conversions for abandoned drivers
|
|
- ABI Documentation
|
|
- Audit drivers/staging/iio/Documentation
|
|
|
|
- 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.
|
|
|
|
- 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@vger.kernel.org
|