[GIT PULL] SPI fixes for v6.2-rc3
From: Mark Brown
Date: Thu Jan 12 2023 - 06:43:19 EST
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(-)