From patchwork Tue Jun 6 13:06:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 690115 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 362C8C7EE31 for ; Tue, 6 Jun 2023 13:07:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237992AbjFFNHc (ORCPT ); Tue, 6 Jun 2023 09:07:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238021AbjFFNHX (ORCPT ); Tue, 6 Jun 2023 09:07:23 -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 9C0BC1728; Tue, 6 Jun 2023 06:07:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A07F5632CC; Tue, 6 Jun 2023 13:06:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAB60C433D2; Tue, 6 Jun 2023 13:06:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686056802; bh=Of7kuM6rwHgcdNEnTPw4TSCttG8x0dqdHftUZ4BZnaE=; h=From:To:Cc:Subject:Date:From; b=V8KFe2g8NEeJs1ujHbRUJWxphr2zce5G2CGnYMUHXBl8QgnVG5sV98aZd/cRx4PN7 0ZpxVVnE2ozNSnwafwQR758kNBpFyBSfa1NqzQD3LNrVkidbo3kPmpo2O2f0/DRjhG 55nTfCH1jdsc9f3Oh+rq7RzmQIUYveZnNG9FRUtW+N4yAMDkSr81ZySeRXBCx/0xm5 VWx8XDI1PqGpz3lZIUS57u3rXCdVndDKc31qUDlonsj/nEAWo1KLrrNTIUANf3Qx+2 XlXl32CodNBzbejj/YxTt96oeiIqaIxJh0WFZ7PWVdkRmFK8Vb9z934UO2KqxR3iQN zPmLBJZfAX6tQ== 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.4-rc5 Date: Tue, 06 Jun 2023 14:06:29 +0100 Message-Id: <20230606130641.AAB60C433D2@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org The following changes since commit 6afe2ae8dc48e643cb9f52e86494b96942440bc6: spi: spi-cadence: Interleave write of TX and read of RX FIFO (2023-05-22 11:41:05 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.4-rc5 for you to fetch changes up to 0c331fd1dccfba657129380ee084b95c1cedfbef: spi: qup: Request DMA before enabling clocks (2023-05-30 13:43:31 +0100) ---------------------------------------------------------------- spi: Fixes for v6.4 A small collection of driver specific fixes, none of them particularly remarkable or severe. ---------------------------------------------------------------- Clark Wang (1): spi: lpspi: disable lpspi module irq in DMA mode Daniel Golle (1): spi: mt65xx: make sure operations completed before unloading Stephan Gerhold (1): spi: qup: Request DMA before enabling clocks drivers/spi/spi-fsl-lpspi.c | 7 ++++++- drivers/spi/spi-mt65xx.c | 3 +++ drivers/spi/spi-qup.c | 37 ++++++++++++++++++------------------- 3 files changed, 27 insertions(+), 20 deletions(-)