commit | 9728fb3ce11729aa8c276825ddf504edeb00611d | [log] [tgz] |
---|---|---|
author | Clark Wang <xiaoning.wang@nxp.com> | Fri May 05 14:35:57 2023 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue May 23 19:22:45 2023 +0100 |
tree | 814ba49686bc5d2c56bb532917a8a47773d7b615 | |
parent | 6afe2ae8dc48e643cb9f52e86494b96942440bc6 [diff] |
spi: lpspi: disable lpspi module irq in DMA mode When all bits of IER are set to 0, we still can observe the lpspi irq events when using DMA mode to transfer data. So disable irq to avoid the too much irq events. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com> Link: https://lore.kernel.org/r/20230505063557.3962220-1-xiaoning.wang@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>