linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] MAINTAINERS: Fix ti-vpe binding file line
@ 2020-01-30  8:31 Sakari Ailus
  2020-01-30 11:47 ` Sakari Ailus
  2020-01-30 13:28 ` Andy Shevchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Sakari Ailus @ 2020-01-30  8:31 UTC (permalink / raw)
  To: linux-media; +Cc: Benoit Parrot

Add "F:" prefix to the ti,cal.yaml line to tell it's a file.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index da05666e9ade..02e5aad82c94 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16584,7 +16584,7 @@ Q:	http://patchwork.linuxtv.org/project/linux-media/list/
 S:	Maintained
 F:	drivers/media/platform/ti-vpe/
 F:	Documentation/devicetree/bindings/media/ti,vpe.yaml
-	Documentation/devicetree/bindings/media/ti,cal.yaml
+F:	Documentation/devicetree/bindings/media/ti,cal.yaml
 
 TI WILINK WIRELESS DRIVERS
 L:	linux-wireless@vger.kernel.org
-- 
2.20.1


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

* Re: [PATCH 1/1] MAINTAINERS: Fix ti-vpe binding file line
  2020-01-30  8:31 [PATCH 1/1] MAINTAINERS: Fix ti-vpe binding file line Sakari Ailus
@ 2020-01-30 11:47 ` Sakari Ailus
  2020-01-30 12:52   ` Benoit Parrot
  2020-01-30 13:28 ` Andy Shevchenko
  1 sibling, 1 reply; 4+ messages in thread
From: Sakari Ailus @ 2020-01-30 11:47 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-media, Benoit Parrot

On Thu, Jan 30, 2020 at 10:31:56AM +0200, Sakari Ailus wrote:
> Add "F:" prefix to the ti,cal.yaml line to tell it's a file.
> 

There should have been one more line here:

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index da05666e9ade..02e5aad82c94 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16584,7 +16584,7 @@ Q:	http://patchwork.linuxtv.org/project/linux-media/list/
>  S:	Maintained
>  F:	drivers/media/platform/ti-vpe/
>  F:	Documentation/devicetree/bindings/media/ti,vpe.yaml
> -	Documentation/devicetree/bindings/media/ti,cal.yaml
> +F:	Documentation/devicetree/bindings/media/ti,cal.yaml
>  
>  TI WILINK WIRELESS DRIVERS
>  L:	linux-wireless@vger.kernel.org
> -- 
> 2.20.1
> 

-- 
Sakari Ailus

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

* Re: [PATCH 1/1] MAINTAINERS: Fix ti-vpe binding file line
  2020-01-30 11:47 ` Sakari Ailus
@ 2020-01-30 12:52   ` Benoit Parrot
  0 siblings, 0 replies; 4+ messages in thread
From: Benoit Parrot @ 2020-01-30 12:52 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: Sakari Ailus, linux-media

Sakari Ailus <sakari.ailus@iki.fi> wrote on Thu [2020-Jan-30 13:47:20 +0200]:
> On Thu, Jan 30, 2020 at 10:31:56AM +0200, Sakari Ailus wrote:
> > Add "F:" prefix to the ti,cal.yaml line to tell it's a file.
> > 
> 
> There should have been one more line here:
> 
> Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Isn't this change also included in Andriy's patch?

Anyhow,

Acked-by: Benoit Parrot <bparrot@ti.com>

> 
> > Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> > ---
> >  MAINTAINERS | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index da05666e9ade..02e5aad82c94 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16584,7 +16584,7 @@ Q:	http://patchwork.linuxtv.org/project/linux-media/list/
> >  S:	Maintained
> >  F:	drivers/media/platform/ti-vpe/
> >  F:	Documentation/devicetree/bindings/media/ti,vpe.yaml
> > -	Documentation/devicetree/bindings/media/ti,cal.yaml
> > +F:	Documentation/devicetree/bindings/media/ti,cal.yaml
> >  
> >  TI WILINK WIRELESS DRIVERS
> >  L:	linux-wireless@vger.kernel.org
> > -- 
> > 2.20.1
> > 
> 
> -- 
> Sakari Ailus

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

* Re: [PATCH 1/1] MAINTAINERS: Fix ti-vpe binding file line
  2020-01-30  8:31 [PATCH 1/1] MAINTAINERS: Fix ti-vpe binding file line Sakari Ailus
  2020-01-30 11:47 ` Sakari Ailus
@ 2020-01-30 13:28 ` Andy Shevchenko
  1 sibling, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2020-01-30 13:28 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: Linux Media Mailing List, Benoit Parrot

On Thu, Jan 30, 2020 at 10:33 AM Sakari Ailus
<sakari.ailus@linux.intel.com> wrote:
>
> Add "F:" prefix to the ti,cal.yaml line to tell it's a file.

Thanks.
I meant yesterday off-line that there is my patch [1] already. Sorry
for the confusion.

[1]: https://lore.kernel.org/linux-media/20200128145828.74161-1-andriy.shevchenko@linux.intel.com/

-- 
With Best Regards,
Andy Shevchenko

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

end of thread, other threads:[~2020-01-30 13:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30  8:31 [PATCH 1/1] MAINTAINERS: Fix ti-vpe binding file line Sakari Ailus
2020-01-30 11:47 ` Sakari Ailus
2020-01-30 12:52   ` Benoit Parrot
2020-01-30 13:28 ` Andy Shevchenko

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