From: Jiancheng Xue <xuejiancheng@hisilicon.com>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: <mturquette@baylibre.com>, <sboyd@codeaurora.org>,
<linux-clk@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<yanhaifeng@hisilicon.com>, <haojian.zhuang@linaro.org>,
<zhangfei.gao@linaro.org>, <xuwei5@hisilicon.com>,
<yanghongwei@hisilicon.com>
Subject: Re: [PATCH 5/5] clk: hisilicon: hi3519: add driver remove path and fix some issues
Date: Tue, 10 May 2016 19:46:05 +0800 [thread overview]
Message-ID: <5731C9FD.1010502@hisilicon.com> (raw)
In-Reply-To: <1462878595.3050.6.camel@pengutronix.de>
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@hisilicon.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
next prev parent reply other threads:[~2016-05-10 11:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-10 9:19 [PATCH 0/5] clk: hisilicon: Fix some problems of clk-hi3519 Jiancheng Xue
2016-05-10 9:19 ` [PATCH 1/5] reset: hisilicon: change the definition of hisi_reset_init Jiancheng Xue
2016-05-10 11:09 ` Philipp Zabel
2016-05-10 9:19 ` [PATCH 2/5] clk: hisilicon: add hisi_clk_alloc function Jiancheng Xue
2016-05-10 9:19 ` [PATCH 3/5] clk: hisilicon: add error processing for hisi_clk_register_* functions Jiancheng Xue
2016-05-10 9:19 ` [PATCH 4/5] clk: hisilicon: add hisi_clk_unregister_* functions Jiancheng Xue
2016-05-10 9:19 ` [PATCH 5/5] clk: hisilicon: hi3519: add driver remove path and fix some issues Jiancheng Xue
2016-05-10 11:09 ` Philipp Zabel
2016-05-10 11:46 ` Jiancheng Xue [this message]
2016-05-13 0:09 ` [PATCH 0/5] clk: hisilicon: Fix some problems of clk-hi3519 Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5731C9FD.1010502@hisilicon.com \
--to=xuejiancheng@hisilicon.com \
--cc=haojian.zhuang@linaro.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=p.zabel@pengutronix.de \
--cc=sboyd@codeaurora.org \
--cc=xuwei5@hisilicon.com \
--cc=yanghongwei@hisilicon.com \
--cc=yanhaifeng@hisilicon.com \
--cc=zhangfei.gao@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox