mbox series

[GIT,PULL] ARM: mvebu: arm for v5.2 (#1)

Message ID 87v9z56tle.fsf@FE-laptop (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: mvebu: arm for v5.2 (#1) | expand

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-5.2-1

Message

Gregory CLEMENT April 23, 2019, 7:58 a.m. UTC
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(-)

Comments

Olof Johansson April 29, 2019, 4:46 p.m. UTC | #1
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
Gregory CLEMENT April 30, 2019, 7:16 a.m. UTC | #2
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