Re: [PATCH RESEND v2 1/5] clk: mxl: Switch from direct readl/writel based IO to regmap based IO

From: Stephen Boyd
Date: Wed Sep 28 2022 - 20:16:46 EST


Quoting Rahul Tanwar (2022-09-21 23:24:24)
> diff --git a/drivers/clk/x86/clk-cgu-pll.c b/drivers/clk/x86/clk-cgu-pll.c
> index 3179557b5f78..c83083affe88 100644
> --- a/drivers/clk/x86/clk-cgu-pll.c
> +++ b/drivers/clk/x86/clk-cgu-pll.c
> @@ -1,8 +1,9 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> + * Copyright (C) 2020-2022 MaxLinear, Inc.
> * Copyright (C) 2020 Intel Corporation.
> - * Zhu YiXin <yixin.zhu@xxxxxxxxx>
> - * Rahul Tanwar <rahul.tanwar@xxxxxxxxx>
> + * Zhu Yixin <yzhu@xxxxxxxxxxxxx>

Does Zhu Yixin approve? They're not Cced on this patch.

> + * Rahul Tanwar <rtanwar@xxxxxxxxxxxxx>
> */
>
> #include <linux/clk-provider.h>