From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752836AbbJBPNK (ORCPT ); Fri, 2 Oct 2015 11:13:10 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:36803 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751368AbbJBPNI (ORCPT ); Fri, 2 Oct 2015 11:13:08 -0400 X-Listener-Flag: 11101 Message-ID: <1443798783.24788.1.camel@mtksdaap41> Subject: Re: [PATCH v4 0/3] add GPT timer support for mt8173 From: Yingjoe Chen To: Matthias Brugger , Sudeep Holla , Mark Rutland CC: Rob Herring , Daniel Lezcano , Thomas Gleixner , "Stephen Boyd" , Michael Turquette , James Liao , , "Arnd Bergmann" , Catalin Marinas , , , "Sascha Hauer" , Olof Johansson , , , "Daniel Kurtz" , , Date: Fri, 2 Oct 2015 23:13:03 +0800 In-Reply-To: <1443798319-45744-1-git-send-email-yingjoe.chen@mediatek.com> References: <1443798319-45744-1-git-send-email-yingjoe.chen@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 On Fri, 2015-10-02 at 23:05 +0800, Yingjoe Chen wrote: > This is based on v4.3-rc1 + clockevents-4.4[1] and James's mediatek-clk > tree[2]. > > Changes compare to previous version[3]: > - Add more MediaTek SoC to mtk-timer binding > - Update commit message to better describe the purpose. > > Changes compare to v2[4]: > - the first two mtk_timer related changes are removed because they are > replaced/accepted in clockevents tree. > - Remove 'add 13mhz clock for MT8173' because it is accepted in > mediatek-clk tree. > - Kconfig.platforms path change. Hi Sudeep, Mark, I just post a new version of this patch. Sorry I forgot to CC you. Joe.C