[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <677be207-67be-ccbc-8bb3-ab90bf9d05a7@mentor.com>
Date: Thu, 31 May 2018 11:36:20 +0300
From: Vladimir Zapolskiy <vladimir_zapolskiy@...tor.com>
To: Clément Péron <peron.clem@...il.com>,
Colin Didier <colin.didier@...ialet.com>,
<linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Fabio Estevam <fabio.estevam@....com>,
Sascha Hauer <s.hauer@...gutronix.de>,
Rob Herring <robh@...nel.org>,
NXP Linux Team <linux-imx@....com>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Clément Peron <clement.peron@...ialet.com>
Subject: Re: [PATCH v4 4/5] clocksource: add driver for i.MX EPIT timer
Hi Clément,
On 05/30/2018 03:03 PM, Clément Péron wrote:
> From: Colin Didier <colin.didier@...ialet.com>
>
> Add driver for NXP's EPIT timer used in i.MX 6 family of SoC.
>
> Signed-off-by: Colin Didier <colin.didier@...ialet.com>
> Signed-off-by: Clément Peron <clement.peron@...ialet.com>
> ---
[snip]
> +++ b/drivers/clocksource/timer-imx-epit.c
> @@ -0,0 +1,281 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * i.MX EPIT Timer
> + *
> + * Copyright (C) 2010 Sascha Hauer <s.hauer@...gutronix.de>
> + * Copyright (C) 2018 Colin Didier <colin.didier@...ialet.com>
> + * Copyright (C) 2018 Clément Péron <clement.peron@...ialet.com>
> + */
> +
> +#include <linux/clk.h>
> +#include <linux/clockchips.h>
> +#include <linux/err.h>
The included header above still can be removed.
I have no more comments about the code, I will try to find time to
test the driver, but please don't take it as a promise.
--
With best wishes,
Vladimir
Powered by blists - more mailing lists