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.17-rc2
Date: Tue, 01 Feb 2022 15:52:16 +0000	[thread overview]
Message-ID: <20220201155230.56F08C340EE@smtp.kernel.org> (raw)

The following changes since commit 44ea62813f0ab3d718de480504f4dfd0bdd01858:

  spi: don't include ptp_clock_kernel.h in spi.h (2022-01-07 17:14:30 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.17-rc2

for you to fetch changes up to f83a96e5f033fbbd21764705cb9c04234b96218e:

  spi: mediatek: Avoid NULL pointer crash in interrupt (2022-01-31 15:24:05 +0000)

----------------------------------------------------------------
spi: Fixes for v5.17

There are quite a few fixes that have accumilated since the merge window
here, all driver specific and none super urgent, plus a new device ID
for the Rockchip driver.

----------------------------------------------------------------
Alain Volmat (2):
      spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment
      spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4

Benjamin Gaignard (1):
      spi: mediatek: Avoid NULL pointer crash in interrupt

Dongliang Mu (1):
      spi: change clk_disable_unprepare to clk_unprepare

Kamal Dasu (1):
      spi: bcm-qspi: check for valid cs before applying chip select

Kunihiko Hayashi (1):
      spi: uniphier: Fix a bug that doesn't point to private data correctly

Miaoqian Lin (1):
      spi: meson-spicc: add IRQ check in meson_spicc_probe

Nicolas Frattaroli (1):
      spi: spi-rockchip: Add rk3568-spi compatible

Patrice Chotard (1):
      spi: stm32-qspi: Update spi registering

Rob Herring (1):
      spi: dt-bindings: Fix 'reg' child node schema

Xin Xiong (1):
      spi: uniphier: fix reference count leak in uniphier_spi_probe()

 .../bindings/spi/spi-peripheral-props.yaml         |  5 ++-
 .../devicetree/bindings/spi/spi-rockchip.yaml      |  1 +
 drivers/spi/spi-armada-3700.c                      |  2 +-
 drivers/spi/spi-bcm-qspi.c                         |  2 +-
 drivers/spi/spi-meson-spicc.c                      |  5 +++
 drivers/spi/spi-mt65xx.c                           |  2 +-
 drivers/spi/spi-stm32-qspi.c                       | 47 ++++++++--------------
 drivers/spi/spi-stm32.c                            |  7 ++--
 drivers/spi/spi-uniphier.c                         | 29 ++++++++-----
 9 files changed, 53 insertions(+), 47 deletions(-)

             reply	other threads:[~2022-02-01 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-01 15:52 Mark Brown [this message]
2022-02-01 20:46 ` [GIT PULL] SPI fixes for v5.17-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=20220201155230.56F08C340EE@smtp.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.