[PATCH 1/4] staging: iio: Remove TODO file

Dominik Karol Piątkowski posted 4 patches 2 weeks, 6 days ago
[PATCH 1/4] staging: iio: Remove TODO file
Posted by Dominik Karol Piątkowski 2 weeks, 6 days ago
Remove TODO file, as it only contains contact information.

Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>
---
 drivers/staging/iio/TODO | 5 -----
 1 file changed, 5 deletions(-)
 delete mode 100644 drivers/staging/iio/TODO

diff --git a/drivers/staging/iio/TODO b/drivers/staging/iio/TODO
deleted file mode 100644
index 0fa6a5500bdb..000000000000
--- a/drivers/staging/iio/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-2020-02-25
-
-
-Contact: Jonathan Cameron <jic23@kernel.org>.
-Mailing list: linux-iio@vger.kernel.org
-- 
2.34.1
Re: [PATCH 1/4] staging: iio: Remove TODO file
Posted by Jonathan Cameron 2 weeks, 6 days ago
On Thu, 07 Nov 2024 17:30:51 +0000
Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com> wrote:

> Remove TODO file, as it only contains contact information.
> 
> Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>
> ---
>  drivers/staging/iio/TODO | 5 -----
>  1 file changed, 5 deletions(-)
>  delete mode 100644 drivers/staging/iio/TODO
> 
> diff --git a/drivers/staging/iio/TODO b/drivers/staging/iio/TODO
> deleted file mode 100644
> index 0fa6a5500bdb..000000000000
> --- a/drivers/staging/iio/TODO
> +++ /dev/null
> @@ -1,5 +0,0 @@
> -2020-02-25
> -
> -
> -Contact: Jonathan Cameron <jic23@kernel.org>.
> -Mailing list: linux-iio@vger.kernel.org

kernel.org entries tend not to get stale very quickly.

Indeed redundant.  I'll assume Greg will pick this up if he is
happy with it.

Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Hmm. We should probably write a meaningful todo for the left over
IIO drivers in staging beyond 'fix the driver, mostly ABI issues'
but doing so involves going half the way to actually fixing them.

Every now and then I moot just deleting them all and instead
poke Analog to remind them these exist.

Michael, consider this another poke :)

Jonathan
Re: [PATCH 1/4] staging: iio: Remove TODO file
Posted by Greg KH 2 weeks, 3 days ago
On Thu, Nov 07, 2024 at 06:39:08PM +0000, Jonathan Cameron wrote:
> On Thu, 07 Nov 2024 17:30:51 +0000
> Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com> wrote:
> 
> > Remove TODO file, as it only contains contact information.
> > 
> > Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>
> > ---
> >  drivers/staging/iio/TODO | 5 -----
> >  1 file changed, 5 deletions(-)
> >  delete mode 100644 drivers/staging/iio/TODO
> > 
> > diff --git a/drivers/staging/iio/TODO b/drivers/staging/iio/TODO
> > deleted file mode 100644
> > index 0fa6a5500bdb..000000000000
> > --- a/drivers/staging/iio/TODO
> > +++ /dev/null
> > @@ -1,5 +0,0 @@
> > -2020-02-25
> > -
> > -
> > -Contact: Jonathan Cameron <jic23@kernel.org>.
> > -Mailing list: linux-iio@vger.kernel.org
> 
> kernel.org entries tend not to get stale very quickly.
> 
> Indeed redundant.  I'll assume Greg will pick this up if he is
> happy with it.
> 
> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Thanks, I'll take this now.

> Hmm. We should probably write a meaningful todo for the left over
> IIO drivers in staging beyond 'fix the driver, mostly ABI issues'
> but doing so involves going half the way to actually fixing them.
> 
> Every now and then I moot just deleting them all and instead
> poke Analog to remind them these exist.

I suggest just dropping them and see who screams :)

greg k-h