+20
−47
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Currently the driver polls in the ISR for enough bytes in the RX FIFO. An ISR should never do this. Change it to read as much as possible whenever the ISR is called. This also allows to significantly simplify the code. Signed-off-by:Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by:
Mark Brown <broonie@kernel.org>