From patchwork Thu Aug 24 19:44:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 717373 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 6A918C3DA6F for ; Thu, 24 Aug 2023 19:45:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237969AbjHXTpF (ORCPT ); Thu, 24 Aug 2023 15:45:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243355AbjHXToq (ORCPT ); Thu, 24 Aug 2023 15:44:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A7651FC1; Thu, 24 Aug 2023 12:44:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3028D66EBA; Thu, 24 Aug 2023 19:44:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DB375C433C7; Thu, 24 Aug 2023 19:44:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692906267; bh=xyMcHvNO8wXBTatKUK3qpMMhOqKl23C9JPMzqwblmfM=; h=From:To:Cc:Subject:Date:From; b=GWzOEQnFv+ltauBMjimchKlOB6fl9XwiAFFSuLLHs3KxNYo3kB70se5Fpo60YrMg2 1RpwnO/MWHPgnd7w9lmUZEfeKHiEzNYfwZyLa+KCpQ61A85omod/c9BKbv03wTEbgk ULF+/lMzNZGq3pd2GkJGflAJm+ofvSscVdx17PS5yc/GsJHd7xBN5V8pHaNtB+sRbs hDYbzyCWWy0g731xUmSChW9wFTJ+evD+ZdQA/e2VJ+0f6s0G0sIXftGRHW4WWXiVuk dwcdQnz9SREIvxAcLdUpzEhXVCFg2+0ZRJ361Z/XyDRi1jWN7Kcf5MGIwkWwcQFOTl AeRDBF/pftGmA== Message-ID: <9a29df1bae4a68227ef337ae9f0a4cf6.broonie@kernel.org> 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.5-rc7 Date: Thu, 24 Aug 2023 20:44:21 +0100 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org The following changes since commit 2ccdd1b13c591d306f0401d98dedc4bdcd02b421: Linux 6.5-rc6 (2023-08-13 11:29:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.5-rc7 for you to fetch changes up to 627d05a41ca1fbb9d390f9513af262f001f261f7: spi: spi-cadence: Fix data corruption issues in slave mode (2023-08-21 13:09:57 +0100) ---------------------------------------------------------------- spi: Fixes for v6.5 A couple more small driver specific fixes for v6.5, the device mode for Cadence had been broken by some recent updates done for host mode and large transfers for multi-byte words on stm32 had been broken by an API update in what I think was a rebasing incident. ---------------------------------------------------------------- Leonard Göhrs (1): spi: stm32: fix accidential revert to byte-sized transfer splitting Srinivas Goud (1): spi: spi-cadence: Fix data corruption issues in slave mode drivers/spi/spi-cadence.c | 19 ++++++++++++------- drivers/spi/spi-stm32.c | 6 +++--- 2 files changed, 15 insertions(+), 10 deletions(-)