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