All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
	Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] SPI fixes for v5.14-rc2
Date: Wed, 21 Jul 2021 18:33:48 +0100	[thread overview]
Message-ID: <20210721173407.485936124B@mail.kernel.org> (raw)

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(-)

             reply	other threads:[~2021-07-21 17:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-21 17:33 Mark Brown [this message]
2021-07-21 19:47 ` [GIT PULL] SPI fixes for v5.14-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210721173407.485936124B@mail.kernel.org \
    --to=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.