From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752104AbcF1H15 (ORCPT ); Tue, 28 Jun 2016 03:27:57 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:43266 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750704AbcF1H1z (ORCPT ); Tue, 28 Jun 2016 03:27:55 -0400 Subject: Re: [RESEND PATCH v2 0/5] clk: hisilicon: Fix some problems of clk-hi3519 To: Stephen Boyd References: <1465971998-29619-1-git-send-email-xuejiancheng@hisilicon.com> CC: , , , From: Jiancheng Xue Message-ID: <577226C0.3020101@hisilicon.com> Date: Tue, 28 Jun 2016 15:26:56 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1465971998-29619-1-git-send-email-xuejiancheng@hisilicon.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.217.211] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.577226EF.0126,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: bf274bba932c4401731309634c02f503 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, Can this patch be merged into the clk-next? If there are still some issues to fix, please let me know. Thank you very much. Regards, Jiancheng On 2016/6/15 14:26, Jiancheng Xue wrote: > This patch is base on branch clk-hi3519 in clk tree. It mainly fixes the > following issues: > 1. Add driver remove path. > 2. Fix the ordering issue about clock provider being published. > 3. Add error checking upon registering clocks. > > change log > v2: > -Redivided patches to make sure every patch can be compiled successfully. > > Jiancheng Xue (5): > reset: hisilicon: change the definition of hisi_reset_init > clk: hisilicon: add hisi_clk_alloc function. > clk: hisilicon: add error processing for hisi_clk_register_* functions > clk: hisilicon: add hisi_clk_unregister_* functions > clk: hisilicon: hi3519: add driver remove path and fix some issues > > drivers/clk/hisilicon/clk-hi3519.c | 116 ++++++++++++++++++++++++++++++++----- > drivers/clk/hisilicon/clk.c | 89 ++++++++++++++++++++++++---- > drivers/clk/hisilicon/clk.h | 34 +++++++++-- > drivers/clk/hisilicon/reset.c | 19 +++--- > drivers/clk/hisilicon/reset.h | 5 +- > 5 files changed, 220 insertions(+), 43 deletions(-) >