Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: add a TODO

This patch adds a TODO file with some work items added with reference to
the conversation in [1].
A TODO file is immensely useful while onboarding new contributors who
are looking for some low hanging fruit to get their foot into the door.
Since these items affect all drivers the file has been placed in the
root iio directory instead of augmenting the staging TODO.

Thanks,
Rohit

[1]: https://marc.info/?l=linux-iio&m=158256721009892&w=2
Signed-off-by: Rohit Sarkar <rohitsarkar5398@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Rohit Sarkar and committed by
Jonathan Cameron
5da06e6c 954ab5cc

+19
+19
drivers/iio/TODO
··· 1 + 2020-02-29 2 + 3 + Documentation 4 + - Binding docs for devices that are obviously used via device 5 + tree 6 + - Yaml conversions for abandoned drivers 7 + - ABI Documentation 8 + - Audit driviers/iio/staging/Documentation 9 + 10 + - Replace iio_dev->mlock by either a local lock or use 11 + iio_claim_direct.(Requires analysis of the purpose of the lock.) 12 + 13 + - Converting drivers from device tree centric to more generic 14 + property handlers. 15 + 16 + - Refactor old platform_data constructs from drivers and convert it 17 + to state struct and using property handlers and readers. 18 + 19 + Mailing list: linux-iio@vger.kernel.org