]> git.baikalelectronics.ru Git - kernel.git/commit
spi: stm32h7: fix full duplex irq handler handling
authorAlain Volmat <alain.volmat@foss.st.com>
Wed, 30 Jun 2021 08:45:19 +0000 (10:45 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 30 Jun 2021 12:50:32 +0000 (13:50 +0100)
commita370e13a52b6bc5de3de7ab14448af6fe0e830a2
tree67afbbab680b682842040e4f6117a49b1b65d314
parentff45c17216831d567c1319762c7791e670961a81
spi: stm32h7: fix full duplex irq handler handling

In case of Full-Duplex mode, DXP flag is set when RXP and TXP flags are
set. But to avoid 2 different handlings, just add TXP and RXP flag in
the mask instead of DXP, and then keep the initial handling of TXP and
RXP events.
Also rephrase comment about EOTIE which is one of the interrupt enable
bits. It is not triggered by any event.

Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Reviewed-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/1625042723-661-3-git-send-email-alain.volmat@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c