From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752965AbcAGMKz (ORCPT ); Thu, 7 Jan 2016 07:10:55 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:60607 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752100AbcAGMKx (ORCPT ); Thu, 7 Jan 2016 07:10:53 -0500 X-Listener-Flag: 11101 From: Louis Yu To: Russell King , Matthias Brugger CC: Rob Herring , Pawel Moll , Mark Rutland , , , , , Sascha Hauer , , , , Subject: [PATCH 0/2] Add Mediatek MT2701 SMP support Date: Thu, 7 Jan 2016 20:09:42 +0800 Message-ID: <1452168584-25394-1-git-send-email-louis.yu@mediatek.com> X-Mailer: git-send-email 1.7.9.5 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 This patchset is based on 4.4-rc8 and [1], and contains smp support for Mediatek MT2701. MT2701 contains 4 CA7 cores. This patchset adds related SMP support for Mediatek MT2701. [1] https://patchwork.kernel.org/patch/7248471/ Louis Yu (2): ARM: mediatek: add mt2701 smp bringup code ARM: dts: mt2701: enable basic SMP bringup for mt2701 arch/arm/boot/dts/mt2701.dtsi | 12 ++++++++++++ arch/arm/mach-mediatek/platsmp.c | 1 + 2 files changed, 13 insertions(+) -- 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Louis Yu Subject: [PATCH 0/2] Add Mediatek MT2701 SMP support Date: Thu, 7 Jan 2016 20:09:42 +0800 Message-ID: <1452168584-25394-1-git-send-email-louis.yu@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Russell King , Matthias Brugger Cc: Rob Herring , Pawel Moll , Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sascha Hauer , srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, louis.yu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org List-Id: devicetree@vger.kernel.org This patchset is based on 4.4-rc8 and [1], and contains smp support for Mediatek MT2701. MT2701 contains 4 CA7 cores. This patchset adds related SMP support for Mediatek MT2701. [1] https://patchwork.kernel.org/patch/7248471/ Louis Yu (2): ARM: mediatek: add mt2701 smp bringup code ARM: dts: mt2701: enable basic SMP bringup for mt2701 arch/arm/boot/dts/mt2701.dtsi | 12 ++++++++++++ arch/arm/mach-mediatek/platsmp.c | 1 + 2 files changed, 13 insertions(+) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: louis.yu@mediatek.com (Louis Yu) Date: Thu, 7 Jan 2016 20:09:42 +0800 Subject: [PATCH 0/2] Add Mediatek MT2701 SMP support Message-ID: <1452168584-25394-1-git-send-email-louis.yu@mediatek.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patchset is based on 4.4-rc8 and [1], and contains smp support for Mediatek MT2701. MT2701 contains 4 CA7 cores. This patchset adds related SMP support for Mediatek MT2701. [1] https://patchwork.kernel.org/patch/7248471/ Louis Yu (2): ARM: mediatek: add mt2701 smp bringup code ARM: dts: mt2701: enable basic SMP bringup for mt2701 arch/arm/boot/dts/mt2701.dtsi | 12 ++++++++++++ arch/arm/mach-mediatek/platsmp.c | 1 + 2 files changed, 13 insertions(+) -- 1.7.9.5