Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753555AbbFCITc (ORCPT ); Wed, 3 Jun 2015 04:19:32 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:45266 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752774AbbFCITR (ORCPT ); Wed, 3 Jun 2015 04:19:17 -0400 X-Listener-Flag: 11101 From: Mars Cheng To: Matthias Brugger CC: , , , Yingjoe Chen , Mars Cheng , CC Hwang , Jades Shih , Loda Chou , Miles Chen , MY Chuang , Scott Shu Subject: [Patch 0/2] Add mt6580 basic chip support Date: Wed, 3 Jun 2015 16:18:51 +0800 Message-ID: <1433319533-24803-1-git-send-email-mars.cheng@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 917 Lines: 23 This series add support to mediatek's new SoC, mt6580, a 4-core CA7. Only basic I/O, including interrupt, timer & uart. Mars Cheng (2): Document: DT: Add bindings for mediatek MT6580 SoC Platform ARM: dts: mediatek: add mt6580 basic support Documentation/devicetree/bindings/arm/mediatek.txt | 4 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/mt6580-evbp1.dts | 34 ++++++ arch/arm/boot/dts/mt6580.dtsi | 130 +++++++++++++++++++++ 4 files changed, 169 insertions(+) create mode 100644 arch/arm/boot/dts/mt6580-evbp1.dts create mode 100644 arch/arm/boot/dts/mt6580.dtsi -- 1.8.1.1.dirty -- 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/