On Thu, 13 Mar 2025 16:50:39 +0000 Lothar Rubusch <l.rubusch@xxxxxxxxx> wrote: > Move the fifo handling into a separate function. This is a preparation > for a generic handling of the interrupt status register results. > > The interrupt status register is read into a variable int_stat. It carries > status for various sensor events, handling of which is added in follow up > patches. Evaluation of the int_stat variable is common for sensor events, > such as tap detection, freefall, activity,... and for fifo events, such as > data ready, overrun, watermark,... Also, dealing with in case error > returns shall be common to all events. Thus migrate fifo read-out and push > fifo content to iio channels into this function to be built up with > additional event handling. > > Signed-off-by: Lothar Rubusch <l.rubusch@xxxxxxxxx> Applied