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.1-rc2
Date: Wed, 26 Oct 2022 21:04:02 +0100 [thread overview]
Message-ID: <20221026200409.4B5BFC433B5@smtp.kernel.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1991 bytes --]
The following changes since commit 8e9204cddcc3fea9affcfa411715ba4f66e97587:
spi: Ensure that sg_table won't be used after being freed (2022-09-30 12:56:29 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.1-rc2
for you to fetch changes up to f8aa6c895d482847c9b799dcdac8bbdb56cb8e04:
spi: aspeed: Fix window offset of CE1 (2022-10-19 14:36:43 +0100)
----------------------------------------------------------------
spi: Fixes for v6.1
A collection of mostly unremarkable fixes for SPI that have built up
since the merge window, all driver specific.
The change to the qup adding support for GPIO chip selects is fixing a
regression due to the removal of legacy GPIO handling, the driver had
previously been silently relying on the legacy GPIO support in a
slightly broken way which worked well enough on some systems. Fixing
it is simply a case of setting a couple of bits of information in the
driver description.
----------------------------------------------------------------
Bird, Tim (1):
spi: spi-gxp: fix typo in SPDX identifier line
Chin-Ting Kuo (1):
spi: aspeed: Fix typo in mode_bits field for AST2600 platform
Christophe Leroy (1):
spi: mpc52xx: Replace NO_IRQ by 0
Cédric Le Goater (1):
spi: aspeed: Fix window offset of CE1
Jonathan Neuschäfer (1):
spi: spi-mem: Fix typo (of -> or)
Krishna Yarlagadda (1):
spi: tegra210-quad: Fix combined sequence
Mauro Lima (1):
spi: intel: Fix the offset to get the 64K erase opcode
Robert Marko (1):
spi: qup: support using GPIO as chip select line
drivers/spi/spi-aspeed-smc.c | 6 +++---
drivers/spi/spi-gxp.c | 2 +-
drivers/spi/spi-intel.c | 2 +-
drivers/spi/spi-mpc52xx.c | 2 +-
drivers/spi/spi-qup.c | 2 ++
drivers/spi/spi-tegra210-quad.c | 5 +++++
include/linux/spi/spi-mem.h | 2 +-
7 files changed, 14 insertions(+), 7 deletions(-)
next reply other threads:[~2022-10-26 20:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-26 20:04 Mark Brown [this message]
2022-10-27 0:48 ` [GIT PULL] SPI fixes for v6.1-rc2 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=20221026200409.4B5BFC433B5@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox