mbox series

[GIT,PULL] SPI fixes for v6.3

Message ID 20230301203511.BDD9FC433D2@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.3

Message

Mark Brown March 1, 2023, 8:34 p.m. UTC
The following changes since commit 7234d746a8339066313518bfa024fa03f363a55e:

  spi: dt-bindings: qcom,spi-qcom-qspi: document OPP and power-domains (2023-02-17 19:18:54 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.3

for you to fetch changes up to 2449d436681d40bc63ec2c766fd51b632270d8a7:

  spi: tegra210-quad: Fix iterator outside loop (2023-02-28 13:59:58 +0000)

----------------------------------------------------------------
spi: Fixes for v6.3

A small set of fixes for SPI drivers, Krishna has been doing a bunch of
work on Tegra210 QuadSPI and found a bunch of issues there and there's
a couple of small fixes for other drivers too.

----------------------------------------------------------------
Dhruva Gole (1):
      spi: spi-sn-f-ospi: fix duplicate flag while assigning to mode_bits

Hongbin Ji (1):
      spi: cadence-quadspi: Fix cancel the indirect read mask

Krishna Yarlagadda (3):
      spi: tegra210-quad: set half duplex flag
      spi: tegra210-quad: Fix validate combined sequence
      spi: tegra210-quad: Fix iterator outside loop

 drivers/spi/spi-cadence-quadspi.c |  2 +-
 drivers/spi/spi-sn-f-ospi.c       |  2 +-
 drivers/spi/spi-tegra210-quad.c   | 15 ++++++++++-----
 3 files changed, 12 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org March 2, 2023, 6:33 p.m. UTC | #1
The pull request you sent on Wed, 01 Mar 2023 20:34:59 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/093b2dc4024a9dca9cba539625c32c8056b51fe4

Thank you!