From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yingjoe Chen Subject: [PATCH 0/5] add GPT timer support for mt8173 Date: Mon, 13 Jul 2015 17:32:44 +0800 Message-ID: <1436779969-18610-1-git-send-email-yingjoe.chen@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Matthias Brugger , Thomas Gleixner , Stephen Boyd , Michael Turquette , James Liao Cc: Russell King , devicetree@vger.kernel.org, Arnd Bergmann , Catalin Marinas , Daniel Lezcano , linux-kernel@vger.kernel.org, Rob Herring , linux-mediatek@lists.infradead.org, Sascha Hauer , Olof Johansson , Yingjoe Chen , srv_heupstream@mediatek.com, linux-arm-kernel@lists.infradead.org, Daniel Kurtz , linux-clk@vger.kernel.org List-Id: devicetree@vger.kernel.org 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(-)