Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754173AbdFNDVC (ORCPT ); Tue, 13 Jun 2017 23:21:02 -0400 Received: from mail-yw0-f177.google.com ([209.85.161.177]:36389 "EHLO mail-yw0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753311AbdFNDU7 (ORCPT ); Tue, 13 Jun 2017 23:20:59 -0400 MIME-Version: 1.0 In-Reply-To: <20170526073821.25971-1-guodong.xu@linaro.org> References: <20170526073821.25971-1-guodong.xu@linaro.org> From: Guodong Xu Date: Wed, 14 Jun 2017 11:20:58 +0800 Message-ID: Subject: Re: [PATCH v2 0/3] clk: hi3660: add more clocks and fix bugs To: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland Cc: "chenjun (P)" , zhongkaihua , Zhangfei Gao , Leo Yan , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , linux-arm-kernel , Guodong Xu Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 748 Lines: 29 Hi, Stephen, Mike May I get your review opinion and comments on this patchset? Thanks you. -Guodong Xu On Fri, May 26, 2017 at 3:38 PM, Guodong Xu wrote: > This patchset adds more clocks for hi3660, video encoder/decoder, ISP. It > includes also bug fixes. > > v2 update: > - added ISP clocks into patch 2. > > Chen Jun (2): > clk: hi3660: fix wrong parent name of clk_mux_sysbus > clk: hi3660: add clocks for video encoder, decoder and ISP > > Zhong Kaihua (1): > clk: hi3660: Set PPLL2 to 2880M > > drivers/clk/hisilicon/clk-hi3660.c | 50 +++++++++++++++++++++++++++++--- > include/dt-bindings/clock/hi3660-clock.h | 17 +++++++++++ > 2 files changed, 63 insertions(+), 4 deletions(-) > > -- > 2.10.2 >