This series refactors I/O access patterns in the axis-fifo driver
to improve code readability and align with kernel coding conventions.
Patch 1 introduces wrapper functions for single register access.
Patch 2 replaces manual loops with standard bulk I/O accessors.
No functional changes intended.
Minu Jin (2):
staging: axis-fifo: Introduce helper functions for register access
staging: axis-fifo: Use bulk I/O accessors for data transfers
drivers/staging/axis-fifo/axis-fifo.c | 64 +++++++++++++++++----------
1 file changed, 40 insertions(+), 24 deletions(-)
--
2.43.0