On Wed, Mar 15, 2023 at 12:05:35PM +0100, Markus Schneider-Pargmann wrote: > Interrupts currently get disabled if the interrupt status shows new > received data. Non-peripheral chips handle receiving in a worker thread, > but peripheral chips are handling the receive process in the threaded > interrupt routine itself without scheduling it for a different worker. > So there is no need to disable interrupts for peripheral chips. > > Signed-off-by: Markus Schneider-Pargmann <msp@xxxxxxxxxxxx> Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>