All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: arm64 for v4.6 (#1)
@ 2016-02-17 16:12 Gregory CLEMENT
  2016-02-25  0:55 ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Gregory CLEMENT @ 2016-02-17 16:12 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Here is the first pull request for arm64 for mvebu for v4.6. It is even
the first pull request ever for arm64 for us. Let me know if I am doing
it wrong.

I split my initial series[1] in two parts: device tree related and non
device tree related. I will also let the driver maintainers directly
take the related patch for ATA and serial.

For this non device tree part I have a dependency with the irchip
subsystem. For this I based on the irqchip/mvebu immutable branch form
Jason Cooper located at git://git.infradead.org/users/jcooper/linux.git.

Thanks,

Gregory

[1]: https://lkml.org/lkml/2016/2/16/735

The following changes since commit 63131b636a0ec969e8b98122c1a928b5a2649d3b:

  irqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selected (2016-02-16 18:11:39 +0000)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-arm64-4.6-1

for you to fetch changes up to e772ca05cceb1480bdc7a7579e042b18558d0959:

  arm64: defconfig: enable Armada 3700 related config (2016-02-17 16:23:20 +0100)

----------------------------------------------------------------
mvebu arm64 for 4.6 (part 1)

Non dt part of the Armada 3700 support:
- Kconfig update
- defconfig update
- documentation update (including MAINTAINERS:)

----------------------------------------------------------------
Gregory CLEMENT (4):
      arm64: add mvebu architecture entry
      MAINTAINERS: Extend dts entry for ARM64 mvebu files
      Documentation: arm: update supported Marvell EBU processors
      arm64: defconfig: enable Armada 3700 related config

 Documentation/arm/Marvell/README | 13 +++++++++++++
 MAINTAINERS                      |  1 +
 arch/arm64/Kconfig.platforms     |  6 ++++++
 arch/arm64/configs/defconfig     |  5 +++++
 4 files changed, 25 insertions(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] ARM: mvebu: arm64 for v4.6 (#1)
  2016-02-17 16:12 [GIT PULL] ARM: mvebu: arm64 for v4.6 (#1) Gregory CLEMENT
@ 2016-02-25  0:55 ` Olof Johansson
  2016-02-25 14:22   ` Gregory CLEMENT
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2016-02-25  0:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 17, 2016 at 05:12:40PM +0100, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the first pull request for arm64 for mvebu for v4.6. It is even
> the first pull request ever for arm64 for us. Let me know if I am doing
> it wrong.
> 
> I split my initial series[1] in two parts: device tree related and non
> device tree related. I will also let the driver maintainers directly
> take the related patch for ATA and serial.
> 
> For this non device tree part I have a dependency with the irchip
> subsystem. For this I based on the irqchip/mvebu immutable branch form
> Jason Cooper located at git://git.infradead.org/users/jcooper/linux.git.
> 
> Thanks,
> 
> Gregory
> 
> [1]: https://lkml.org/lkml/2016/2/16/735
> 
> The following changes since commit 63131b636a0ec969e8b98122c1a928b5a2649d3b:
> 
>   irqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selected (2016-02-16 18:11:39 +0000)

PLease do this by explicit merge instead in the future, so it's obvious that
there is an external branch merged in history later.

That way, doing the full diffstat including the merge is just fine too.


> are available in the git repository at:
> 
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-arm64-4.6-1
> 
> for you to fetch changes up to e772ca05cceb1480bdc7a7579e042b18558d0959:
> 
>   arm64: defconfig: enable Armada 3700 related config (2016-02-17 16:23:20 +0100)

Merged, thanks!


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] ARM: mvebu: arm64 for v4.6 (#1)
  2016-02-25  0:55 ` Olof Johansson
@ 2016-02-25 14:22   ` Gregory CLEMENT
  2016-02-25 21:27     ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Gregory CLEMENT @ 2016-02-25 14:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,
 
 On jeu., f?vr. 25 2016, Olof Johansson <olof@lixom.net> wrote:

> On Wed, Feb 17, 2016 at 05:12:40PM +0100, Gregory CLEMENT wrote:
>> Hi,
>> 
>> Here is the first pull request for arm64 for mvebu for v4.6. It is even
>> the first pull request ever for arm64 for us. Let me know if I am doing
>> it wrong.
>> 
>> I split my initial series[1] in two parts: device tree related and non
>> device tree related. I will also let the driver maintainers directly
>> take the related patch for ATA and serial.
>> 
>> For this non device tree part I have a dependency with the irchip
>> subsystem. For this I based on the irqchip/mvebu immutable branch form
>> Jason Cooper located at git://git.infradead.org/users/jcooper/linux.git.
>> 
>> Thanks,
>> 
>> Gregory
>> 
>> [1]: https://lkml.org/lkml/2016/2/16/735
>> 
>> The following changes since commit 63131b636a0ec969e8b98122c1a928b5a2649d3b:
>> 
>>   irqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selected (2016-02-16 18:11:39 +0000)
>
> PLease do this by explicit merge instead in the future, so it's obvious that
> there is an external branch merged in history later.
>
> That way, doing the full diffstat including the merge is just fine too.

Actually I did an explicite merge but my start commit for the pull
request was the last commit of the merged branch. So if I undrestand
well, I sould have used the v4.5-rc2 here as start commit.

Thanks,

Gregory
>
>
>> are available in the git repository at:
>> 
>>   git://git.infradead.org/linux-mvebu.git tags/mvebu-arm64-4.6-1
>> 
>> for you to fetch changes up to e772ca05cceb1480bdc7a7579e042b18558d0959:
>> 
>>   arm64: defconfig: enable Armada 3700 related config (2016-02-17 16:23:20 +0100)
>
> Merged, thanks!
>
>
> -Olof

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] ARM: mvebu: arm64 for v4.6 (#1)
  2016-02-25 14:22   ` Gregory CLEMENT
@ 2016-02-25 21:27     ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-02-25 21:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 25, 2016 at 6:22 AM, Gregory CLEMENT
<gregory.clement@free-electrons.com> wrote:
> Hi Olof,
>
>  On jeu., f?vr. 25 2016, Olof Johansson <olof@lixom.net> wrote:
>
>> On Wed, Feb 17, 2016 at 05:12:40PM +0100, Gregory CLEMENT wrote:
>>> Hi,
>>>
>>> Here is the first pull request for arm64 for mvebu for v4.6. It is even
>>> the first pull request ever for arm64 for us. Let me know if I am doing
>>> it wrong.
>>>
>>> I split my initial series[1] in two parts: device tree related and non
>>> device tree related. I will also let the driver maintainers directly
>>> take the related patch for ATA and serial.
>>>
>>> For this non device tree part I have a dependency with the irchip
>>> subsystem. For this I based on the irqchip/mvebu immutable branch form
>>> Jason Cooper located at git://git.infradead.org/users/jcooper/linux.git.
>>>
>>> Thanks,
>>>
>>> Gregory
>>>
>>> [1]: https://lkml.org/lkml/2016/2/16/735
>>>
>>> The following changes since commit 63131b636a0ec969e8b98122c1a928b5a2649d3b:
>>>
>>>   irqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selected (2016-02-16 18:11:39 +0000)
>>
>> PLease do this by explicit merge instead in the future, so it's obvious that
>> there is an external branch merged in history later.
>>
>> That way, doing the full diffstat including the merge is just fine too.
>
> Actually I did an explicite merge but my start commit for the pull
> request was the last commit of the merged branch. So if I undrestand
> well, I sould have used the v4.5-rc2 here as start commit.

Or use --no-ff so you get a merge commit instead of a fast-forward.


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-25 21:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-17 16:12 [GIT PULL] ARM: mvebu: arm64 for v4.6 (#1) Gregory CLEMENT
2016-02-25  0:55 ` Olof Johansson
2016-02-25 14:22   ` Gregory CLEMENT
2016-02-25 21:27     ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.