Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v3 0/2] staging: axis-fifo: refactor and cleanup
@ 2026-01-31 18:27 Gustavo Piaz da Silva
  2026-01-31 18:27 ` [PATCH v3 1/2] staging: axis-fifo: align fifo depth types with OF API Gustavo Piaz da Silva
  2026-01-31 18:27 ` [PATCH v3 2/2] staging: axis-fifo: refactor device tree parsing Gustavo Piaz da Silva
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Piaz da Silva @ 2026-01-31 18:27 UTC (permalink / raw)
  To: gregkh, dan.carpenter
  Cc: ovidiu.panait.oss, gshahrouzi, linux-staging, linux-kernel,
	Gustavo Piaz da Silva

This series cleans up the axis-fifo driver probe function logic.

Patch 1 aligns the struct types with the OF API to avoid potential mismatches.
Patch 2 refactors the parsing logic to be less verbose and removes goto usage.

Changes in v3:
 - Split into two patches as requested.
 - Dropped the "fixes warning" claim from Patch 1, focusing on type correctness.
 - Link to v2: https://lore.kernel.org/linux-staging/20260131140517.29771-1-gustavopiazdasilva2102@gmail.com/

Gustavo Piaz da Silva (2):
  staging: axis-fifo: align fifo depth types with OF API
  staging: axis-fifo: refactor device tree parsing

 drivers/staging/axis-fifo/axis-fifo.c | 80 +++++++++------------------
 1 file changed, 27 insertions(+), 53 deletions(-)

-- 
2.52.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-02  8:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-31 18:27 [PATCH v3 0/2] staging: axis-fifo: refactor and cleanup Gustavo Piaz da Silva
2026-01-31 18:27 ` [PATCH v3 1/2] staging: axis-fifo: align fifo depth types with OF API Gustavo Piaz da Silva
2026-01-31 18:27 ` [PATCH v3 2/2] staging: axis-fifo: refactor device tree parsing Gustavo Piaz da Silva
2026-02-02  8:32   ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox