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

Minu Jin posted 2 patches 3 weeks, 4 days ago
drivers/staging/axis-fifo/axis-fifo.c | 64 +++++++++++++++++----------
1 file changed, 40 insertions(+), 24 deletions(-)
[PATCH 0/2] staging: axis-fifo: I/O accessor cleanups
Posted by Minu Jin 3 weeks, 4 days ago
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