linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] Porting Mediatek timer driver to kernel module
@ 2020-07-28 10:16 Freddy Hsin
  2020-07-28 10:16 ` [PATCH v1 1/2] kernel: time: export sched_clock_register function Freddy Hsin
  2020-07-28 10:16 ` [PATCH v1 2/2] timer: mt6873: porting Mediatek timer driver to loadable module Freddy Hsin
  0 siblings, 2 replies; 10+ messages in thread
From: Freddy Hsin @ 2020-07-28 10:16 UTC (permalink / raw)
  To: linux-mediatek, linux-arm-kernel, Ahmed S. Darwish, Paul Cercueil,
	Ben Dooks (Codethink), Matthias Brugger, Thomas Gleixner,
	Daniel Lezcano
  Cc: wsd_upstream, Saravana Kannan, kuohong.wang, linux-kernel,
	chang-an.chen, Baolin Wang, stanley.chu

Porting Mediatek timer driver to kernel module for GKI
(Generic Kernel Image). Clocksource mmio functions are
exported for Mediatek timer init function.

This patch depends on the timer-of patch submitted by Baolin Wang
https://lkml.org/lkml/2020/3/24/72


Freddy Hsin (2):
  kernel: time: remove init section label of sched_clock_register
  timer: mt6873: porting timer driver to loadable module

 drivers/clocksource/Kconfig          |    2 +-
 drivers/clocksource/mmio.c           |    4 +++-
 drivers/clocksource/timer-mediatek.c |   39 ++++++++++++++++++++++++++++++++++
 kernel/time/sched_clock.c            |    1 +
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-10-05  6:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-28 10:16 [PATCH v1] Porting Mediatek timer driver to kernel module Freddy Hsin
2020-07-28 10:16 ` [PATCH v1 1/2] kernel: time: export sched_clock_register function Freddy Hsin
2020-07-29 12:47   ` Thomas Gleixner
2020-07-29 14:09   ` Daniel Lezcano
2020-07-28 10:16 ` [PATCH v1 2/2] timer: mt6873: porting Mediatek timer driver to loadable module Freddy Hsin
2020-07-29 13:02   ` Thomas Gleixner
2020-07-29 18:42     ` Saravana Kannan
2020-08-27  9:22       ` Freddy.Hsin
2020-09-29  1:59         ` Freddy.Hsin
2020-10-05  6:12       ` Freddy.Hsin

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