swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: ba4f184e126b751d1bffad5897f263108befc780 authored by Linus Torvalds on 20 September 2020, 23:33:55 UTC
Linux 5.9-rc6
Tip revision: ba4f184
TODO
2020-02-29

Documentation
  - Binding docs for devices that are obviously used via device
tree
  - Yaml conversions for abandoned drivers
  - ABI Documentation
  - Audit driviers/iio/staging/Documentation

- Replace iio_dev->mlock by either a local lock or use
iio_claim_direct.(Requires analysis of the purpose of the lock.)

- Converting drivers from device tree centric to more generic
property handlers.

- Refactor old platform_data constructs from drivers and convert it
to state struct and using property handlers and readers.

Mailing list: linux-iio@vger.kernel.org
back to top