[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5731C9FD.1010502@hisilicon.com>
Date: Tue, 10 May 2016 19:46:05 +0800
From: Jiancheng Xue <xuejiancheng@...ilicon.com>
To: Philipp Zabel <p.zabel@...gutronix.de>
CC: <mturquette@...libre.com>, <sboyd@...eaurora.org>,
<linux-clk@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<yanhaifeng@...ilicon.com>, <haojian.zhuang@...aro.org>,
<zhangfei.gao@...aro.org>, <xuwei5@...ilicon.com>,
<yanghongwei@...ilicon.com>
Subject: Re: [PATCH 5/5] clk: hisilicon: hi3519: add driver remove path and
fix some issues
Hi Philipp,
On 2016/5/10 19:09, Philipp Zabel wrote:
> Am Dienstag, den 10.05.2016, 17:19 +0800 schrieb Jiancheng Xue:
>> 1. Add driver remove path.
>> 2. Fix some issues.
>> -Fix the ordering issue about clock provider being published.
>> -Add error checking upon registering clocks.
>>
>> Signed-off-by: Jiancheng Xue <xuejiancheng@...ilicon.com>
>> ---
>> drivers/clk/hisilicon/clk-hi3519.c | 116 ++++++++++++++++++++++++++++++++-----
>> 1 file changed, 100 insertions(+), 16 deletions(-)
>>
>> diff --git a/drivers/clk/hisilicon/clk-hi3519.c b/drivers/clk/hisilicon/clk-hi3519.c
>> index 715c730..51b173e 100644
>> --- a/drivers/clk/hisilicon/clk-hi3519.c
>> +++ b/drivers/clk/hisilicon/clk-hi3519.c
> [...]
>> - rstc = hisi_reset_init(np);
>> - if (!rstc)
> [...]
>> + crg->rstc = hisi_reset_init(pdev);
>> + if (!crg->rstc)
> [...]
>
> The hisi_reset_init(np) -> hisi_reset_init(pdev) change should be part
> of patch 1.
>
OK. I'll redivide this patch set and resend it. Thank you!
Regards,
Jiancheng
Powered by blists - more mailing lists