From patchwork Wed Jul 21 17:33:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 12391757 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-22.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE723C12002 for ; Wed, 21 Jul 2021 17:34:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C9EBE6124B for ; Wed, 21 Jul 2021 17:34:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236375AbhGUQxb (ORCPT ); Wed, 21 Jul 2021 12:53:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:50004 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236338AbhGUQxb (ORCPT ); Wed, 21 Jul 2021 12:53:31 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 485936124B; Wed, 21 Jul 2021 17:34:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626888847; bh=b6z7/esTdXvxkRFP8Hdtl7YfEHwvkyxK8xKYwAwchuk=; h=From:To:Cc:Subject:Date:From; b=pTKTV7RHlxD81GPcOVD5Xk9vRtDOrTVPkofkSyGAcAhm8DlQEZBB+h97+JWnXhVx6 37UOq3nXg/qSRp1Hc5cFauYQn7i1GyAJ19/bBUdtYxX+mIwdDBhwB1xfnVLSG9wDWk jXYKtTEAkWACLO+5fCwVcmds78CW82gPJpFQaRYQ7VY+2DPV1kQjx3v1zoRG/lUX7z b/ctna6WK9rphEHoK2vOOcTyzv5VDNai2WmSeLCGgsoUEDSNbJe/TDF2sY+Y8FNC/a Tf+3VOZs1BLcnVnhnPUtyRZCkKaymsWKWjWMhLkrTQrdXoxyXWCxa0blbII1cES82L CLW/aDMYCSa4w== 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 v5.14-rc2 Date: Wed, 21 Jul 2021 18:33:48 +0100 Message-Id: <20210721173407.485936124B@mail.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org The following changes since commit b470e10eb43f19e08245cd87dd3192a8141cfbb5: spi: core: add dma_map_dev for dma device (2021-06-25 12:26:49 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.14-rc2 for you to fetch changes up to c45c1e82bba130db4f19d9dbc1deefcf4ea994ed: spi: spi-bcm2835: Fix deadlock (2021-07-20 13:34:05 +0100) ---------------------------------------------------------------- spi: Fixes for v5.14 A collection of driver specific fixes, there was a bit of a kerfuffle with some last minute review on hte spi-cadence-quadspi division by zero change but otherwise nothing terribly remarkable here - important fixes if you have the hardware but nothing with too wide an impact. ---------------------------------------------------------------- Alain Volmat (2): spi: stm32h7: fix full duplex irq handler handling spi: stm32: fixes pm_runtime calls in probe/remove Alexandru Tachici (1): spi: spi-bcm2835: Fix deadlock Apurva Nandan (1): spi: cadence-quadspi: Disable Auto-HW polling Dan Sneddon (1): spi: atmel: Fix CS and initialization bug Marek Vasut (2): spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delay spi: cadence: Correct initialisation of runtime PM again Mason Zhang (1): spi: mediatek: move devm_spi_register_master position Peter Hess (1): spi: mediatek: fix fifo rx mode Yoshitaka Ikeda (3): spi: spi-cadence-quadspi: Fix division by zero warning spi: spi-cadence-quadspi: Revert "Fix division by zero warning" spi: spi-cadence-quadspi: Fix division by zero warning drivers/spi/spi-atmel.c | 9 ++------- drivers/spi/spi-bcm2835.c | 12 +++++++----- drivers/spi/spi-cadence-quadspi.c | 30 +++++++++++++++++------------- drivers/spi/spi-cadence.c | 14 +++++++++----- drivers/spi/spi-imx.c | 38 +++++++++++++++++++------------------- drivers/spi/spi-mt65xx.c | 28 +++++++++++++++++++--------- drivers/spi/spi-stm32.c | 24 +++++++++++++++++------- 7 files changed, 90 insertions(+), 65 deletions(-)