All of lore.kernel.org
 help / color / mirror / Atom feed
From: jszhang@marvell.com (Jisheng Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: berlin: Initial Marvell Berlin ARM64 support
Date: Thu, 13 Aug 2015 20:39:48 +0800	[thread overview]
Message-ID: <20150813203948.31de7849@xhacker> (raw)
In-Reply-To: <1438629886-6390-1-git-send-email-sebastian.hesselbarth@gmail.com>

Dear Olof,

On Mon,  3 Aug 2015 21:24:44 +0200
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> wrote:

> Hi Arnd, Kevin, Olof,
> 
> this is initial Marvell Berlin4CT ARM64 support for v4.3. It contains minimum SoC
> dtsi and basic dts for the development board. The patches have been posted by
> Marvell's Jisheng Zhang a while ago on the lists.
> 
> Please pull.
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin64-for-v4.3-1
> 
> for you to fetch changes up to d93ac74ad150c89f2d0a3b90754cbccdc6ab102c:
> 
>   arm64: dts: Add dts files for Marvell Berlin4CT SoC (2015-08-03 20:45:54 +0200)
> 
> ----------------------------------------------------------------
> Initial support for Marvell Berlin4CT ARM64 SoC
> 
> ----------------------------------------------------------------
> Jisheng Zhang (1):
>       arm64: dts: Add dts files for Marvell Berlin4CT SoC
> 
>  arch/arm64/boot/dts/Makefile                  |   1 +
>  arch/arm64/boot/dts/marvell/Makefile          |   5 +
>  arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts |  66 +++++++++++
>  arch/arm64/boot/dts/marvell/berlin4ct.dtsi    | 164 ++++++++++++++++++++++++++
>  4 files changed, 236 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/marvell/Makefile
>  create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
>  create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct.dtsi

I just saw you were online ;)

Thank you very much for appling the patches for Kconfig and defconfig, I'm not
sure you missed this dts pull ;) could you please help?

Sorry for noise,
Jisheng

WARNING: multiple messages have this Message-ID (diff)
From: Jisheng Zhang <jszhang@marvell.com>
To: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: <arm@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Kevin Hilman <khilman@kernel.org>,
	Olof Johansson <olof@lixom.net>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [GIT PULL] ARM: berlin: Initial Marvell Berlin ARM64 support
Date: Thu, 13 Aug 2015 20:39:48 +0800	[thread overview]
Message-ID: <20150813203948.31de7849@xhacker> (raw)
In-Reply-To: <1438629886-6390-1-git-send-email-sebastian.hesselbarth@gmail.com>

Dear Olof,

On Mon,  3 Aug 2015 21:24:44 +0200
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> wrote:

> Hi Arnd, Kevin, Olof,
> 
> this is initial Marvell Berlin4CT ARM64 support for v4.3. It contains minimum SoC
> dtsi and basic dts for the development board. The patches have been posted by
> Marvell's Jisheng Zhang a while ago on the lists.
> 
> Please pull.
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin64-for-v4.3-1
> 
> for you to fetch changes up to d93ac74ad150c89f2d0a3b90754cbccdc6ab102c:
> 
>   arm64: dts: Add dts files for Marvell Berlin4CT SoC (2015-08-03 20:45:54 +0200)
> 
> ----------------------------------------------------------------
> Initial support for Marvell Berlin4CT ARM64 SoC
> 
> ----------------------------------------------------------------
> Jisheng Zhang (1):
>       arm64: dts: Add dts files for Marvell Berlin4CT SoC
> 
>  arch/arm64/boot/dts/Makefile                  |   1 +
>  arch/arm64/boot/dts/marvell/Makefile          |   5 +
>  arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts |  66 +++++++++++
>  arch/arm64/boot/dts/marvell/berlin4ct.dtsi    | 164 ++++++++++++++++++++++++++
>  4 files changed, 236 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/marvell/Makefile
>  create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
>  create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct.dtsi

I just saw you were online ;)

Thank you very much for appling the patches for Kconfig and defconfig, I'm not
sure you missed this dts pull ;) could you please help?

Sorry for noise,
Jisheng

  parent reply	other threads:[~2015-08-13 12:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-03 19:24 [GIT PULL] ARM: berlin: Initial Marvell Berlin ARM64 support Sebastian Hesselbarth
2015-08-03 19:24 ` Sebastian Hesselbarth
2015-08-03 19:24 ` [PATCH 1/2] arm64: Enable Marvell Berlin SoC family in Kconfig Sebastian Hesselbarth
2015-08-03 19:24   ` Sebastian Hesselbarth
2015-08-06  8:15   ` Olof Johansson
2015-08-06  8:15     ` Olof Johansson
2015-08-03 19:24 ` [PATCH 2/2] arm64: Enable Marvell Berlin SoC family in defconfig Sebastian Hesselbarth
2015-08-03 19:24   ` Sebastian Hesselbarth
2015-08-06  8:16   ` Olof Johansson
2015-08-06  8:16     ` Olof Johansson
2015-08-13 12:39 ` Jisheng Zhang [this message]
2015-08-13 12:39   ` [GIT PULL] ARM: berlin: Initial Marvell Berlin ARM64 support Jisheng Zhang
2015-08-13 12:49   ` Olof Johansson
2015-08-13 12:49     ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150813203948.31de7849@xhacker \
    --to=jszhang@marvell.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.