public inbox for linux-spi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drivers: spi: st: use pm_ptr and remove __maybe_unused
@ 2026-01-06 12:14 Alain Volmat
  2026-01-06 12:14 ` [PATCH 1/4] drivers: spi: st: remove __maybe_unused for suspend/resume Alain Volmat
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Alain Volmat @ 2026-01-06 12:14 UTC (permalink / raw)
  To: Mark Brown, Maxime Coquelin, Alexandre Torgue
  Cc: linux-spi, linux-kernel, linux-stm32, linux-arm-kernel,
	Alain Volmat

Update ST related SPI drivers in order to remove the __maybe_unused
statements on pm related functions thanks to the usage of pm_ptr.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
---
Alain Volmat (4):
      drivers: spi: st: remove __maybe_unused for suspend/resume
      drivers: spi: stm32-ospi: avoid __maybe_unused and use pm_ptr
      drivers: spi: stm32-qspi: avoid __maybe_unused and use pm_ptr
      drivers: spi: stm32: avoid __maybe_unused and use pm_ptr

 drivers/spi/spi-st-ssc4.c    |  4 ++--
 drivers/spi/spi-stm32-ospi.c | 15 +++++++--------
 drivers/spi/spi-stm32-qspi.c | 15 +++++++--------
 drivers/spi/spi-stm32.c      | 15 +++++++--------
 4 files changed, 23 insertions(+), 26 deletions(-)
---
base-commit: 167a75dbc73d41199d0782e629adc1ff2acacdef
change-id: 20260105-spi_st_maybe_unused_removal-7d75225bca4a

Best regards,
-- 
Alain Volmat <alain.volmat@foss.st.com>


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-01-06 18:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-06 12:14 [PATCH 0/4] drivers: spi: st: use pm_ptr and remove __maybe_unused Alain Volmat
2026-01-06 12:14 ` [PATCH 1/4] drivers: spi: st: remove __maybe_unused for suspend/resume Alain Volmat
2026-01-06 17:05   ` Jonathan Cameron
2026-01-06 12:14 ` [PATCH 2/4] drivers: spi: stm32-ospi: avoid __maybe_unused and use pm_ptr Alain Volmat
2026-01-06 12:14 ` [PATCH 3/4] drivers: spi: stm32-qspi: " Alain Volmat
2026-01-06 12:14 ` [PATCH 4/4] drivers: spi: stm32: " Alain Volmat
2026-01-06 12:22 ` [PATCH 0/4] drivers: spi: st: use pm_ptr and remove __maybe_unused Mark Brown
2026-01-06 15:13   ` Alain Volmat
2026-01-06 18:25 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox