Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756392AbbHZOKV (ORCPT ); Wed, 26 Aug 2015 10:10:21 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:54209 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1756007AbbHZOKS (ORCPT ); Wed, 26 Aug 2015 10:10:18 -0400 X-Listener-Flag: 11101 Message-ID: <1440598208.30139.3.camel@mtksdaap41> Subject: Re: [PATCH 0/5] add GPT timer support for mt8173 From: Yingjoe Chen To: Daniel Lezcano CC: Matthias Brugger , Thomas Gleixner , Stephen Boyd , "Michael Turquette" , James Liao , Russell King , , Arnd Bergmann , Catalin Marinas , , Rob Herring , , Sascha Hauer , Olof Johansson , , , "Daniel Kurtz" , Date: Wed, 26 Aug 2015 22:10:08 +0800 In-Reply-To: <55DD6CC4.6010708@linaro.org> References: <1436779969-18610-1-git-send-email-yingjoe.chen@mediatek.com> <55DD6CC4.6010708@linaro.org> 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: 1820 Lines: 48 On Wed, 2015-08-26 at 09:37 +0200, Daniel Lezcano wrote: > On 07/13/2015 11:32 AM, Yingjoe Chen wrote: > > This series add GPT timer support for mt8173. This is based on v4.2-rc1 > > and Matthias' next branch (for dts parts). > > > > The first 2 patches comes from 'Add SMP bringup support for mt65xx socs' > > series [1]. I decide to move these 2 patches to this series, since it > > is more relevent here. They are changed based on Matthias' and Daniel's > > comments. > > > > [1] http://lists.infradead.org/pipermail/linux-mediatek/2015-May/000714.html > > > > Daniel Kurtz (1): > > arm64: dts: mt8173: add timer node > > > > Yingjoe Chen (4): > > clocksource: mediatek: do not enable GPT_CLK_EVT when setup > > clocksource: mediatek: Use GPT as sched clock source > > arm64: mediatek: enable MTK_TIMER > > clk: mediatek: add 13mhz clock for MT8173 > > > > arch/arm64/Kconfig | 1 + > > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 9 +++++++++ > > drivers/clk/mediatek/clk-mt8173.c | 5 +++++ > > drivers/clocksource/mtk_timer.c | 26 ++++++++++++++++++++------ > > include/dt-bindings/clock/mt8173-clk.h | 3 ++- > > 5 files changed, 37 insertions(+), 7 deletions(-) > > Who will take this patchset ? I can take the patch 2 if needed. > > Hi Daniel, Please take patch 2 with your fix. Thanks. I think patch 3(enable MTK_TIMER in Kconfig) and 5 (add timer node) should go through Matthias' tree to arm-soc and patch 4(add 13mhz clock) should go through James' mtk-clk tree to clk maintainer. Joe.C -- 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/