From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752260AbbHMMnp (ORCPT ); Thu, 13 Aug 2015 08:43:45 -0400 Received: from mx0a-0016f401.pphosted.com ([67.231.148.174]:49909 "EHLO mx0a-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751820AbbHMMno (ORCPT ); Thu, 13 Aug 2015 08:43:44 -0400 Date: Thu, 13 Aug 2015 20:39:48 +0800 From: Jisheng Zhang To: Sebastian Hesselbarth CC: , Arnd Bergmann , Kevin Hilman , Olof Johansson , Catalin Marinas , Will Deacon , , Subject: Re: [GIT PULL] ARM: berlin: Initial Marvell Berlin ARM64 support Message-ID: <20150813203948.31de7849@xhacker> In-Reply-To: <1438629886-6390-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1438629886-6390-1-git-send-email-sebastian.hesselbarth@gmail.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-08-13_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 kscore.is_bulkscore=0 kscore.compositescore=1 compositescore=0.9 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0.9 spamscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1506180000 definitions=main-1508130204 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Olof, On Mon, 3 Aug 2015 21:24:44 +0200 Sebastian Hesselbarth 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