[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1595931377-21627-1-git-send-email-freddy.hsin@mediatek.com>
Date: Tue, 28 Jul 2020 18:16:15 +0800
From: Freddy Hsin <freddy.hsin@...iatek.com>
To: <linux-mediatek@...ts.infradead.or>,
<linux-arm-kernel@...ts.infradead.org>,
"Ahmed S. Darwish" <a.darwish@...utronix.de>,
Paul Cercueil <paul@...pouillou.net>,
"Ben Dooks (Codethink)" <ben.dooks@...ethink.co.uk>,
Matthias Brugger <matthias.bgg@...il.com>,
Thomas Gleixner <tglx@...utronix.de>,
Daniel Lezcano <daniel.lezcano@...aro.org>
CC: Saravana Kannan <saravanak@...gle.com>,
<linux-kernel@...r.kernel.org>, <chang-an.chen@...iatek.com>,
Baolin Wang <baolin.wang7@...il.com>,
<wsd_upstream@...iatek.com>, <kuohong.wang@...iatek.com>,
<stanley.chu@...iatek.com>
Subject: [PATCH v1] Porting Mediatek timer driver to kernel module
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 +
Powered by blists - more mailing lists