aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/TODO
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá1-3/+0
Now that there are no more users accessing 'mlock' directly, we can move it to the iio_dev private structure. Hence, it's now explicit that new driver's should not directly use this lock. Signed-off-by: Nuno Sá <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
2020-03-08iio: add a TODORohit Sarkar1-0/+19
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 <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>