From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753133AbcHOTK0 (ORCPT ); Mon, 15 Aug 2016 15:10:26 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:41658 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752208AbcHOTKY (ORCPT ); Mon, 15 Aug 2016 15:10:24 -0400 Date: Mon, 15 Aug 2016 12:10:22 -0700 From: Stephen Boyd To: Peter Ujfalusi Cc: mturquette@baylibre.com, tony@atomide.com, lee.jones@linaro.org, robh+dt@kernel.org, lgirdwood@gmail.com, broonie@kernel.org, t-kristo@ti.com, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v1 01/14] clk: twl6040: Correct clk_ops Message-ID: <20160815191022.GW361@codeaurora.org> References: <20160530085522.30398-1-peter.ujfalusi@ti.com> <20160530085522.30398-2-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160530085522.30398-2-peter.ujfalusi@ti.com> 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 05/30, Peter Ujfalusi wrote: > Since the drover only supports prepare callbacks, the use of is_enabled is > not correct, it should be handling is_prepared. > > Signed-off-by: Peter Ujfalusi > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project