From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754492AbcIAHbU (ORCPT ); Thu, 1 Sep 2016 03:31:20 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:36376 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754230AbcIAHbS (ORCPT ); Thu, 1 Sep 2016 03:31:18 -0400 From: Yang Ling X-Google-Original-From: Yang Ling Date: Thu, 1 Sep 2016 15:31:03 +0800 To: Stephen Boyd Cc: Yang Ling , keguang.zhang@gmail.com, mturquette@baylibre.com, linux-mips@linux-mips.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] CLK: Add Loongson1C clock support Message-ID: <20160901073100.GA11754@ly-pc> References: <20160822045034.GA6545@ly-pc> <20160831225113.GL12510@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160831225113.GL12510@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 31, 2016 at 03:51:13PM -0700, Stephen Boyd wrote: > On 08/22, Yang Ling wrote: > > This patch adds clock support to Loongson1C SoC. > > > > Signed-off-by: Yang Ling > > > > It would be better to use the new clk_hw_*() and clkdev_hw_*() > registration APIs. Care to make that change? Obviously > clk_register_pll() isn't going to work there, but we can fix that > later. > Well, I will use the new APIs to debug the code. Thanks for your friendly reminder.