linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: Remove contact information from TODO files
@ 2024-11-07 17:30 Dominik Karol Piątkowski
  2024-11-07 17:30 ` [PATCH 1/4] staging: iio: Remove TODO file Dominik Karol Piątkowski
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Dominik Karol Piątkowski @ 2024-11-07 17:30 UTC (permalink / raw)
  To: jic23, lars, gregkh, parthiban.veerasooran, christian.gromm,
	sudipm.mukherjee, teddy.wang
  Cc: linux-kernel, linux-iio, linux-staging, linux-fbdev,
	Dominik Karol Piątkowski

Some TODO files contained contact information - it is redundant, as it
can be found in MAINTAINERS file. It can also get stale easily. This
series removes that.

Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>

Dominik Karol Piątkowski (4):
  staging: iio: Remove TODO file
  staging: sm750fb: Remove TODO contact information
  staging: rtl8723bs: Remove TODO contact information
  staging: most: Remove TODO contact information

 drivers/staging/iio/TODO       | 5 -----
 drivers/staging/most/TODO      | 7 -------
 drivers/staging/rtl8723bs/TODO | 3 ---
 drivers/staging/sm750fb/TODO   | 5 -----
 4 files changed, 20 deletions(-)
 delete mode 100644 drivers/staging/iio/TODO

-- 
2.34.1



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

* [PATCH 1/4] staging: iio: Remove TODO file
  2024-11-07 17:30 [PATCH 0/4] staging: Remove contact information from TODO files Dominik Karol Piątkowski
@ 2024-11-07 17:30 ` Dominik Karol Piątkowski
  2024-11-07 18:39   ` Jonathan Cameron
  2024-11-07 17:30 ` [PATCH 2/4] staging: sm750fb: Remove TODO contact information Dominik Karol Piątkowski
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Dominik Karol Piątkowski @ 2024-11-07 17:30 UTC (permalink / raw)
  To: jic23, lars, gregkh, parthiban.veerasooran, christian.gromm,
	sudipm.mukherjee, teddy.wang
  Cc: linux-kernel, linux-iio, linux-staging, linux-fbdev,
	Dominik Karol Piątkowski

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



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

* [PATCH 2/4] staging: sm750fb: Remove TODO contact information
  2024-11-07 17:30 [PATCH 0/4] staging: Remove contact information from TODO files Dominik Karol Piątkowski
  2024-11-07 17:30 ` [PATCH 1/4] staging: iio: Remove TODO file Dominik Karol Piątkowski
@ 2024-11-07 17:30 ` Dominik Karol Piątkowski
  2024-11-07 17:31 ` [PATCH 3/4] staging: rtl8723bs: " Dominik Karol Piątkowski
  2024-11-07 17:31 ` [PATCH 4/4] staging: most: " Dominik Karol Piątkowski
  3 siblings, 0 replies; 7+ messages in thread
From: Dominik Karol Piątkowski @ 2024-11-07 17:30 UTC (permalink / raw)
  To: jic23, lars, gregkh, parthiban.veerasooran, christian.gromm,
	sudipm.mukherjee, teddy.wang
  Cc: linux-kernel, linux-iio, linux-staging, linux-fbdev,
	Dominik Karol Piątkowski

Remove contact information from TODO file, as it is redundant and can
get stale easily.

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

diff --git a/drivers/staging/sm750fb/TODO b/drivers/staging/sm750fb/TODO
index 481409eb3fb3..9dd57c566257 100644
--- a/drivers/staging/sm750fb/TODO
+++ b/drivers/staging/sm750fb/TODO
@@ -12,8 +12,3 @@ TODO:
 Note:
 - This driver will be removed from staging after the drm driver is ready
 - The drm driver is getting ready at https://gitlab.com/sudipm/sm750/tree/sm750
-
-Please send any patches to
-	Greg Kroah-Hartman <greg@kroah.com>
-	Sudip Mukherjee <sudipm.mukherjee@gmail.com>
-	Teddy Wang <teddy.wang@siliconmotion.com>
-- 
2.34.1



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

* [PATCH 3/4] staging: rtl8723bs: Remove TODO contact information
  2024-11-07 17:30 [PATCH 0/4] staging: Remove contact information from TODO files Dominik Karol Piątkowski
  2024-11-07 17:30 ` [PATCH 1/4] staging: iio: Remove TODO file Dominik Karol Piątkowski
  2024-11-07 17:30 ` [PATCH 2/4] staging: sm750fb: Remove TODO contact information Dominik Karol Piątkowski
@ 2024-11-07 17:31 ` Dominik Karol Piątkowski
  2024-11-07 17:31 ` [PATCH 4/4] staging: most: " Dominik Karol Piątkowski
  3 siblings, 0 replies; 7+ messages in thread
From: Dominik Karol Piątkowski @ 2024-11-07 17:31 UTC (permalink / raw)
  To: jic23, lars, gregkh, parthiban.veerasooran, christian.gromm,
	sudipm.mukherjee, teddy.wang
  Cc: linux-kernel, linux-iio, linux-staging, linux-fbdev,
	Dominik Karol Piątkowski

Remove contact information from TODO file, as it is redundant and can
get stale easily.

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

diff --git a/drivers/staging/rtl8723bs/TODO b/drivers/staging/rtl8723bs/TODO
index 4c413f9d3df0..050dcd0bffab 100644
--- a/drivers/staging/rtl8723bs/TODO
+++ b/drivers/staging/rtl8723bs/TODO
@@ -6,6 +6,3 @@ TODO:
   of them will require refactoring
 - merge Realtek's bugfixes and new features into the driver
 - switch to use MAC80211
-
-Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
-Hans de Goede <hdegoede@redhat.com> and Larry Finger <Larry.Finger@lwfinger.net>.
-- 
2.34.1



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

* [PATCH 4/4] staging: most: Remove TODO contact information
  2024-11-07 17:30 [PATCH 0/4] staging: Remove contact information from TODO files Dominik Karol Piątkowski
                   ` (2 preceding siblings ...)
  2024-11-07 17:31 ` [PATCH 3/4] staging: rtl8723bs: " Dominik Karol Piątkowski
@ 2024-11-07 17:31 ` Dominik Karol Piątkowski
  3 siblings, 0 replies; 7+ messages in thread
From: Dominik Karol Piątkowski @ 2024-11-07 17:31 UTC (permalink / raw)
  To: jic23, lars, gregkh, parthiban.veerasooran, christian.gromm,
	sudipm.mukherjee, teddy.wang
  Cc: linux-kernel, linux-iio, linux-staging, linux-fbdev,
	Dominik Karol Piątkowski

Remove contact information from TODO file, as it is redundant and can
get stale easily.

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

diff --git a/drivers/staging/most/TODO b/drivers/staging/most/TODO
index 4fa11a9d2cf7..a6448a05ed46 100644
--- a/drivers/staging/most/TODO
+++ b/drivers/staging/most/TODO
@@ -1,8 +1 @@
 * Get through code review with Greg Kroah-Hartman
-
-Contact:
-To:
-Christian Gromm <christian.gromm@microchip.com>
-Cc:
-Michael Fabry <Michael.Fabry@microchip.com>
-Christian Gromm <chris@engineersdelight.de>
-- 
2.34.1



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

* Re: [PATCH 1/4] staging: iio: Remove TODO file
  2024-11-07 17:30 ` [PATCH 1/4] staging: iio: Remove TODO file Dominik Karol Piątkowski
@ 2024-11-07 18:39   ` Jonathan Cameron
  2024-11-10  7:03     ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Cameron @ 2024-11-07 18:39 UTC (permalink / raw)
  To: Dominik Karol Piątkowski
  Cc: lars, gregkh, parthiban.veerasooran, christian.gromm,
	sudipm.mukherjee, teddy.wang, linux-kernel, linux-iio,
	linux-staging, linux-fbdev, Michael Hennerich

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


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

* Re: [PATCH 1/4] staging: iio: Remove TODO file
  2024-11-07 18:39   ` Jonathan Cameron
@ 2024-11-10  7:03     ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2024-11-10  7:03 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Dominik Karol Piątkowski, lars, parthiban.veerasooran,
	christian.gromm, sudipm.mukherjee, teddy.wang, linux-kernel,
	linux-iio, linux-staging, linux-fbdev, Michael Hennerich

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

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

end of thread, other threads:[~2024-11-10  7:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-07 17:30 [PATCH 0/4] staging: Remove contact information from TODO files Dominik Karol Piątkowski
2024-11-07 17:30 ` [PATCH 1/4] staging: iio: Remove TODO file Dominik Karol Piątkowski
2024-11-07 18:39   ` Jonathan Cameron
2024-11-10  7:03     ` Greg KH
2024-11-07 17:30 ` [PATCH 2/4] staging: sm750fb: Remove TODO contact information Dominik Karol Piątkowski
2024-11-07 17:31 ` [PATCH 3/4] staging: rtl8723bs: " Dominik Karol Piątkowski
2024-11-07 17:31 ` [PATCH 4/4] staging: most: " Dominik Karol Piątkowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).