Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1725708 > unrolled thread

linux-next: Signed-off-by missing for commits in the mips tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-09-03 18:20 +0200
Last post2017-09-04 10:50 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: Signed-off-by missing for commits in the mips tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-09-03 18:20 +0200
    Re: linux-next: Signed-off-by missing for commits in the mips tree Martin Blumenstingl <martin.blumenstingl@googlemail.com> - 2017-09-03 23:20 +0200
      Re: linux-next: Signed-off-by missing for commits in the mips tree Hauke Mehrtens <hauke@hauke-m.de> - 2017-09-04 10:50 +0200

#1725708 — linux-next: Signed-off-by missing for commits in the mips tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-09-03 18:20 +0200
Subjectlinux-next: Signed-off-by missing for commits in the mips tree
Message-ID<ulFMS-28Q-9@gated-at.bofh.it>
Hi all,

Commits

bb19a5e5205b MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
f6a4de1654c9 MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
565f7e8292f5 reset: Add a reset controller driver for the Lantiq XWAY based SoCs
e55bfdfacaed Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
5a7715f4b8e0 MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
114f298226a3 MIPS: Malta: Use new GIC accessor functions

are missing a Signed-off-by from their author.

Commit

114f298226a3 MIPS: Malta: Use new GIC accessor functions

is missing a Signed-off-by from its commiter.

-- 
Cheers,
Stephen Rothwell

[toc] | [next] | [standalone]


#1725762

FromMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Date2017-09-03 23:20 +0200
Message-ID<ulKtc-50X-11@gated-at.bofh.it>
In reply to#1725708
Hi Hauke, Hi Ralf,

On Sun, Sep 3, 2017 at 6:13 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> Commits
>
> bb19a5e5205b MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
> f6a4de1654c9 MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
> 565f7e8292f5 reset: Add a reset controller driver for the Lantiq XWAY based SoCs
> e55bfdfacaed Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
> 5a7715f4b8e0 MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
Hauke: thank you for pushing these patches forward (by adding lots of
fixes, missing documentation and so on)!
I can send a Signed-off-by for all of these - however I'd like you to
be the author of at least "Documentation: DT: MIPS: lantiq: Add docs
for the RCU bindings" (since you did all the actual work, but finding
the best DT binding with the DT maintainers).

Ralf: how do you want to handle this? should I simply send my
Signed-off-by on the relevant patches and you will fixup these?
and similarly, (if it's OK for Hauke) can you also change the author
of "Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings"?

> 114f298226a3 MIPS: Malta: Use new GIC accessor functions
>
> are missing a Signed-off-by from their author.
>
> Commit
>
> 114f298226a3 MIPS: Malta: Use new GIC accessor functions
>
> is missing a Signed-off-by from its commiter.
>
> --
> Cheers,
> Stephen Rothwell
thanks for spotting this Stephen


Regards,
Martin

[toc] | [prev] | [next] | [standalone]


#1725939

FromHauke Mehrtens <hauke@hauke-m.de>
Date2017-09-04 10:50 +0200
Message-ID<ulVeV-3eZ-5@gated-at.bofh.it>
In reply to#1725762
Hi Ralf and Martin,

On 09/03/2017 11:14 PM, Martin Blumenstingl wrote:
> Hi Hauke, Hi Ralf,
> 
> On Sun, Sep 3, 2017 at 6:13 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> Hi all,
>>
>> Commits
>>
>> bb19a5e5205b MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
>> f6a4de1654c9 MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
>> 565f7e8292f5 reset: Add a reset controller driver for the Lantiq XWAY based SoCs
>> e55bfdfacaed Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
>> 5a7715f4b8e0 MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
> Hauke: thank you for pushing these patches forward (by adding lots of
> fixes, missing documentation and so on)!
> I can send a Signed-off-by for all of these - however I'd like you to
> be the author of at least "Documentation: DT: MIPS: lantiq: Add docs
> for the RCU bindings" (since you did all the actual work, but finding
> the best DT binding with the DT maintainers).

I am ok with this.

> Ralf: how do you want to handle this? should I simply send my
> Signed-off-by on the relevant patches and you will fixup these?
> and similarly, (if it's OK for Hauke) can you also change the author
> of "Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings"?

I am ok with this and I think the easiest solution would be if Ralf
would edit it.

>> 114f298226a3 MIPS: Malta: Use new GIC accessor functions
>>
>> are missing a Signed-off-by from their author.
>>
>> Commit
>>
>> 114f298226a3 MIPS: Malta: Use new GIC accessor functions
>>
>> is missing a Signed-off-by from its commiter.
>>
>> --
>> Cheers,
>> Stephen Rothwell
> thanks for spotting this Stephen
> 
> 
> Regards,
> Martin

Hauke

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web