[PATCH 0/2] staging: axis-fifo: I/O accessor cleanups

From: Minu Jin

Date: Tue Jan 13 2026 - 08:48:52 EST


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