[PATCH] iio: light: ltr390: Remove stale TODOs

Chang Yu posted 1 patch 4 weeks, 1 day ago
There is a newer version of this series
drivers/iio/light/ltr390.c | 6 ------
1 file changed, 6 deletions(-)
[PATCH] iio: light: ltr390: Remove stale TODOs
Posted by Chang Yu 4 weeks, 1 day ago
Remove stale TODOs from ltr390.c. All features have already been implemented by
Abhash Jha<abhashkumarjha123@gmail.com>'s patches.

Signed-off-by: Chang Yu <marcus.yu.56@gmail.com>
---
 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
Re: [PATCH] iio: light: ltr390: Remove stale TODOs
Posted by Andy Shevchenko 4 weeks, 1 day ago
On Thu, Aug 27, 2026 at 09:18:54PM -0700, Chang Yu wrote:
> Remove stale TODOs from ltr390.c. All features have already been implemented by
> Abhash Jha<abhashkumarjha123@gmail.com>'s patches.

This is a comment and doesn't sound like a commit message.
What patches you are referring to? Are they in or still pending?

Depending on the answers to the above act accordingly.

Also make sure the lines are wrapped at ~72 characters.

-- 
With Best Regards,
Andy Shevchenko