From patchwork Tue Nov 15 16:26:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frieder Schrempf X-Patchwork-Id: 13043996 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0181FC4332F for ; Tue, 15 Nov 2022 16:28:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=jamc3HfUgH5QIMNNiOu7jDQnAaG5JN+76JpZTY1d0nI=; b=4deZ6RohzXA9S+ qE8m5Rw9Adgf0Zep+fAZg2QApnoIA0ayANvLAmB8bAsky5E9w+/YidjinERG0zUYKV3JkUEswOh4/ KHnxbvnMiI2wNDSYKljJzjHoZklbfjZlge9yjjKVWCMfuF0AphRWuSsh6obcUBThhYlgi0+yT48Uf lJ1/esg6v5WDionq2JVBtzjG2s0x4lwTpMqoaKwyy188DkA6kvHWFMbgamUy1dSTyBAfoplex1c80 VG+aPoxEFlwm4KOOSlKJ3/RWwA04zFR1eTWIq7pS2cLOqFNvIvxMZmyJ8PMOWJdzmluvGrD8UL9ao ME+78Jcmi0+NRKwPR+MA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouymC-00CkAR-0n; Tue, 15 Nov 2022 16:27:08 +0000 Received: from mail.fris.de ([116.203.77.234]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouym9-00Ck9O-JX for linux-arm-kernel@lists.infradead.org; Tue, 15 Nov 2022 16:27:07 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id BF9FBBFB36; Tue, 15 Nov 2022 17:26:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1668529622; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=5tgKf+p7vookHNtY0coTIkhFiTMT/dbT9kfNLD5BJEk=; b=PuDasNOCxilEj2ZLt3Ng3PC9aw+m7AzQ5cN0UluxpTopBj4tpJTrnYEtTnC18ZtKpG3dpz LCKfShB4UHon957EwvINZUg4loKUD4fakqlFhGLIldq0yqwfkjXIUQqG96H4SQGz9VEbxJ Yi+TObf5Pr937nCfotNQXd3wjiIr1+PZ0f38G/9rDspqwhTbKaCb/5zlnZ/dFA8TPmFilH ZyI/17zlxT2M2xE2ADHgQfYobclQt9qbF0CQDEeyowEo4I8VHp4rSzM3YEHUUyuJCFhAkA Abg649ddL6Y3JRkoGlbYxqRl6tW7cu/QRl6VEWOb6V8Xbzz642tPBpofZqxTwQ== From: Frieder Schrempf To: David Jander , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Marc Kleine-Budde , Mark Brown , Sascha Hauer , Shawn Guo Cc: Frieder Schrempf , Fabio Estevam , Marek Vasut , stable@vger.kernel.org, Baruch Siach , Minghao Chi , NXP Linux Team , Pengutronix Kernel Team Subject: [PATCH v2] spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock Date: Tue, 15 Nov 2022 17:26:53 +0100 Message-Id: <20221115162654.2016820-1-frieder@fris.de> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221115_082705_813470_C519548F X-CRM114-Status: GOOD ( 14.79 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Frieder Schrempf In case the requested bus clock is higher than the input clock, the correct dividers (pre = 0, post = 0) are returned from mx51_ecspi_clkdiv(), but *fres is left uninitialized and therefore contains an arbitrary value. This causes trouble for the recently introduced PIO polling feature as the value in spi_imx->spi_bus_clk is used there to calculate for which transfers to enable PIO polling. Fix this by setting *fres even if no clock dividers are in use. This issue was observed on Kontron BL i.MX8MM with an SPI peripheral clock set to 50 MHz by default and a requested SPI bus clock of 80 MHz for the SPI NOR flash. With the fix applied the debug message from mx51_ecspi_clkdiv() now prints the following: spi_imx 30820000.spi: mx51_ecspi_clkdiv: fin: 50000000, fspi: 50000000, post: 0, pre: 0 Fixes: 07e759387788 ("spi: spi-imx: add PIO polling support") Cc: Marc Kleine-Budde Cc: David Jander Cc: Fabio Estevam Cc: Mark Brown Cc: Marek Vasut Cc: stable@vger.kernel.org Signed-off-by: Frieder Schrempf Tested-by: Fabio Estevam --- Changes for v2: * Remove the reference and the Fixes tag for commit 6fd8b8503a0d as it is incorrect. --- drivers/spi/spi-imx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/spi/spi-imx.c b/drivers/spi/spi-imx.c index 30d82cc7300b..468ce0a2b282 100644 --- a/drivers/spi/spi-imx.c +++ b/drivers/spi/spi-imx.c @@ -444,8 +444,7 @@ static unsigned int mx51_ecspi_clkdiv(struct spi_imx_data *spi_imx, unsigned int pre, post; unsigned int fin = spi_imx->spi_clk; - if (unlikely(fspi > fin)) - return 0; + fspi = min(fspi, fin); post = fls(fin) - fls(fspi); if (fin > fspi << post)