From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 21 Oct 2014 23:34:00 +0200 (CEST) Received: from smtp.codeaurora.org ([198.145.11.231]:47236 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27012079AbaJUVd6AWaNV (ORCPT ); Tue, 21 Oct 2014 23:33:58 +0200 Received: from smtp.codeaurora.org (localhost [127.0.0.1]) by smtp.codeaurora.org (Postfix) with ESMTP id DE2F313FD91; Tue, 21 Oct 2014 21:33:50 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 486) id CDF9A13FD97; Tue, 21 Oct 2014 21:33:50 +0000 (UTC) Received: from [10.46.167.8] (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sboyd@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id C408B13FD91; Tue, 21 Oct 2014 21:33:49 +0000 (UTC) Message-ID: <5446D13C.5020402@codeaurora.org> Date: Tue, 21 Oct 2014 14:33:48 -0700 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Tomeu Vizoso , Mike Turquette CC: Javier Martinez Canillas , Jonathan Corbet , Ralf Baechle , Boris Brezillon , =?windows-1252?Q?Emilio_L=F3pez?= , Maxime Ripard , Manuel Lauss , Alex Elder , Matt Porter , Tim Kryger , Haojian Zhuang , Zhangfei Gao , Jaehoon Chung , Arnd Bergmann , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 6/8] clk: Change clk_ops->determine_rate to return a clk_hw as the best parent References: <1413812442-24956-1-git-send-email-tomeu.vizoso@collabora.com> <1413812442-24956-7-git-send-email-tomeu.vizoso@collabora.com> In-Reply-To: <1413812442-24956-7-git-send-email-tomeu.vizoso@collabora.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 43434 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: sboyd@codeaurora.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 10/20/2014 06:40 AM, Tomeu Vizoso wrote: > This is in preparation for clock providers to not have to deal with struct clk. > > Signed-off-by: Tomeu Vizoso > > Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Tue, 21 Oct 2014 14:33:48 -0700 Subject: [PATCH v4 6/8] clk: Change clk_ops->determine_rate to return a clk_hw as the best parent In-Reply-To: <1413812442-24956-7-git-send-email-tomeu.vizoso@collabora.com> References: <1413812442-24956-1-git-send-email-tomeu.vizoso@collabora.com> <1413812442-24956-7-git-send-email-tomeu.vizoso@collabora.com> Message-ID: <5446D13C.5020402@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/20/2014 06:40 AM, Tomeu Vizoso wrote: > This is in preparation for clock providers to not have to deal with struct clk. > > Signed-off-by: Tomeu Vizoso > > Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project