mbox series

[GIT,PULL] SPI fixes for v6.2-rc3

Message ID 20230112113333.DC00AC433D2@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.2-rc3 | expand

Pull-request

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

Message

Mark Brown Jan. 12, 2023, 11:33 a.m. UTC
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b442990d244ba2ffe926c6603c42deb6fcc3b0db:

  spi: Merge rename of spi-cs-setup-ns DT property (2023-01-11 14:15:22 +0000)

----------------------------------------------------------------
spi: Fixes for v6.2

There's several things in this pull request:

 - Fixes for long standing issues with accesses to spidev->spi during
   teardown in the spidev userspace driver.
 - Rename the newly added spi-cs-setup-ns DT property to be more in line
   with our other delay properties before it becomes ABI.
 - A few driver specific fixes.

----------------------------------------------------------------
Bartosz Golaszewski (2):
      spi: spidev: fix a race condition when accessing spidev->spi
      spi: spidev: remove debug messages that access spidev->spi without locking

Hector Martin (2):
      spi: dt-bindings: Rename spi-cs-setup-ns to spi-cs-setup-delay-ns
      spi: Rename spi-cs-setup-ns property to spi-cs-setup-delay-ns

Mark Brown (1):
      spi: Merge rename of spi-cs-setup-ns DT property

Ricardo Ribalda (1):
      spi: mediatek: Enable irq before the spi registration

Witold Sadowski (1):
      spi: cadence: Fix busy cycles calculation

 .../bindings/spi/spi-peripheral-props.yaml         |  4 +--
 drivers/spi/spi-cadence-xspi.c                     |  5 ++-
 drivers/spi/spi-mt65xx.c                           | 12 +++-----
 drivers/spi/spi.c                                  |  2 +-
 drivers/spi/spidev.c                               | 36 +++++++++++-----------
 5 files changed, 30 insertions(+), 29 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 12, 2023, 12:16 p.m. UTC | #1
The pull request you sent on Thu, 12 Jan 2023 11:33:19 +0000:

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

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

Thank you!