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 v6.2-rc3
Date: Thu, 12 Jan 2023 11:33:19 +0000	[thread overview]
Message-ID: <20230112113333.DC00AC433D2@smtp.kernel.org> (raw)

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

             reply	other threads:[~2023-01-12 11:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-12 11:33 Mark Brown [this message]
2023-01-12 12:16 ` [GIT PULL] SPI fixes for v6.2-rc3 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=20230112113333.DC00AC433D2@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.