[PATCH v2] iio: light: ltr390: Remove stale TODOs
Chang Yu <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Remove stale TODOs from ltr390.c. All features have already been implemented by Abhash Jha<[email protected]>'s patches: Configurable gain and resoluion: commit 13fad2607dad ("iio: light: ltr390: Add configurable gain and resolution") Suspend/resume support: commit 288ce72fb5fc ("iio: light: ltr390: Suspend and Resume support") Support for reading the ALS: commit 14e0d914a855 ("iio: light: ltr390: Add ALS channel and support for gain and resolution") Interrupt support: commit 7ca4b8957066 ("iio: light: ltr390: Interrupts and threshold event support") Signed-off-by: Chang Yu <[email protected]> --- Changes since v2: * Added commit hashes for each implemented feature. drivers/iio/light/ltr390.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/iio/light/ltr390.c b/drivers/iio/light/ltr390.c index bc031f2c3141..f1bb066248e6 100644 --- a/drivers/iio/light/ltr390.c +++ b/drivers/iio/light/ltr390.c @@ -10,12 +10,6 @@ * * Datasheet: * https://optoelectronics.liteon.com/upload/download/DS86-2015-0004/LTR-390UV_Final_%20DS_V1%201.pdf - * - * TODO: - * - Support for configurable gain and resolution - * - Sensor suspend/resume support - * - Add support for reading the ALS - * - Interrupt support */ #include <linux/bitfield.h> -- 2.55.0