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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39040C4332F for ; Wed, 13 Oct 2021 22:09:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1E8CF610EA for ; Wed, 13 Oct 2021 22:09:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231149AbhJMWLs (ORCPT ); Wed, 13 Oct 2021 18:11:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:41784 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231177AbhJMWLr (ORCPT ); Wed, 13 Oct 2021 18:11:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6B26E610CF; Wed, 13 Oct 2021 22:09:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634162983; bh=jVibAd5k8EZgrGtx2NS7ynxRfMtbS6b4hovVI5iKc2M=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=etjl9jfnoVfiqMLsYv16OgwjomaAcQNsbSWwvkKrSB0jPU7uE98rQzzma4D3Fmggx JhYdJzMO2nKG/A59sBd4w8eJObV6BN+xfk/dLI151DTUT3y8qqh0WZb7eYi/lRHUCy G6w1qQ8/lATszAPC2seYTp7oy20KEpU09cymGDmAx+tx6om8xpewUY6cPwGKQwO/jJ G3KmYBWJ0V5Ejkax3PXE7tbiHOTaA6u+Jg+ut+oVjiDiDBpHn0D1RpMKjrGEgmWO+q aMmfmMfF39VEpEuGfo5KCriDBYNiNktfMugfaYi0Xywc/0BcIIHVxdSQmZPaJK9T5R gqxbdII77NrxA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20210923162645.23257-3-konrad.dybcio@somainline.org> References: <20210923162645.23257-1-konrad.dybcio@somainline.org> <20210923162645.23257-3-konrad.dybcio@somainline.org> Subject: Re: [PATCH v4 3/9] clk: qcom: gcc-msm8994: Fix up SPI QUP clocks From: Stephen Boyd Cc: martin.botka@somainline.org, angelogioacchino.delregno@somainline.org, marijn.suijten@somainline.org, jamipkettunen@somainline.org, Konrad Dybcio , Andy Gross , Bjorn Andersson , Michael Turquette , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: Konrad Dybcio , ~postmarketos/upstreaming@lists.sr.ht Date: Wed, 13 Oct 2021 15:09:42 -0700 Message-ID: <163416298231.936110.18234896035575608640@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Konrad Dybcio (2021-09-23 09:26:36) > Fix up SPI QUP freq tables to account for the fact > that not every QUP can run at the same set of frequencies. >=20 > Signed-off-by: Konrad Dybcio > --- Applied to clk-next