[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260113133831.3422480-1-s9430939@naver.com>
Date: Tue, 13 Jan 2026 22:38:29 +0900
From: Minu Jin <s9430939@...er.com>
To: gregkh@...uxfoundation.org
Cc: ovidiu.panait.oss@...il.com,
gshahrouzi@...il.com,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Minu Jin <s9430939@...er.com>
Subject: [PATCH 0/2] staging: axis-fifo: I/O accessor cleanups
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
Powered by blists - more mailing lists