Re: [PATCH v2] clk: mediatek: mt8183: Register 13MHz clock earlier for clocksource

From: Greg KH
Date: Mon Jun 10 2019 - 02:05:13 EST


On Mon, Jun 10, 2019 at 10:16:09AM +0800, Weiyi Lu wrote:
> The 13MHz clock should be registered before clocksource driver is
> initialized. Use CLK_OF_DECLARE_DRIVER() to guarantee.
>
> Signed-off-by: Weiyi Lu <weiyi.lu@xxxxxxxxxxxx>
> ---
> drivers/clk/mediatek/clk-mt8183.c | 46 +++++++++++++++++++++++++++++----------
> 1 file changed, 34 insertions(+), 12 deletions(-)

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read:
https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.

</formletter>