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

From: Rahul Tanwar
Date: Thu Sep 29 2022 - 01:30:11 EST


Hi Stephen,

Thanks for review and response.


On 29/9/2022 8:14 am, Stephen Boyd wrote:
> This email was sent from outside of MaxLinear.
>
>
> 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.


Zhu Yixin is part of linux-lgm-soc@xxxxxxxxxxxxx mail list which is CCed
here. In v3, i will separately CC Yixin and request him to review again
and provide a Reviewed-by tag if no concerns.

Thanks,
Rahul

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