linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: gpio: add DT bindings directory
@ 2016-04-12 15:57 Wolfram Sang
  2016-04-13  7:23 ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2016-04-12 15:57 UTC (permalink / raw)
  To: linux-gpio; +Cc: Wolfram Sang, Linus Walleij, linux-renesas-soc

From: Wolfram Sang <wsa+renesas@sang-engineering.com>

Helps get_maintainer.pl to find the right people.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1b0b5bb8d5c09b..4e0d6e5809dd85 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4884,6 +4884,7 @@ M:	Alexandre Courbot <gnurou@gmail.com>
 L:	linux-gpio@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/gpio/
 F:	Documentation/gpio/
 F:	Documentation/ABI/testing/gpio-cdev
 F:	Documentation/ABI/obsolete/sysfs-gpio
-- 
2.7.0

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

* Re: [PATCH] MAINTAINERS: gpio: add DT bindings directory
  2016-04-12 15:57 [PATCH] MAINTAINERS: gpio: add DT bindings directory Wolfram Sang
@ 2016-04-13  7:23 ` Linus Walleij
  2016-04-13  8:11   ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2016-04-13  7:23 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-gpio@vger.kernel.org, linux-renesas-soc

On Tue, Apr 12, 2016 at 5:57 PM, Wolfram Sang <wsa@the-dreams.de> wrote:

> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> Helps get_maintainer.pl to find the right people.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

OK patch applied.

Maybe we should move the ACPI specs into the kernel
as well as that stuff is taking my time as well now, apart
from DT :/

Yours,
Linus Walleij

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

* Re: [PATCH] MAINTAINERS: gpio: add DT bindings directory
  2016-04-13  7:23 ` Linus Walleij
@ 2016-04-13  8:11   ` Geert Uytterhoeven
  2016-04-14 11:29     ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2016-04-13  8:11 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Wolfram Sang, linux-gpio@vger.kernel.org, linux-renesas-soc

Hi Linus,

On Wed, Apr 13, 2016 at 9:23 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Tue, Apr 12, 2016 at 5:57 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
>
>> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>>
>> Helps get_maintainer.pl to find the right people.
>>
>> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> OK patch applied.
>
> Maybe we should move the ACPI specs into the kernel
> as well as that stuff is taking my time as well now, apart
> from DT :/

Wasn't the plan to move the DT bindings out of the kernel tree instead?

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] MAINTAINERS: gpio: add DT bindings directory
  2016-04-13  8:11   ` Geert Uytterhoeven
@ 2016-04-14 11:29     ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2016-04-14 11:29 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfram Sang, linux-gpio@vger.kernel.org, linux-renesas-soc

On Wed, Apr 13, 2016 at 10:11 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Wed, Apr 13, 2016 at 9:23 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
>> On Tue, Apr 12, 2016 at 5:57 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
>>
>>> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>>>
>>> Helps get_maintainer.pl to find the right people.
>>>
>>> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>>
>> OK patch applied.
>>
>> Maybe we should move the ACPI specs into the kernel
>> as well as that stuff is taking my time as well now, apart
>> from DT :/
>
> Wasn't the plan to move the DT bindings out of the kernel tree instead?

That never seems to happen. Who would dare to try even.

The effect of doing that would probably not be desireable: the
kernel maintainers would maybe stop caring about DT bindings
and not providing any help at all, and noone would be able to
sensibly enforce that drivers and bindings go hand-in-hand.

I would think it was a good idea if there was an entity
outside the kernel community with the right manpower and
time budget to actually just do DT reviews, participating on
bindings and kernel driver reviews alike. But that needs to
come first, then *maybe* this entity can maintain their
own tree, with a copy in the kernel for a trial period and
then move it out.

Yours,
Linus Walleij

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

end of thread, other threads:[~2016-04-14 11:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-12 15:57 [PATCH] MAINTAINERS: gpio: add DT bindings directory Wolfram Sang
2016-04-13  7:23 ` Linus Walleij
2016-04-13  8:11   ` Geert Uytterhoeven
2016-04-14 11:29     ` Linus Walleij

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