Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751836AbbBGFY6 (ORCPT ); Sat, 7 Feb 2015 00:24:58 -0500 Received: from [192.241.220.20] ([192.241.220.20]:42151 "EHLO baozis.org" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750714AbbBGFY4 (ORCPT ); Sat, 7 Feb 2015 00:24:56 -0500 From: Chen Baozi To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Chen Baozi Subject: [PATCH 0/3] Add support for Phytium FT-1500A SoC Date: Sat, 7 Feb 2015 13:07:13 +0800 Message-Id: <1423285636-8623-1-git-send-email-cbz@baozis.org> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1441 Lines: 33 This patchset introduces support for Phytium FT-1500A SoC. FT-1500A is the first arm64 SoC designed by Phytium, which includes 16 cores of armv8 processor, a 32-lane PCI-E host, 2 GMAC on-chip ethernet controller and a GICv3 interrupt controller with ITS support. Chen Baozi (3): arm64: Add Kconfig option for Phytium FT SoC Family. arm64, ft-1500a: Add initial dts for Phytium FT-1500A SoC stmmac: Add AXI burst length support to platform device. Documentation/devicetree/bindings/net/stmmac.txt | 1 + arch/arm64/Kconfig | 5 + arch/arm64/boot/dts/Makefile | 1 + arch/arm64/boot/dts/phytium/Makefile | 5 + arch/arm64/boot/dts/phytium/ft-1500a.dtsi | 269 +++++++++++++++++++++ arch/arm64/boot/dts/phytium/ft1500a-v2-dsk-v2.dts | 39 +++ arch/arm64/configs/defconfig | 2 + .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 1 + 8 files changed, 323 insertions(+) create mode 100644 arch/arm64/boot/dts/phytium/Makefile create mode 100644 arch/arm64/boot/dts/phytium/ft-1500a.dtsi create mode 100644 arch/arm64/boot/dts/phytium/ft1500a-v2-dsk-v2.dts -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/