From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Date: Tue, 2 Oct 2018 16:20:23 +0200 Subject: [U-Boot] [PATCH 10/20] timer: MediaTek: add timer driver for MediaTek SoCs In-Reply-To: References: Message-ID: <61bdfe72-7bf2-1bcf-f232-aee6de29e876@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/10/2018 08:13, Ryder Lee wrote: > This patch adds clock source/event for the timer found on the Mediatek SoCs. > > Signed-off-by: Ryder Lee > --- > drivers/timer/Kconfig | 7 ++++ > drivers/timer/Makefile | 1 + > drivers/timer/mtk_timer.c | 85 +++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 93 insertions(+) > create mode 100644 drivers/timer/mtk_timer.c > > diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig > index a7d600b..83ec0e6 100644 > --- a/drivers/timer/Kconfig > +++ b/drivers/timer/Kconfig > @@ -147,4 +147,11 @@ config MPC83XX_TIMER > Select this to enable support for the timer found on > devices based on the MPC83xx family of SoCs. > > +config MTK_TIMER > + bool "MediaTek timer support" Nit: Tab instead of spaces :)