devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add system timer driver for Mediatek SoCs
@ 2018-06-27  7:53 Stanley Chu
       [not found] ` <1530086039-3763-1-git-send-email-stanley.chu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  2018-06-27  7:53 ` [PATCH v2 2/2] clocksource/drivers/mtk_systimer: Add support for Mediatek SoCs Stanley Chu
  0 siblings, 2 replies; 10+ messages in thread
From: Stanley Chu @ 2018-06-27  7:53 UTC (permalink / raw)
  To: Matthias Brugger, Daniel Lezcano, Thomas Gleixner, Rob Herring
  Cc: linux-kernel, linux-mediatek, devicetree, wsd_upstream

This patch adds a new driver for system timer on the Mediatek SoCs.

Changes since v1:
- Use timer_of structure and APIs to make driver more clean.
- Remove unnecessary headers.
- Use fixed-clock.
- Fix indent.


Stanley Chu (2):
  dt-bindings: Add mtk-systimer bindings
  clocksource/drivers/mtk_systimer: Add support for Mediatek SoCs

 .../bindings/timer/mediatek,mtk-systimer.txt       |  18 +++
 drivers/clocksource/Kconfig                        |  13 +-
 drivers/clocksource/Makefile                       |   1 +
 drivers/clocksource/mtk_systimer.c                 | 132 +++++++++++++++++++++
 4 files changed, 162 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/timer/mediatek,mtk-systimer.txt
 create mode 100644 drivers/clocksource/mtk_systimer.c

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

end of thread, other threads:[~2018-06-28 10:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27  7:53 [PATCH v2 0/2] Add system timer driver for Mediatek SoCs Stanley Chu
     [not found] ` <1530086039-3763-1-git-send-email-stanley.chu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-06-27  7:53   ` [PATCH v2 1/2] dt-bindings: Add mtk-systimer bindings Stanley Chu
2018-06-27  8:20     ` Daniel Lezcano
2018-06-28 10:24       ` Stanley Chu
2018-06-27  7:53 ` [PATCH v2 2/2] clocksource/drivers/mtk_systimer: Add support for Mediatek SoCs Stanley Chu
2018-06-27  9:39   ` Daniel Lezcano
2018-06-27  9:50     ` Stanley Chu
2018-06-27  9:59       ` Daniel Lezcano
2018-06-27 10:01   ` Daniel Lezcano
2018-06-28 10:32     ` Stanley Chu

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