* [GIT PULL] ARM: mvebu: arm for v5.2 (#1)
@ 2019-04-23 7:58 Gregory CLEMENT
2019-04-29 16:46 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Gregory CLEMENT @ 2019-04-23 7:58 UTC (permalink / raw)
To: Arnd Bergmann, Olof Johansson, arm
Cc: Andrew Lunn, Jason Cooper, linux-arm-kernel,
Sebastian Hesselbarth
Hi,
Here is the first pull request for arm for mvebu for v5.2.
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 f0a4e491d96735eeaa79f6a48ecc8f75a2f6fba7:
ARM: mvebu: drop return from void function (2019-04-21 19:02:54 +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] 3+ messages in thread* Re: [GIT PULL] ARM: mvebu: arm for v5.2 (#1)
2019-04-23 7:58 [GIT PULL] ARM: mvebu: arm for v5.2 (#1) Gregory CLEMENT
@ 2019-04-29 16:46 ` Olof Johansson
2019-04-30 7:16 ` Gregory CLEMENT
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2019-04-29 16:46 UTC (permalink / raw)
To: Gregory CLEMENT
Cc: Andrew Lunn, Jason Cooper, Arnd Bergmann, arm, linux-arm-kernel,
Sebastian Hesselbarth
On Tue, Apr 23, 2019 at 09:58:37AM +0200, Gregory CLEMENT wrote:
> Hi,
>
> Here is the first pull request for arm for mvebu for v5.2.
>
> 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 f0a4e491d96735eeaa79f6a48ecc8f75a2f6fba7:
>
> ARM: mvebu: drop return from void function (2019-04-21 19:02:54 +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
Please run checkpatch on patches you receive, so I don't have to.
Not merged.
-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] 3+ messages in thread
* Re: [GIT PULL] ARM: mvebu: arm for v5.2 (#1)
2019-04-29 16:46 ` Olof Johansson
@ 2019-04-30 7:16 ` Gregory CLEMENT
0 siblings, 0 replies; 3+ messages in thread
From: Gregory CLEMENT @ 2019-04-30 7:16 UTC (permalink / raw)
To: Olof Johansson
Cc: Andrew Lunn, Jason Cooper, Arnd Bergmann, arm, linux-arm-kernel,
Sebastian Hesselbarth
Hi Olof,
> On Tue, Apr 23, 2019 at 09:58:37AM +0200, Gregory CLEMENT wrote:
>> Hi,
>>
>> Here is the first pull request for arm for mvebu for v5.2.
>>
>> 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 f0a4e491d96735eeaa79f6a48ecc8f75a2f6fba7:
>>
>> ARM: mvebu: drop return from void function (2019-04-21 19:02:54 +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
>
> Please run checkpatch on patches you receive, so I don't have to.
I do have a script running chekcpatch when I apply a patch so I don't
know what happen with this one. Anyway, I fixed it and I am resubmitting
right now.
Gregory
>
> Not merged.
>
>
>
> -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] 3+ messages in thread
end of thread, other threads:[~2019-04-30 7:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-23 7:58 [GIT PULL] ARM: mvebu: arm for v5.2 (#1) Gregory CLEMENT
2019-04-29 16:46 ` Olof Johansson
2019-04-30 7:16 ` Gregory CLEMENT
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).