linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: bcm2835-audio: delete TODO
@ 2022-04-20 17:44 Adrien Thierry
  2022-04-22 14:40 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Adrien Thierry @ 2022-04-20 17:44 UTC (permalink / raw)
  To: Maxime Ripard, Takashi Iwai, Greg Kroah-Hartman,
	Florian Fainelli, Ray Jui, Scott Branden,
	bcm-kernel-feedback-list, Nicolas Saenz Julienne
  Cc: Adrien Thierry, linux-kernel, linux-staging, linux-rpi-kernel,
	linux-arm-kernel

Delete TODO since all tasks were completed:

1 - fixed here:
https://lore.kernel.org/all/20220408150359.26661-1-athierry@redhat.com/

2 - there are no remaining checkpatch.pl errors or warnings

Signed-off-by: Adrien Thierry <athierry@redhat.com>
---
 drivers/staging/vc04_services/bcm2835-audio/TODO | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 drivers/staging/vc04_services/bcm2835-audio/TODO

diff --git a/drivers/staging/vc04_services/bcm2835-audio/TODO b/drivers/staging/vc04_services/bcm2835-audio/TODO
deleted file mode 100644
index b85451255db0..000000000000
--- a/drivers/staging/vc04_services/bcm2835-audio/TODO
+++ /dev/null
@@ -1,10 +0,0 @@
-*****************************************************************************
-*                                                                           *
-*                           TODO: BCM2835-AUDIO                             *
-*                                                                           *
-*****************************************************************************
-
-1) Revisit multi-cards options and PCM route mixer control (as per comment
-https://lore.kernel.org/lkml/s5hd0to5598.wl-tiwai@suse.de)
-
-2) Fix the remaining checkpatch.pl errors and warnings.
-- 
2.35.1


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

* Re: [PATCH] staging: bcm2835-audio: delete TODO
  2022-04-20 17:44 [PATCH] staging: bcm2835-audio: delete TODO Adrien Thierry
@ 2022-04-22 14:40 ` Greg Kroah-Hartman
  2022-04-22 14:58   ` Stefan Wahren
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2022-04-22 14:40 UTC (permalink / raw)
  To: Adrien Thierry
  Cc: Maxime Ripard, Takashi Iwai, Florian Fainelli, Ray Jui,
	Scott Branden, bcm-kernel-feedback-list, Nicolas Saenz Julienne,
	linux-kernel, linux-staging, linux-rpi-kernel, linux-arm-kernel

On Wed, Apr 20, 2022 at 01:44:00PM -0400, Adrien Thierry wrote:
> Delete TODO since all tasks were completed:
> 
> 1 - fixed here:
> https://lore.kernel.org/all/20220408150359.26661-1-athierry@redhat.com/
> 
> 2 - there are no remaining checkpatch.pl errors or warnings
> 
> Signed-off-by: Adrien Thierry <athierry@redhat.com>
> ---
>  drivers/staging/vc04_services/bcm2835-audio/TODO | 10 ----------
>  1 file changed, 10 deletions(-)
>  delete mode 100644 drivers/staging/vc04_services/bcm2835-audio/TODO
> 
> diff --git a/drivers/staging/vc04_services/bcm2835-audio/TODO b/drivers/staging/vc04_services/bcm2835-audio/TODO
> deleted file mode 100644
> index b85451255db0..000000000000
> --- a/drivers/staging/vc04_services/bcm2835-audio/TODO
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -*****************************************************************************
> -*                                                                           *
> -*                           TODO: BCM2835-AUDIO                             *
> -*                                                                           *
> -*****************************************************************************
> -
> -1) Revisit multi-cards options and PCM route mixer control (as per comment
> -https://lore.kernel.org/lkml/s5hd0to5598.wl-tiwai@suse.de)
> -
> -2) Fix the remaining checkpatch.pl errors and warnings.
> -- 
> 2.35.1
> 
> 

Great, so now it can be merged to the real part of the kernel?  If not,
what's left for that to happen?

thanks,

greg k-h

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

* Re: [PATCH] staging: bcm2835-audio: delete TODO
  2022-04-22 14:40 ` Greg Kroah-Hartman
@ 2022-04-22 14:58   ` Stefan Wahren
  2022-04-22 15:13     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Wahren @ 2022-04-22 14:58 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Adrien Thierry
  Cc: Maxime Ripard, Takashi Iwai, Florian Fainelli, Ray Jui,
	Scott Branden, bcm-kernel-feedback-list, Nicolas Saenz Julienne,
	linux-kernel, linux-staging, linux-rpi-kernel, linux-arm-kernel

Hi Greg,

Am 22.04.22 um 16:40 schrieb Greg Kroah-Hartman:
> On Wed, Apr 20, 2022 at 01:44:00PM -0400, Adrien Thierry wrote:
>> Delete TODO since all tasks were completed:
>>
>> 1 - fixed here:
>> https://lore.kernel.org/all/20220408150359.26661-1-athierry@redhat.com/
>>
>> 2 - there are no remaining checkpatch.pl errors or warnings
>>
>> Signed-off-by: Adrien Thierry <athierry@redhat.com>
>> ---
>>   drivers/staging/vc04_services/bcm2835-audio/TODO | 10 ----------
>>   1 file changed, 10 deletions(-)
>>   delete mode 100644 drivers/staging/vc04_services/bcm2835-audio/TODO
>>
>> diff --git a/drivers/staging/vc04_services/bcm2835-audio/TODO b/drivers/staging/vc04_services/bcm2835-audio/TODO
>> deleted file mode 100644
>> index b85451255db0..000000000000
>> --- a/drivers/staging/vc04_services/bcm2835-audio/TODO
>> +++ /dev/null
>> @@ -1,10 +0,0 @@
>> -*****************************************************************************
>> -*                                                                           *
>> -*                           TODO: BCM2835-AUDIO                             *
>> -*                                                                           *
>> -*****************************************************************************
>> -
>> -1) Revisit multi-cards options and PCM route mixer control (as per comment
>> -https://lore.kernel.org/lkml/s5hd0to5598.wl-tiwai@suse.de)
>> -
>> -2) Fix the remaining checkpatch.pl errors and warnings.
>> -- 
>> 2.35.1
>>
>>
> Great, so now it can be merged to the real part of the kernel?  If not,
> what's left for that to happen?

bcm2835-audio depends on interface/vchiq_arm in a parallel directory. 
Its TODO list is a little bit longer.

Best regards

>
> thanks,
>
> greg k-h
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] staging: bcm2835-audio: delete TODO
  2022-04-22 14:58   ` Stefan Wahren
@ 2022-04-22 15:13     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2022-04-22 15:13 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: Adrien Thierry, Maxime Ripard, Takashi Iwai, Florian Fainelli,
	Ray Jui, Scott Branden, bcm-kernel-feedback-list,
	Nicolas Saenz Julienne, linux-kernel, linux-staging,
	linux-rpi-kernel, linux-arm-kernel

On Fri, Apr 22, 2022 at 04:58:22PM +0200, Stefan Wahren wrote:
> Hi Greg,
> 
> Am 22.04.22 um 16:40 schrieb Greg Kroah-Hartman:
> > On Wed, Apr 20, 2022 at 01:44:00PM -0400, Adrien Thierry wrote:
> > > Delete TODO since all tasks were completed:
> > > 
> > > 1 - fixed here:
> > > https://lore.kernel.org/all/20220408150359.26661-1-athierry@redhat.com/
> > > 
> > > 2 - there are no remaining checkpatch.pl errors or warnings
> > > 
> > > Signed-off-by: Adrien Thierry <athierry@redhat.com>
> > > ---
> > >   drivers/staging/vc04_services/bcm2835-audio/TODO | 10 ----------
> > >   1 file changed, 10 deletions(-)
> > >   delete mode 100644 drivers/staging/vc04_services/bcm2835-audio/TODO
> > > 
> > > diff --git a/drivers/staging/vc04_services/bcm2835-audio/TODO b/drivers/staging/vc04_services/bcm2835-audio/TODO
> > > deleted file mode 100644
> > > index b85451255db0..000000000000
> > > --- a/drivers/staging/vc04_services/bcm2835-audio/TODO
> > > +++ /dev/null
> > > @@ -1,10 +0,0 @@
> > > -*****************************************************************************
> > > -*                                                                           *
> > > -*                           TODO: BCM2835-AUDIO                             *
> > > -*                                                                           *
> > > -*****************************************************************************
> > > -
> > > -1) Revisit multi-cards options and PCM route mixer control (as per comment
> > > -https://lore.kernel.org/lkml/s5hd0to5598.wl-tiwai@suse.de)
> > > -
> > > -2) Fix the remaining checkpatch.pl errors and warnings.
> > > -- 
> > > 2.35.1
> > > 
> > > 
> > Great, so now it can be merged to the real part of the kernel?  If not,
> > what's left for that to happen?
> 
> bcm2835-audio depends on interface/vchiq_arm in a parallel directory. Its
> TODO list is a little bit longer.

Ah, yeah, still more work to do :(

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

end of thread, other threads:[~2022-04-22 15:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20 17:44 [PATCH] staging: bcm2835-audio: delete TODO Adrien Thierry
2022-04-22 14:40 ` Greg Kroah-Hartman
2022-04-22 14:58   ` Stefan Wahren
2022-04-22 15:13     ` Greg Kroah-Hartman

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).