Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932365AbcCIMfQ (ORCPT ); Wed, 9 Mar 2016 07:35:16 -0500 Received: from gloria.sntech.de ([95.129.55.99]:42116 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752684AbcCIMfK convert rfc822-to-8bit (ORCPT ); Wed, 9 Mar 2016 07:35:10 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Xing Zheng Cc: mturquette@baylibre.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, huangtao@rock-chips.com, jay.xu@rock-chips.com, elaine.zhang@rock-chips.com, dianders@chromium.org Subject: Re: [PATCH v3 6/7] clk: rockchip: add a COMPOSITE_FRACMUX_NOGATE type Date: Wed, 09 Mar 2016 13:35:05 +0100 Message-ID: <3000848.liT5htmroZ@diego> User-Agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1457491411-31114-1-git-send-email-zhengxing@rock-chips.com> References: <1457491027-30936-1-git-send-email-zhengxing@rock-chips.com> <1457491411-31114-1-git-send-email-zhengxing@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 336 Lines: 12 Am Mittwoch, 9. M?rz 2016, 10:43:31 schrieb Xing Zheng: > Because there are some frac clock mux nodes don't need gate node on > the RK3399. > > Signed-off-by: Xing Zheng applied to my clk-branch for 4.7 after checking the TRM and replacing "don't need gate node " with "don't have a gate node" :-) Heiko