Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751433AbdGRHqP (ORCPT ); Tue, 18 Jul 2017 03:46:15 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:62037 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751340AbdGRHqN (ORCPT ); Tue, 18 Jul 2017 03:46:13 -0400 Message-ID: <1500363962.4499.4.camel@mtksdaap41> Subject: Re: [PATCH v4 0/2] Add basic support for Mediatek MT2712 SoC From: YT Shen To: Matthias Brugger , Rob Herring CC: Mark Rutland , Thomas Gleixner , Jason Cooper , Marc Zyngier , Greg Kroah-Hartman , Catalin Marinas , Will Deacon , Mars Cheng , , , , , , Date: Tue, 18 Jul 2017 15:46:02 +0800 In-Reply-To: <1498123975-9748-1-git-send-email-yt.shen@mediatek.com> References: <1498123975-9748-1-git-send-email-yt.shen@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1618 Lines: 45 Hi Matthias, Just a gentle ping. Should I rebase to 4.13-rc1 and send v5? Thanks yt.shen On Thu, 2017-06-22 at 17:32 +0800, YT Shen wrote: > MT2712 is a SoC based on 64bit ARMv8 architecture. > MT2712 share many HW IP with MT8173. This patchset was tested on MT2712 evaluation board, and boot to shell ok. > > This series contains document bindings, device tree including interrupt and uart. > > Changes compared to v3: > - use two uart clocks refer to the bindings > > Changes compared to v2: > - remove alias from serial1 to serial5 > - remove initrd-start and initrd-end > - change GIC_CPU_MASK_SIMPLE(6) to GIC_CPU_MASK_RAW(0x13) > - change gic-400 reg range > > Changes compared to v1: > - change subject prefix for bindings > - change device tree license to SPDX tag. > - change bootargs parameter to DT usage. > - change intpol-controller to interrupt-controller > > YT Shen (2): > dt-bindings: arm: Add bindings for Mediatek MT2712 SoC Platform > arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and > Makefile > > Documentation/devicetree/bindings/arm/mediatek.txt | 4 + > .../interrupt-controller/mediatek,sysirq.txt | 1 + > .../devicetree/bindings/serial/mtk-uart.txt | 1 + > arch/arm64/boot/dts/mediatek/Makefile | 1 + > arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 32 ++++ > arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 172 +++++++++++++++++++++ > 6 files changed, 211 insertions(+) > create mode 100644 arch/arm64/boot/dts/mediatek/mt2712-evb.dts > create mode 100644 arch/arm64/boot/dts/mediatek/mt2712e.dtsi >