All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add keyword match for of_match_table to device tree section
@ 2011-08-02  5:13 Mark Brown
       [not found] ` <1312262006-7731-1-git-send-email-broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2011-08-02  5:13 UTC (permalink / raw)
  To: Grant Likely
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	patches-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E, Mark Brown

If a patch is working with an of_match_table it's probably adding an OF
binding to a driver in which case the binding ought to be reviewed by the
device tree folks to make sure that things like the device matches are set
up correctly.

Signed-off-by: Mark Brown <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
---
 MAINTAINERS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4722b82..991e947 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4727,6 +4727,7 @@ S:	Maintained
 F:	drivers/of
 F:	include/linux/of*.h
 K:	of_get_property
+K:	of_match_table
 
 OPENRISC ARCHITECTURE
 M:	Jonas Bonn <jonas-A9uVI2HLR7kOP4wsBPIw7w@public.gmane.org>
-- 
1.7.5.4

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

* Re: [PATCH] MAINTAINERS: Add keyword match for of_match_table to device tree section
       [not found] ` <1312262006-7731-1-git-send-email-broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
@ 2011-08-02  6:51   ` Grant Likely
       [not found]     ` <CACxGe6tc5PGXxRCMQDYM-1dLgKHiNEAikuCrCcPRUhNeJpy9fw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Grant Likely @ 2011-08-02  6:51 UTC (permalink / raw)
  To: Mark Brown
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	patches-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E

On Tue, Aug 2, 2011 at 6:13 AM, Mark Brown
<broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> wrote:
> If a patch is working with an of_match_table it's probably adding an OF
> binding to a driver in which case the binding ought to be reviewed by the
> device tree folks to make sure that things like the device matches are set
> up correctly.
>
> Signed-off-by: Mark Brown <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>

Good idea.

Acked-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>

> ---
>  MAINTAINERS |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4722b82..991e947 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4727,6 +4727,7 @@ S:        Maintained
>  F:     drivers/of
>  F:     include/linux/of*.h
>  K:     of_get_property
> +K:     of_match_table
>
>  OPENRISC ARCHITECTURE
>  M:     Jonas Bonn <jonas-A9uVI2HLR7kOP4wsBPIw7w@public.gmane.org>
> --
> 1.7.5.4
>
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [PATCH] MAINTAINERS: Add keyword match for of_match_table to device tree section
       [not found]     ` <CACxGe6tc5PGXxRCMQDYM-1dLgKHiNEAikuCrCcPRUhNeJpy9fw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2011-08-02  7:07       ` Mark Brown
  2011-08-02  7:14           ` Grant Likely
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2011-08-02  7:07 UTC (permalink / raw)
  To: Grant Likely
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	patches-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E

On Tue, Aug 02, 2011 at 07:51:35AM +0100, Grant Likely wrote:
> On Tue, Aug 2, 2011 at 6:13 AM, Mark Brown
> <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> wrote:
> > If a patch is working with an of_match_table it's probably adding an OF
> > binding to a driver in which case the binding ought to be reviewed by the
> > device tree folks to make sure that things like the device matches are set
> > up correctly.

> > Signed-off-by: Mark Brown <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>

> Good idea.

> Acked-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>

I was kind of expecting you to merge this via the DT tree?

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

* Re: [PATCH] MAINTAINERS: Add keyword match for of_match_table to device tree section
@ 2011-08-02  7:14           ` Grant Likely
  0 siblings, 0 replies; 5+ messages in thread
From: Grant Likely @ 2011-08-02  7:14 UTC (permalink / raw)
  To: Mark Brown; +Cc: devicetree-discuss, patches, Linux Kernel Mailing List

On Tue, Aug 2, 2011 at 8:07 AM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> On Tue, Aug 02, 2011 at 07:51:35AM +0100, Grant Likely wrote:
>> On Tue, Aug 2, 2011 at 6:13 AM, Mark Brown
>> <broonie@opensource.wolfsonmicro.com> wrote:
>> > If a patch is working with an of_match_table it's probably adding an OF
>> > binding to a driver in which case the binding ought to be reviewed by the
>> > device tree folks to make sure that things like the device matches are set
>> > up correctly.
>
>> > Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
>
>> Good idea.
>
>> Acked-by: Grant Likely <grant.likely@secretlab.ca>
>
> I was kind of expecting you to merge this via the DT tree?

[cc'ing Linux Kernel] I didn't notice that it was only sent to
devicetree-discuss.  Yeah, I can merge this patch.

g.



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [PATCH] MAINTAINERS: Add keyword match for of_match_table to device tree section
@ 2011-08-02  7:14           ` Grant Likely
  0 siblings, 0 replies; 5+ messages in thread
From: Grant Likely @ 2011-08-02  7:14 UTC (permalink / raw)
  To: Mark Brown
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	patches-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E,
	Linux Kernel Mailing List

On Tue, Aug 2, 2011 at 8:07 AM, Mark Brown
<broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> wrote:
> On Tue, Aug 02, 2011 at 07:51:35AM +0100, Grant Likely wrote:
>> On Tue, Aug 2, 2011 at 6:13 AM, Mark Brown
>> <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> wrote:
>> > If a patch is working with an of_match_table it's probably adding an OF
>> > binding to a driver in which case the binding ought to be reviewed by the
>> > device tree folks to make sure that things like the device matches are set
>> > up correctly.
>
>> > Signed-off-by: Mark Brown <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
>
>> Good idea.
>
>> Acked-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
>
> I was kind of expecting you to merge this via the DT tree?

[cc'ing Linux Kernel] I didn't notice that it was only sent to
devicetree-discuss.  Yeah, I can merge this patch.

g.



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

end of thread, other threads:[~2011-08-02  7:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-02  5:13 [PATCH] MAINTAINERS: Add keyword match for of_match_table to device tree section Mark Brown
     [not found] ` <1312262006-7731-1-git-send-email-broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2011-08-02  6:51   ` Grant Likely
     [not found]     ` <CACxGe6tc5PGXxRCMQDYM-1dLgKHiNEAikuCrCcPRUhNeJpy9fw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-08-02  7:07       ` Mark Brown
2011-08-02  7:14         ` Grant Likely
2011-08-02  7:14           ` Grant Likely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.