Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755805AbbGFTcV (ORCPT ); Mon, 6 Jul 2015 15:32:21 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:45424 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754709AbbGFTcR (ORCPT ); Mon, 6 Jul 2015 15:32:17 -0400 Message-ID: <559AD7BE.3090402@codeaurora.org> Date: Mon, 06 Jul 2015 12:32:14 -0700 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Hai Li CC: mturquette@baylibre.com, georgi.djakov@linaro.org, tomeu.vizoso@collabora.com, architt@codeaurora.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] clk: qcom: Use parent rate when set rate to pixel RCG clock References: <1435271733-24455-1-git-send-email-hali@codeaurora.org> <1436194176-17701-1-git-send-email-hali@codeaurora.org> In-Reply-To: <1436194176-17701-1-git-send-email-hali@codeaurora.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1256 Lines: 29 On 07/06/2015 07:49 AM, Hai Li wrote: > Since the parent rate has been recalculated, pixel RCG clock > should rely on it to find the correct M/N values during set_rate, > instead of calling __clk_round_rate() to its parent again. > > v2: Rebase on clk-next and avoid build warning > > Signed-off-by: Hai Li > Tested-by: Archit Taneja > Fixes: 99cbd064b059 ("clk: qcom: Support display RCG clocks") > Signed-off-by: Stephen Boyd > --- Huh? I didn't sign this off. The original patch was already applied, so a new patch on top of the patch in -next that removed the index and parent lines and renamed the variable should have been sent. Then we have the option of applying the new patch on top to silence the warning, or to squash it into the original patch if we want to redo clk-fixes. I've opted to redo clk-fixes this time. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/