* [GIT PULL v2] ARM: mvebu: arm for v5.2 (#1)
@ 2019-04-30 7:24 Gregory CLEMENT
2019-05-13 15:16 ` Gregory CLEMENT
2019-05-16 6:24 ` Olof Johansson
0 siblings, 2 replies; 5+ messages in thread
From: Gregory CLEMENT @ 2019-04-30 7:24 UTC (permalink / raw)
To: Arnd Bergmann, Olof Johansson, arm
Cc: Andrew Lunn, Jason Cooper, linux-arm-kernel,
Sebastian Hesselbarth
Hi,
Here is the second version first pull request for arm for mvebu for
v5.2. I fixed the coding style issue dtecting by checkpatch in the
commit "ARM: mvebu: fix a leaked reference by adding missing
of_node_put"
Gregory
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
are available in the Git repository at:
git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-5.2-1
for you to fetch changes up to 7af2ea3b29b1640f5aafe79d7c110ce66190c04a:
ARM: mvebu: drop return from void function (2019-04-30 09:05:44 +0200)
----------------------------------------------------------------
mvebu arm for 5.2 (part 1)
- remove improper error message on kirkwood
- a couple a clean-up patch generated from automatic tools
- clean-up in assembly code allowing using LLVM
----------------------------------------------------------------
Chris Packham (1):
ARM: mvebu: kirkwood: remove error message when retrieving mac address
Nicholas Mc Guire (1):
ARM: mvebu: drop return from void function
Stefan Agner (2):
ARM: mvebu: drop unnecessary label
ARM: mvebu: prefix coprocessor operand with p
Wen Yang (1):
ARM: mvebu: fix a leaked reference by adding missing of_node_put
arch/arm/mach-mvebu/board-v7.c | 1 -
arch/arm/mach-mvebu/coherency_ll.S | 2 +-
arch/arm/mach-mvebu/kirkwood.c | 2 --
arch/arm/mach-mvebu/pm-board.c | 11 ++++++++---
arch/arm/mach-mvebu/pmsu_ll.S | 3 +--
5 files changed, 10 insertions(+), 9 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL v2] ARM: mvebu: arm for v5.2 (#1)
2019-04-30 7:24 [GIT PULL v2] ARM: mvebu: arm for v5.2 (#1) Gregory CLEMENT
@ 2019-05-13 15:16 ` Gregory CLEMENT
2019-05-16 6:12 ` Olof Johansson
2019-05-16 6:24 ` Olof Johansson
1 sibling, 1 reply; 5+ messages in thread
From: Gregory CLEMENT @ 2019-05-13 15:16 UTC (permalink / raw)
To: Arnd Bergmann, Olof Johansson, arm
Cc: Andrew Lunn, Jason Cooper, linux-arm-kernel,
Sebastian Hesselbarth
Arnd, Olof,
> Hi,
>
> Here is the second version first pull request for arm for mvebu for
> v5.2. I fixed the coding style issue dtecting by checkpatch in the
> commit "ARM: mvebu: fix a leaked reference by adding missing
> of_node_put"
Any news about this PR?
I sent it less than 24 hours after being rejected by Olof because of a
missing space, so I hope this branch will be finally merged.
Thanks,
Gregory
>
> Gregory
>
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
>
> Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
>
> are available in the Git repository at:
>
> git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-5.2-1
>
> for you to fetch changes up to 7af2ea3b29b1640f5aafe79d7c110ce66190c04a:
>
> ARM: mvebu: drop return from void function (2019-04-30 09:05:44 +0200)
>
> ----------------------------------------------------------------
> mvebu arm for 5.2 (part 1)
>
> - remove improper error message on kirkwood
> - a couple a clean-up patch generated from automatic tools
> - clean-up in assembly code allowing using LLVM
>
> ----------------------------------------------------------------
> Chris Packham (1):
> ARM: mvebu: kirkwood: remove error message when retrieving mac address
>
> Nicholas Mc Guire (1):
> ARM: mvebu: drop return from void function
>
> Stefan Agner (2):
> ARM: mvebu: drop unnecessary label
> ARM: mvebu: prefix coprocessor operand with p
>
> Wen Yang (1):
> ARM: mvebu: fix a leaked reference by adding missing of_node_put
>
> arch/arm/mach-mvebu/board-v7.c | 1 -
> arch/arm/mach-mvebu/coherency_ll.S | 2 +-
> arch/arm/mach-mvebu/kirkwood.c | 2 --
> arch/arm/mach-mvebu/pm-board.c | 11 ++++++++---
> arch/arm/mach-mvebu/pmsu_ll.S | 3 +--
> 5 files changed, 10 insertions(+), 9 deletions(-)
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL v2] ARM: mvebu: arm for v5.2 (#1)
2019-05-13 15:16 ` Gregory CLEMENT
@ 2019-05-16 6:12 ` Olof Johansson
2019-05-17 7:14 ` Gregory CLEMENT
0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2019-05-16 6:12 UTC (permalink / raw)
To: Gregory CLEMENT
Cc: Andrew Lunn, Jason Cooper, Arnd Bergmann, ARM-SoC Maintainers,
Linux ARM Mailing List, Sebastian Hesselbarth
On Mon, May 13, 2019 at 8:16 AM Gregory CLEMENT
<gregory.clement@bootlin.com> wrote:
>
> Arnd, Olof,
>
> > Hi,
> >
> > Here is the second version first pull request for arm for mvebu for
> > v5.2. I fixed the coding style issue dtecting by checkpatch in the
> > commit "ARM: mvebu: fix a leaked reference by adding missing
> > of_node_put"
>
> Any news about this PR?
>
> I sent it less than 24 hours after being rejected by Olof because of a
> missing space, so I hope this branch will be finally merged.
Hi,
It won't be in the batch I am sending in tonight, but I'll pick it up
in a late branch. The contents are mostly looking like fixes so that
should be fine. Stay tuned.
-Olof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL v2] ARM: mvebu: arm for v5.2 (#1)
2019-04-30 7:24 [GIT PULL v2] ARM: mvebu: arm for v5.2 (#1) Gregory CLEMENT
2019-05-13 15:16 ` Gregory CLEMENT
@ 2019-05-16 6:24 ` Olof Johansson
1 sibling, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2019-05-16 6:24 UTC (permalink / raw)
To: Gregory CLEMENT
Cc: Andrew Lunn, Jason Cooper, Arnd Bergmann, arm, linux-arm-kernel,
Sebastian Hesselbarth
On Tue, Apr 30, 2019 at 09:24:18AM +0200, Gregory CLEMENT wrote:
> Hi,
>
> Here is the second version first pull request for arm for mvebu for
> v5.2. I fixed the coding style issue dtecting by checkpatch in the
> commit "ARM: mvebu: fix a leaked reference by adding missing
> of_node_put"
>
> Gregory
>
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
>
> Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
>
> are available in the Git repository at:
>
> git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-5.2-1
>
> for you to fetch changes up to 7af2ea3b29b1640f5aafe79d7c110ce66190c04a:
>
> ARM: mvebu: drop return from void function (2019-04-30 09:05:44 +0200)
>
> ----------------------------------------------------------------
> mvebu arm for 5.2 (part 1)
>
> - remove improper error message on kirkwood
> - a couple a clean-up patch generated from automatic tools
> - clean-up in assembly code allowing using LLVM
Merged into arm/late now. Thanks!
-Olof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL v2] ARM: mvebu: arm for v5.2 (#1)
2019-05-16 6:12 ` Olof Johansson
@ 2019-05-17 7:14 ` Gregory CLEMENT
0 siblings, 0 replies; 5+ messages in thread
From: Gregory CLEMENT @ 2019-05-17 7:14 UTC (permalink / raw)
To: Olof Johansson
Cc: Andrew Lunn, Jason Cooper, Arnd Bergmann, ARM-SoC Maintainers,
Linux ARM Mailing List, Sebastian Hesselbarth
Olof Johansson <olof@lixom.net> writes:
> On Mon, May 13, 2019 at 8:16 AM Gregory CLEMENT
> <gregory.clement@bootlin.com> wrote:
>>
>> Arnd, Olof,
>>
>> > Hi,
>> >
>> > Here is the second version first pull request for arm for mvebu for
>> > v5.2. I fixed the coding style issue dtecting by checkpatch in the
>> > commit "ARM: mvebu: fix a leaked reference by adding missing
>> > of_node_put"
>>
>> Any news about this PR?
>>
>> I sent it less than 24 hours after being rejected by Olof because of a
>> missing space, so I hope this branch will be finally merged.
>
> Hi,
>
> It won't be in the batch I am sending in tonight, but I'll pick it up
> in a late branch.
OK, Thanks!
>The contents are mostly looking like fixes so that
> should be fine. Stay tuned.
Indeed the content is between clean-up and fixes.
Gregory
>
>
> -Olof
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-05-17 7:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-30 7:24 [GIT PULL v2] ARM: mvebu: arm for v5.2 (#1) Gregory CLEMENT
2019-05-13 15:16 ` Gregory CLEMENT
2019-05-16 6:12 ` Olof Johansson
2019-05-17 7:14 ` Gregory CLEMENT
2019-05-16 6:24 ` Olof Johansson
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).