From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BC63AC43381 for ; Fri, 22 Feb 2019 17:46:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8D53A2070D for ; Fri, 22 Feb 2019 17:46:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550857585; bh=FKwqrUUguu6NXIhqOpxtDvpDKNPuz1Ra3atbXUUhTWc=; h=Subject:References:From:In-Reply-To:To:Cc:Date:List-ID:From; b=jDIZ+EHDdkpMtZ8OZ00RpqiXMLcPJTja+gExD+Z9mx2ZDguPnFP3pcTqsaPLJfyfi r7EFn4z6wFCM7znVbpNBpCaqx38D6vlSEIzL5rHTBcSfEfu930y03dS6mBSu86oRii NajsPkXdKRf9QogS3HvBbb6gW8bVXliYwEKtTDmw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726753AbfBVRqZ (ORCPT ); Fri, 22 Feb 2019 12:46:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:38458 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725942AbfBVRqY (ORCPT ); Fri, 22 Feb 2019 12:46:24 -0500 Received: from localhost (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 459E520700; Fri, 22 Feb 2019 17:46:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550857584; bh=FKwqrUUguu6NXIhqOpxtDvpDKNPuz1Ra3atbXUUhTWc=; h=Subject:References:From:In-Reply-To:To:Cc:Date:From; b=mJjR4trVsbcC/03rAfScJB4DuFBnG1OW7vXMZZ3kZ3m5PEI2xnEILwW2h6LPsvcbn 5F8/SHFwx1P3JsDdkiiGxd9skUIEbR3sPvGGgo8h9F7WSMF4q0F1B5Duy76Y1xvF29 /0J9CnP5GAXIelVhFL4gvpoQWLjH1fk6/iFbf7rU= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v2] clk: imx: Refactor entire sccg pll clk Message-ID: <155085758346.77512.1117855723990616329@swboyd.mtv.corp.google.com> User-Agent: alot/0.8 References: <1550855235-31528-1-git-send-email-abel.vesa@nxp.com> From: Stephen Boyd In-Reply-To: <1550855235-31528-1-git-send-email-abel.vesa@nxp.com> To: Abel Vesa , Aisheng Dong , Anson Huang , Fabio Estevam , Fabio Estevam , Jacky Bai , Lucas Stach , Sascha Hauer , Shawn Guo Cc: dl-linux-imx , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux Kernel Mailing List , Abel Vesa Date: Fri, 22 Feb 2019 09:46:23 -0800 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Abel Vesa (2019-02-22 09:07:32) > Make the entire combination of plls to be one single clock. The parents u= sed > for bypasses are specified each as an index in the parents list. > The determine_rate does a lookup throughout all the possible combinations > for all the divs and returns the best possible 'setup' which in turn is u= sed > by set_rate later to set up all the divs and bypasses. >=20 > Signed-off-by: Abel Vesa > Tested-by: Lucas Stach > Acked-by: Lucas Stach I suspect these tested by and acked tags should have been dropped, unless you discussed and tested off-list?