All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] spi: stm32: comments & SIMPLEX_RX fixes
@ 2022-01-19  9:32 ` Alain Volmat
  0 siblings, 0 replies; 8+ messages in thread
From: Alain Volmat @ 2022-01-19  9:32 UTC (permalink / raw)
  To: broonie, amelie.delaunay
  Cc: mcoquelin.stm32, alexandre.torgue, linux-spi, linux-stm32,
	linux-arm-kernel, linux-kernel, fabrice.gasnier, alain.volmat

This series contains 2 fixes within the spi-stm32.c driver.  One is
removing comments regarding struct variables that do not exist and the
second one correct a previous STM32F4 related commit for SIMPLEX_RX which
happens to break SIMPLEX_RX for H7 since it enforces MUST_TX flags.

Alain Volmat (2):
  spi: stm32: remove inexistant variables in struct stm32_spi_cfg
    comment
  spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4

 drivers/spi/spi-stm32.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-01-19 18:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19  9:32 [PATCH 0/2] spi: stm32: comments & SIMPLEX_RX fixes Alain Volmat
2022-01-19  9:32 ` Alain Volmat
2022-01-19  9:32 ` [PATCH 1/2] spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment Alain Volmat
2022-01-19  9:32   ` Alain Volmat
2022-01-19  9:32 ` [PATCH 2/2] spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4 Alain Volmat
2022-01-19  9:32   ` Alain Volmat
2022-01-19 18:02 ` [PATCH 0/2] spi: stm32: comments & SIMPLEX_RX fixes Mark Brown
2022-01-19 18:02   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.