From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750777AbdAWA00 (ORCPT ); Sun, 22 Jan 2017 19:26:26 -0500 Received: from gloria.sntech.de ([95.129.55.99]:45390 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750712AbdAWA0Z (ORCPT ); Sun, 22 Jan 2017 19:26:25 -0500 From: Heiko Stuebner To: Jacob Chen Cc: mturquette@baylibre.com, sboyd@codeaurora.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, zhangqing@rock-chips.com, zhengxing@rock-chips.com Subject: Re: [PATCH v2 1/3] clk: rockchip: add rk3288 vip_out clock ids Date: Mon, 23 Jan 2017 01:26:04 +0100 Message-ID: <1826150.hujBsPdyRR@phil> User-Agent: KMail/5.2.3 (Linux/4.8.0-2-amd64; KDE/5.27.0; x86_64; ; ) In-Reply-To: <1484718161-27702-1-git-send-email-jacob-chen@iotwrt.com> References: <1484718161-27702-1-git-send-email-jacob-chen@iotwrt.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 18. Januar 2017, 13:42:38 CET schrieb Jacob Chen: > Add clock-ids for the vip block of the rk3288 > > Signed-off-by: Jacob Chen applied all 3 for 4.11 . I've fixed the indentation below (missing one additional tab) and adapted patch3 to also remove the CLK_IGNORE_UNUSED flags for the clocks we now moved to the critical clocks. Heiko