[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1f4dd7b1-3bb5-51eb-f980-e2ba41f43823@gmail.com>
Date: Mon, 29 Mar 2021 17:33:00 +0200
From: Matthias Brugger <matthias.bgg@...il.com>
To: Evan Benn <evanbenn@...omium.org>,
LKML <linux-kernel@...r.kernel.org>,
Stanley Chu <stanley.chu@...iatek.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Yingjoe Chen <yingjoe.chen@...iatek.com>,
Julia Lawall <Julia.Lawall@...6.fr>,
linux-arm-kernel@...ts.infradead.org,
Stanley Chu <stanley.chu@...iatek.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Viresh Kumar <viresh.kumar@...aro.org>,
Fabien Parent <fparent@...libre.com>,
linux-mediatek@...ts.infradead.org,
Alexey Klimov <alexey.klimov@...aro.org>,
Catalin Marinas <catalin.marinas@....com>,
Russell King <linux@...linux.org.uk>,
Will Deacon <will@...nel.org>
Subject: Re: [PATCH 1/2] drivers/clocksource/mediatek: Split mediatek drivers
into 2 files
On 18/03/2021 06:04, Evan Benn wrote:
> mtk_gpt and mtk_syst drivers for mt6577 and mt6765 devices were not
> sharing any code. So split them into separate files.
>
> Signed-off-by: Evan Benn <evanbenn@...omium.org>
> ---
>
> arch/arm/mach-mediatek/Kconfig | 3 +-
> arch/arm64/Kconfig.platforms | 3 +-
> drivers/clocksource/Kconfig | 13 +-
> drivers/clocksource/Makefile | 3 +-
> ...mer-mediatek.c => timer-mediatek-mt6577.c} | 100 -------------
> drivers/clocksource/timer-mediatek-mt6765.c | 135 ++++++++++++++++++
> 6 files changed, 151 insertions(+), 106 deletions(-)
> rename drivers/clocksource/{timer-mediatek.c => timer-mediatek-mt6577.c} (69%)
> create mode 100644 drivers/clocksource/timer-mediatek-mt6765.c
>
[...]
> diff --git a/drivers/clocksource/timer-mediatek-mt6765.c b/drivers/clocksource/timer-mediatek-mt6765.c
> new file mode 100644
> index 000000000000..b4f22f226feb
> --- /dev/null
> +++ b/drivers/clocksource/timer-mediatek-mt6765.c
> @@ -0,0 +1,135 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> +/*
> + * Mediatek SoCs General-Purpose Timer handling.
> + *
> + * Copyright (C) 2014 Matthias Brugger
> + *
> + * Matthias Brugger <matthias.bgg@...il.com>
The mt6765 was written by Stanley, I think we should reflcet that. Please see:
e3af677607d9 ("clocksource/drivers/timer-mediatek: Add support for system timer")
Regards,
Matthias
Powered by blists - more mailing lists