From patchwork Wed Sep 20 12:57:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 725171 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99B69CE79CF for ; Wed, 20 Sep 2023 12:57:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235048AbjITM6A (ORCPT ); Wed, 20 Sep 2023 08:58:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235290AbjITM6A (ORCPT ); Wed, 20 Sep 2023 08:58:00 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61C1BF2; Wed, 20 Sep 2023 05:57:51 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F344DC433C8; Wed, 20 Sep 2023 12:57:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695214670; bh=4p5SQAL1LP6H+eXb90nX905DDE9cHrNP+UjAWJaND3I=; h=From:To:Cc:Subject:Date:From; b=Mgs7/jNaPRjinPacz28dnAfbIhK/3aRU4sH6890PjcXFI0tyeItmhmKqwYWQYjngg eKYsdY5VCbOjlgWFkdplQ31MXAv+Zwd1PNP/dvehvD0C9Kt7llTgtKBTegnxWvs8c0 ui6dOAanSr00S4iKaRAgVTpgXBtxmHNhPvWN9MD0abeBLXQ+/W8e/hzak87Pf1m4Yf w42ND+He5DqJ59EzF9WAP2haOGTaw/EFbFyEkOJ+T0nR0SzmCpOa2GCWa+WDCVcpTb nLTHikbWrMyjj2Hi2/TejsyohH8IDMncAKAuLCPiwgwlZJzMbjzhZ/GUtLzGJDkrg7 +nwv3Ermq9epg== From: Mark Brown To: Linus Torvalds Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] SPI fixes for v6.6-rc2 Date: Wed, 20 Sep 2023 13:57:40 +0100 Message-Id: <20230920125749.F344DC433C8@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.6-rc2 for you to fetch changes up to 4221a2bec2189275f3f49492a73221498ae6d131: spi: Merge up old fix (2023-09-19 13:17:52 +0100) ---------------------------------------------------------------- spi: Fixes for v6.6 A small collection of fixes, plus a new device ID for Intel Granite Rapids systems. The fix for the i.MX driver is fairly urgent, it's fixing a data corruption issue when bits per word isn't 8. There's also one fix which was queued but not sent for v6.4 due to being minor and arriving at the end of the release. ---------------------------------------------------------------- Han Xu (1): spi: nxp-fspi: reset the FLSHxCR1 registers Johan Hovold (1): spi: zynqmp-gqspi: fix clock imbalance on probe failure Mark Brown (1): spi: Merge up old fix Mika Westerberg (1): spi: intel-pci: Add support for Granite Rapids SPI serial flash Stefan Moring (1): spi: imx: Take in account bits per word instead of assuming 8-bits Valentin Caron (1): spi: stm32: add a delay before SPI disable drivers/spi/spi-imx.c | 2 +- drivers/spi/spi-intel-pci.c | 1 + drivers/spi/spi-nxp-fspi.c | 7 +++++++ drivers/spi/spi-stm32.c | 8 ++++++++ drivers/spi/spi-zynqmp-gqspi.c | 12 ++++++++---- 5 files changed, 25 insertions(+), 5 deletions(-)