diff mbox

Documentation: power: reset: move gpio-{poweroff|restart} to proper place

Message ID 1460476853-3306-1-git-send-email-wsa@the-dreams.de
State New
Headers show

Commit Message

Wolfram Sang April 12, 2016, 4 p.m. UTC
From: Wolfram Sang <wsa+renesas@sang-engineering.com>

I did only find them after a fuzzy search, so let them be where one
would expect them.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/devicetree/bindings/{gpio => power/reset}/gpio-poweroff.txt | 0
 Documentation/devicetree/bindings/{gpio => power/reset}/gpio-restart.txt  | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/{gpio => power/reset}/gpio-poweroff.txt (100%)
 rename Documentation/devicetree/bindings/{gpio => power/reset}/gpio-restart.txt (100%)

Comments

Linus Walleij April 15, 2016, 7:48 a.m. UTC | #1
On Tue, Apr 12, 2016 at 6:00 PM, Wolfram Sang <wsa@the-dreams.de> wrote:

> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> I did only find them after a fuzzy search, so let them be where one
> would expect them.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

I saw this the other day too I agree.
Sebastian: are you OK that I move this by committing the patch to the GPIO tree?
DT maintainers: OK?

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sebastian Reichel April 15, 2016, 1:27 p.m. UTC | #2
Hi,

On Fri, Apr 15, 2016 at 09:48:17AM +0200, Linus Walleij wrote:
> On Tue, Apr 12, 2016 at 6:00 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
> > From: Wolfram Sang <wsa+renesas@sang-engineering.com>
> >
> > I did only find them after a fuzzy search, so let them be where one
> > would expect them.
> >
> > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> 
> I saw this the other day too I agree.

> Sebastian: are you OK that I move this by committing the patch to
> the GPIO tree?

Yes.

Acked-By: Sebastian Reichel <sre@kernel.org>

-- Sebastian
Linus Walleij April 15, 2016, 2:05 p.m. UTC | #3
On Tue, Apr 12, 2016 at 6:00 PM, Wolfram Sang <wsa@the-dreams.de> wrote:

> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> I did only find them after a fuzzy search, so let them be where one
> would expect them.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Patch applied with some twisting of the subject line and
Sebastian's ACK.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rob Herring (Arm) April 15, 2016, 4:53 p.m. UTC | #4
On Fri, Apr 15, 2016 at 2:48 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Tue, Apr 12, 2016 at 6:00 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
>
>> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>>
>> I did only find them after a fuzzy search, so let them be where one
>> would expect them.
>>
>> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> I saw this the other day too I agree.
> Sebastian: are you OK that I move this by committing the patch to the GPIO tree?
> DT maintainers: OK?

Acked-by: Rob Herring <robh@kernel.org>

Seems like this should go thru my tree though, but I don't have the patch.

Rob
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Linus Walleij April 19, 2016, 8:19 a.m. UTC | #5
On Fri, Apr 15, 2016 at 6:53 PM, Rob Herring <robh@kernel.org> wrote:
> On Fri, Apr 15, 2016 at 2:48 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
>> On Tue, Apr 12, 2016 at 6:00 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
>>
>>> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>>>
>>> I did only find them after a fuzzy search, so let them be where one
>>> would expect them.
>>>
>>> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>>
>> I saw this the other day too I agree.
>> Sebastian: are you OK that I move this by committing the patch to the GPIO tree?
>> DT maintainers: OK?
>
> Acked-by: Rob Herring <robh@kernel.org>
>
> Seems like this should go thru my tree though, but I don't have the patch.

I have it merged in my tree, is is OK or shall I extract it and send
it to you?

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/gpio/gpio-poweroff.txt b/Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt
similarity index 100%
rename from Documentation/devicetree/bindings/gpio/gpio-poweroff.txt
rename to Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt
diff --git a/Documentation/devicetree/bindings/gpio/gpio-restart.txt b/Documentation/devicetree/bindings/power/reset/gpio-restart.txt
similarity index 100%
rename from Documentation/devicetree/bindings/gpio/gpio-restart.txt
rename to Documentation/devicetree/bindings/power/reset/gpio-restart.txt