mbox series

[GIT,PULL] ARM: mvebu: arm for v4.19 (#1)

Message ID 87y3egbe7a.fsf@bootlin.com
State New
Headers show
Series [GIT,PULL] ARM: mvebu: arm for v4.19 (#1) | expand

Pull-request

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

Message

Gregory CLEMENT July 12, 2018, 4:39 p.m. UTC
Hi,

Here is the first pull request for arm for mvebu for v4.19.

Gregory

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 432c0254106a373bcc23b1bd3e0b7eb56929c0d9:

  ARM: mvebu_v7_defconfig: enable SFP support (2018-06-28 16:53:08 +0200)

----------------------------------------------------------------
mvebu arm for 4.19 (part 1)

defconfig update:
 - add NAND controller on multi_v7
 - add SFP support on mvebu_v7
code improvement:
 - remove potential call from invalid context in boot_secondary
 - allow using CONFIG_FORTIFY_SOURCE in pmsu.c

----------------------------------------------------------------
Baruch Siach (2):
      ARM: mvebu_v7_defconfig: sync defconfig
      ARM: mvebu_v7_defconfig: enable SFP support

Ethan Tuttle (1):
      ARM: mvebu: declare asm symbols as character arrays in pmsu.c

Gregory CLEMENT (1):
      ARM: multi_v7_defconfig: Add Marvell NAND controller support

Lucas Stach (1):
      ARM: mvebu: convert secondary CPU clock sync to hotplug state

 arch/arm/configs/multi_v7_defconfig |  1 +
 arch/arm/configs/mvebu_v7_defconfig | 13 +++-------
 arch/arm/mach-mvebu/platsmp.c       | 49 +++++++++++++++++--------------------
 arch/arm/mach-mvebu/pmsu.c          |  6 ++---
 include/linux/cpuhotplug.h          |  1 +
 5 files changed, 31 insertions(+), 39 deletions(-)

Comments

Olof Johansson July 14, 2018, 9:42 p.m. UTC | #1
On Thu, Jul 12, 2018 at 06:39:53PM +0200, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the first pull request for arm for mvebu for v4.19.
> 
> Gregory
> 
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-4.19-1
> 
> for you to fetch changes up to 432c0254106a373bcc23b1bd3e0b7eb56929c0d9:
> 
>   ARM: mvebu_v7_defconfig: enable SFP support (2018-06-28 16:53:08 +0200)
> 
> ----------------------------------------------------------------
> mvebu arm for 4.19 (part 1)
> 
> defconfig update:
>  - add NAND controller on multi_v7
>  - add SFP support on mvebu_v7
> code improvement:
>  - remove potential call from invalid context in boot_secondary
>  - allow using CONFIG_FORTIFY_SOURCE in pmsu.c

Please separate out soc and defconfig changes to separate branches/pull
requests. If you look at our tree, you'll see that we queue them in
separate branches.

Also, note that we renoramlized the configs in 4.18-rc3, so you want to base
the DT contents on top of that when you send the new pull requests.


Thanks,

-Olof
Gregory CLEMENT July 18, 2018, 3:02 p.m. UTC | #2
Hi Olof,
 
 On sam., juil. 14 2018, Olof Johansson <olof@lixom.net> wrote:

> On Thu, Jul 12, 2018 at 06:39:53PM +0200, Gregory CLEMENT wrote:
>> Hi,
>> 
>> Here is the first pull request for arm for mvebu for v4.19.
>> 
>> Gregory
>> 
>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>> 
>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>> 
>> are available in the Git repository at:
>> 
>>   git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-4.19-1
>> 
>> for you to fetch changes up to 432c0254106a373bcc23b1bd3e0b7eb56929c0d9:
>> 
>>   ARM: mvebu_v7_defconfig: enable SFP support (2018-06-28 16:53:08 +0200)
>> 
>> ----------------------------------------------------------------
>> mvebu arm for 4.19 (part 1)
>> 
>> defconfig update:
>>  - add NAND controller on multi_v7
>>  - add SFP support on mvebu_v7
>> code improvement:
>>  - remove potential call from invalid context in boot_secondary
>>  - allow using CONFIG_FORTIFY_SOURCE in pmsu.c
>
> Please separate out soc and defconfig changes to separate branches/pull
> requests. If you look at our tree, you'll see that we queue them in
> separate branches.

I was confused by the arm64 which has patches modifying the defconfig
file.

>
> Also, note that we renoramlized the configs in 4.18-rc3, so you want to base
> the DT contents on top of that when you send the new pull requests.

Thanks for the information, I am going to resend 2 new PR for arm and
defconfig.

Gregory

>
>
> Thanks,
>
> -Olof
Olof Johansson July 18, 2018, 3:38 p.m. UTC | #3
On Wed, Jul 18, 2018 at 8:02 AM, Gregory CLEMENT
<gregory.clement@bootlin.com> wrote:
> Hi Olof,
>
>  On sam., juil. 14 2018, Olof Johansson <olof@lixom.net> wrote:
>
>> On Thu, Jul 12, 2018 at 06:39:53PM +0200, Gregory CLEMENT wrote:
>>> Hi,
>>>
>>> Here is the first pull request for arm for mvebu for v4.19.
>>>
>>> Gregory
>>>
>>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>>
>>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>>
>>> are available in the Git repository at:
>>>
>>>   git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-4.19-1
>>>
>>> for you to fetch changes up to 432c0254106a373bcc23b1bd3e0b7eb56929c0d9:
>>>
>>>   ARM: mvebu_v7_defconfig: enable SFP support (2018-06-28 16:53:08 +0200)
>>>
>>> ----------------------------------------------------------------
>>> mvebu arm for 4.19 (part 1)
>>>
>>> defconfig update:
>>>  - add NAND controller on multi_v7
>>>  - add SFP support on mvebu_v7
>>> code improvement:
>>>  - remove potential call from invalid context in boot_secondary
>>>  - allow using CONFIG_FORTIFY_SOURCE in pmsu.c
>>
>> Please separate out soc and defconfig changes to separate branches/pull
>> requests. If you look at our tree, you'll see that we queue them in
>> separate branches.
>
> I was confused by the arm64 which has patches modifying the defconfig
> file.

Yeah, we've moved around a bit how we organize the branches -- we've
essentially stopped separating 32- and 64-bit material at our end. We
do still ask maintainers to send them separately in case we want to
split it up for some releases though.

>> Also, note that we renoramlized the configs in 4.18-rc3, so you want to base
>> the DT contents on top of that when you send the new pull requests.
>
> Thanks for the information, I am going to resend 2 new PR for arm and
> defconfig.

Cool, merging them now as well.


-Olof