[PATCH v2 0/3] spi: nxp: Use reinit_completion() for repeated operations

Felix Gu posted 3 patches 1 month, 1 week ago
drivers/spi/spi-fsl-qspi.c | 3 ++-
drivers/spi/spi-nxp-fspi.c | 3 ++-
drivers/spi/spi-nxp-xspi.c | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
[PATCH v2 0/3] spi: nxp: Use reinit_completion() for repeated operations
Posted by Felix Gu 1 month, 1 week ago
Signed-off-by: Felix Gu <ustc.gu@gmail.com>
---
Changes in v2:
- Fix Frank's comments.
- Fix for spi-nxp-fspi.c and spi-fsl-qspi.c suggested by Bough. 
- Link to v1: https://lore.kernel.org/r/20260303-spi-nxp-v1-1-b78570db28ce@gmail.com

---
Felix Gu (3):
      spi: nxp-xspi: Use reinit_completion() for repeated operations
      spi: nxp-fspi: Use reinit_completion() for repeated operations
      spi: fsl-qspi: Use reinit_completion() for repeated operations

 drivers/spi/spi-fsl-qspi.c | 3 ++-
 drivers/spi/spi-nxp-fspi.c | 3 ++-
 drivers/spi/spi-nxp-xspi.c | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
base-commit: d517cb8cea012f43b069617fc8179b45404f8018
change-id: 20260303-spi-nxp-d70b97a8df08

Best regards,
-- 
Felix Gu <ustc.gu@gmail.com>
Re: [PATCH v2 0/3] spi: nxp: Use reinit_completion() for repeated operations
Posted by Mark Brown 1 month ago
On Wed, 04 Mar 2026 20:47:18 +0800, Felix Gu wrote:
> 


Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/3] spi: nxp-xspi: Use reinit_completion() for repeated operations
      commit: 40f9bc646db5aa89fb85f2cda1e55a2bf9d6a30c
[2/3] spi: nxp-fspi: Use reinit_completion() for repeated operations
      commit: 68c8c93fdb0de7e528dc3dfb1d17eb0f652259b8
[3/3] spi: fsl-qspi: Use reinit_completion() for repeated operations
      commit: 981b080a79724738882b0af1c5bb7ade30d94f24

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark