Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v3] iio: light: ltr390: Remove stale TODOs
@ 2026-08-28  8:13 Chang Yu
  2026-08-28  8:19 ` Andy Shevchenko
  2026-08-28  8:30 ` Joshua Crofts
  0 siblings, 2 replies; 4+ messages in thread
From: Chang Yu @ 2026-08-28  8:13 UTC (permalink / raw)
  To: Andy Shevchenko, Chang Yu
  Cc: Anshul Dalal, Jonathan Cameron, David Lechner, Nuno Sá,
	Andy Shevchenko, linux-iio, linux-kernel

Remove stale TODOs from ltr390.c. All features have already been
implemented by Abhash Jha<abhashkumarjha123@gmail.com>'s patches:

[1] Configurable gain and resolution
[2] Suspend/resume support
[3] Support for reading the ALS
[4] Interrupt support

Link: https://git.kernel.org/torvalds/c/13fad2607dad [1]
Link: https://git.kernel.org/torvalds/c/288ce72fb5fc [2]
Link: https://git.kernel.org/torvalds/c/14e0d914a855 [3]
Link: https://git.kernel.org/torvalds/c/7ca4b8957066 [4]

Signed-off-by: Chang Yu <marcus.yu.56@gmail.com>
---

Changes since v3:
  * Reformatted commit links.

 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] iio: light: ltr390: Remove stale TODOs
  2026-08-28  8:13 [PATCH v3] iio: light: ltr390: Remove stale TODOs Chang Yu
@ 2026-08-28  8:19 ` Andy Shevchenko
  2026-08-30  1:02   ` Jonathan Cameron
  2026-08-28  8:30 ` Joshua Crofts
  1 sibling, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2026-08-28  8:19 UTC (permalink / raw)
  To: Chang Yu
  Cc: Andy Shevchenko, Anshul Dalal, Jonathan Cameron, David Lechner,
	Nuno Sá, linux-iio, linux-kernel

On Fri, Aug 28, 2026 at 11:14 AM Chang Yu <marcus.yu.56@gmail.com> wrote:
>
> Remove stale TODOs from ltr390.c. All features have already been
> implemented by Abhash Jha<abhashkumarjha123@gmail.com>'s patches:
>
> [1] Configurable gain and resolution
> [2] Suspend/resume support
> [3] Support for reading the ALS
> [4] Interrupt support
>
> Link: https://git.kernel.org/torvalds/c/13fad2607dad [1]
> Link: https://git.kernel.org/torvalds/c/288ce72fb5fc [2]
> Link: https://git.kernel.org/torvalds/c/14e0d914a855 [3]
> Link: https://git.kernel.org/torvalds/c/7ca4b8957066 [4]
>

Link is the official tag, no blank line is supposed to be here. But no
need to resend anymore, for this patch I hope Jonathan will make a
necessary tweak whilst applying.

Reviewed-by: Andy Shevchenko <andy@kernel.org>

-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] iio: light: ltr390: Remove stale TODOs
  2026-08-28  8:13 [PATCH v3] iio: light: ltr390: Remove stale TODOs Chang Yu
  2026-08-28  8:19 ` Andy Shevchenko
@ 2026-08-28  8:30 ` Joshua Crofts
  1 sibling, 0 replies; 4+ messages in thread
From: Joshua Crofts @ 2026-08-28  8:30 UTC (permalink / raw)
  To: Chang Yu
  Cc: Andy Shevchenko, Anshul Dalal, Jonathan Cameron, David Lechner,
	Nuno Sá, linux-iio, linux-kernel

On Fri, 28 Aug 2026 01:13:54 -0700
Chang Yu <marcus.yu.56@gmail.com> wrote:

> Remove stale TODOs from ltr390.c. All features have already been
> implemented by Abhash Jha<abhashkumarjha123@gmail.com>'s patches:
> 
> [1] Configurable gain and resolution
> [2] Suspend/resume support
> [3] Support for reading the ALS
> [4] Interrupt support
> 
> Link: https://git.kernel.org/torvalds/c/13fad2607dad [1]
> Link: https://git.kernel.org/torvalds/c/288ce72fb5fc [2]
> Link: https://git.kernel.org/torvalds/c/14e0d914a855 [3]
> Link: https://git.kernel.org/torvalds/c/7ca4b8957066 [4]
> 
> Signed-off-by: Chang Yu <marcus.yu.56@gmail.com>
> ---

Next time, please wait at least 24 hours before sending a new
version.

-- 
Kind regards,
Joshua Crofts

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] iio: light: ltr390: Remove stale TODOs
  2026-08-28  8:19 ` Andy Shevchenko
@ 2026-08-30  1:02   ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2026-08-30  1:02 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Chang Yu, Andy Shevchenko, Anshul Dalal, David Lechner,
	Nuno Sá, linux-iio, linux-kernel

On Fri, 28 Aug 2026 11:19:46 +0300
Andy Shevchenko <andy.shevchenko@gmail.com> wrote:

> On Fri, Aug 28, 2026 at 11:14 AM Chang Yu <marcus.yu.56@gmail.com> wrote:
> >
> > Remove stale TODOs from ltr390.c. All features have already been
> > implemented by Abhash Jha<abhashkumarjha123@gmail.com>'s patches:
> >
> > [1] Configurable gain and resolution
> > [2] Suspend/resume support
> > [3] Support for reading the ALS
> > [4] Interrupt support
> >
> > Link: https://git.kernel.org/torvalds/c/13fad2607dad [1]
> > Link: https://git.kernel.org/torvalds/c/288ce72fb5fc [2]
> > Link: https://git.kernel.org/torvalds/c/14e0d914a855 [3]
> > Link: https://git.kernel.org/torvalds/c/7ca4b8957066 [4]
> >  
> 
> Link is the official tag, no blank line is supposed to be here. But no
> need to resend anymore, for this patch I hope Jonathan will make a
> necessary tweak whilst applying.
> 
> Reviewed-by: Andy Shevchenko <andy@kernel.org>

It was a touch messy as b4 picked up the fact there were tags in
the earlier version for Link and (I think) because of this blank line
it didn't match them with these ones so we had two sets of the same
thing. Anyhow fixed up and applied

Jonathan

> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-30  1:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-28  8:13 [PATCH v3] iio: light: ltr390: Remove stale TODOs Chang Yu
2026-08-28  8:19 ` Andy Shevchenko
2026-08-30  1:02   ` Jonathan Cameron
2026-08-28  8:30 ` Joshua Crofts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox