public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v7 0/2] staging: axis-fifo: clean up probe logic
@ 2026-02-06 13:11 Gustavo Piaz da Silva
  2026-02-06 13:11 ` [PATCH v7 1/2] staging: axis-fifo: use u32 for fifo depth flags Gustavo Piaz da Silva
  2026-02-06 13:11 ` [PATCH v7 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-02-06 13:11 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.

Changes in v7:
 - Rewrote Patch 1 description for better clarity and acknowledged 
   that the original code works.
 - Reverted variable name and type back to 'unsigned int value' to 
   minimize diff noise.
 - Removed unnecessary whitespace and extra blank lines between 
   function calls and error checks.

Changes in v6:
 - Removed axis_fifo_get_u32() helper function entirely.
 - Removed all dev_err() calls in parse_dt.
 - Kept 'node' local variable in parse_dt to avoid checkpatch 
   line length warnings.
 - Added missing "---" line after Signed-off-by.
 - Fixed checkpatch style warning (missing blank line after declarations).
 - Ensured newline at the end of the file.

Changes in v5:
 - Added missing newline at the end of axis-fifo.c file in Patch 2.

Changes in v4:
 - Removed extra blank lines in commit messages.
 - Added "rx" and "tx" prefixes to error messages (removed in v6).

Changes in v3:
 - Split the original v2 patch into two separate patches.

Changes in v2:
 - Fixed checkpatch.pl coding style issues.

Gustavo Piaz da Silva (2):
  staging: axis-fifo: use u32 for fifo depth flags
  staging: axis-fifo: refactor device tree parsing

 drivers/staging/axis-fifo/axis-fifo.c | 77 +++++++++------------------
 1 file changed, 25 insertions(+), 52 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-02-06 13:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06 13:11 [PATCH v7 0/2] staging: axis-fifo: clean up probe logic Gustavo Piaz da Silva
2026-02-06 13:11 ` [PATCH v7 1/2] staging: axis-fifo: use u32 for fifo depth flags Gustavo Piaz da Silva
2026-02-06 13:11 ` [PATCH v7 2/2] staging: axis-fifo: refactor device tree parsing Gustavo Piaz da Silva
2026-02-06 13:48   ` Dan Carpenter

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