devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] add GPT timer support for mt8173
@ 2015-07-13  9:32 Yingjoe Chen
  2015-07-13  9:32 ` [PATCH 1/5] clocksource: mediatek: do not enable GPT_CLK_EVT when setup Yingjoe Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 31+ messages in thread
From: Yingjoe Chen @ 2015-07-13  9:32 UTC (permalink / raw)
  To: Matthias Brugger, Thomas Gleixner, Stephen Boyd,
	Michael Turquette, James Liao
  Cc: Russell King, devicetree, Arnd Bergmann, Catalin Marinas,
	Daniel Lezcano, linux-kernel, Rob Herring, linux-mediatek,
	Sascha Hauer, Olof Johansson, Yingjoe Chen, srv_heupstream,
	linux-arm-kernel, Daniel Kurtz, linux-clk

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(-)

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2015-08-26 14:10 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13  9:32 [PATCH 0/5] add GPT timer support for mt8173 Yingjoe Chen
2015-07-13  9:32 ` [PATCH 1/5] clocksource: mediatek: do not enable GPT_CLK_EVT when setup Yingjoe Chen
2015-07-14  7:39   ` Daniel Kurtz
2015-07-22  8:14     ` [PATCH v2 " Yingjoe Chen
     [not found]       ` <1437552878-3684-1-git-send-email-yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-07-31  3:14         ` Yingjoe Chen
2015-08-13  8:35       ` Daniel Lezcano
     [not found]         ` <55CC56C4.8080201-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-08-17 14:10           ` Yingjoe Chen
2015-08-20 14:28             ` Daniel Lezcano
2015-08-21 14:39               ` Yingjoe Chen
2015-08-24  7:51                 ` Daniel Lezcano
2015-08-24 14:22                   ` Yingjoe Chen
     [not found]     ` <CAGS+omD8k_Cfxv3bYyjmjtLbiavo-WmJPn0Z-CBhN_nnv65Tag-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-22  8:24       ` [PATCH " Yingjoe Chen
     [not found]   ` <1436779969-18610-2-git-send-email-yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-07-17 21:56     ` Matthias Brugger
2015-07-13  9:32 ` [PATCH 3/5] arm64: mediatek: enable MTK_TIMER Yingjoe Chen
2015-07-17 21:54   ` Matthias Brugger
2015-07-18  7:31     ` Thomas Gleixner
2015-07-21  7:52       ` Matthias Brugger
2015-07-13  9:32 ` [PATCH 4/5] clk: mediatek: add 13mhz clock for MT8173 Yingjoe Chen
     [not found]   ` <1436779969-18610-5-git-send-email-yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-07-14  0:40     ` Stephen Boyd
2015-07-14  7:34     ` Daniel Kurtz
     [not found] ` <1436779969-18610-1-git-send-email-yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-07-13  9:32   ` [PATCH 2/5] clocksource: mediatek: Use GPT as sched clock source Yingjoe Chen
     [not found]     ` <1436779969-18610-3-git-send-email-yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-07-14  0:40       ` Stephen Boyd
2015-07-17 21:49       ` Matthias Brugger
2015-07-13  9:32   ` [PATCH 5/5] arm64: dts: mt8173: add timer node Yingjoe Chen
2015-07-14  4:26     ` Daniel Kurtz
     [not found]       ` <CAGS+omAQ7bKD4Jqwm=hv=D_aMxXpT4dKgzU4QqntnLEa0Fup-g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-14  4:27         ` Daniel Kurtz
2015-08-11 15:54 ` [PATCH 0/5] add GPT timer support for mt8173 Daniel Kurtz
2015-08-12 12:32   ` Daniel Lezcano
     [not found]     ` <55CB3CCB.6020607-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-08-13  4:49       ` Daniel Kurtz
2015-08-26  7:37 ` Daniel Lezcano
     [not found]   ` <55DD6CC4.6010708-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-08-26 14:10     ` Yingjoe Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).