Re: [PATCH 5/7] spi: dw: Actually mask interrupts

2022-02-24 Thread Sean Anderson
On 2/15/22 11:16 AM, Niklas Cassel wrote: From: Sean Anderson The designware spi driver unconditionally uses polling. The comment to spi_hw_init() also states that the function should disable interrupts. According to the DesignWare DW_apb_ssi Databook, value 0xff in IMR enables all interrupts

[PATCH 5/7] spi: dw: Actually mask interrupts

2022-02-15 Thread Niklas Cassel
From: Sean Anderson The designware spi driver unconditionally uses polling. The comment to spi_hw_init() also states that the function should disable interrupts. According to the DesignWare DW_apb_ssi Databook, value 0xff in IMR enables all interrupts. Since we want to mask all interrupts write