Searched hist:a128f6ecd56a32e559889145003425b0c7d406e3 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/spi/ |
H A D | spi-dw.h | diff a128f6ecd56a32e559889145003425b0c7d406e3 Sun Sep 20 13:28:49 CEST 2020 Serge Semin <Sergey.Semin@baikalelectronics.ru> spi: dw: Clear IRQ status on DW SPI controller reset
It turns out the IRQ status isn't cleared after switching the controller off and getting it back on, which may cause raising false error interrupts if controller has been unsuccessfully used by, for instance, a bootloader before the driver is loaded. Let's explicitly clear the interrupts status in the dedicated controller reset method.
Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> Link: https://lore.kernel.org/r/20200920112914.26501-6-Sergey.Semin@baikalelectronics.ru Signed-off-by: Mark Brown <broonie@kernel.org>
|