From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-spi@vger.kernel.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] SPI fixes for v5.8-rc3
Date: Mon, 29 Jun 2020 17:32:14 +0100 [thread overview]
Message-ID: <20200629163310.8282D2558B@mail.kernel.org> (raw)
The following changes since commit 06096cc6c5a84ced929634b0d79376b94c65a4bd:
spi: spidev: fix a potential use-after-free in spidev_release() (2020-06-18 17:47:00 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.8-rc3
for you to fetch changes up to cf961fce30f8269d0c2662c48b2618005b67dfd4:
spi: pxa2xx: Add support for Intel Tiger Lake PCH-H (2020-06-25 15:50:50 +0100)
----------------------------------------------------------------
spi: Fixes for v5.8
A batch of fixes for the Freescale DSPI driver fixing some serious
issues with removal of active devices and one resume case, plus a few
new PCI IDs for Intel platforms.
----------------------------------------------------------------
Jarkko Nikula (1):
spi: pxa2xx: Add support for Intel Tiger Lake PCH-H
Krzysztof Kozlowski (4):
spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transfer
spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transfer
spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit paths
spi: spi-fsl-dspi: Initialize completion before possible interrupt
drivers/spi/spi-fsl-dspi.c | 39 ++++++++++++++++++++++-----------------
drivers/spi/spi-pxa2xx.c | 5 +++++
2 files changed, 27 insertions(+), 17 deletions(-)
reply other threads:[~2020-06-29 19:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20200629163310.8282D2558B@mail.kernel.org \
--to=broonie@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).