Re: [PATCH v2 1/2] staging: axis-fifo: introduce helper functions for register access
From: Greg KH
Date: Thu Jan 15 2026 - 06:30:40 EST
On Thu, Jan 15, 2026 at 11:25:08AM +0900, Minu Jin wrote:
> This patch introduces axis_fifo_read_reg(), axis_fifo_write_reg()
> to wrap raw ioread32, iowrite32 calls. Using these helper functions
> improves code readability and provides a cleaner abstraction for
> hardware register access.
>
> All existing single register I/O calls updated to use these
> new helpers. This refactoring also ensures a consistent access
> pattern and makes future maintenance easier.
>
> Signed-off-by: Minu Jin <s9430939@xxxxxxxxx>
> ---
> v2: No changes.
This should have been v3, right?
So next one is v4?
thanks,
greg k-h