From: Gustavo Piaz da Silva <gustavopiazdasilva2102@gmail.com>
To: gregkh@linuxfoundation.org, dan.carpenter@linaro.org
Cc: ovidiu.panait.oss@gmail.com, gshahrouzi@gmail.com,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
Gustavo Piaz da Silva <gustavopiazdasilva2102@gmail.com>
Subject: [PATCH v3 0/2] staging: axis-fifo: refactor and cleanup
Date: Sat, 31 Jan 2026 15:27:30 -0300 [thread overview]
Message-ID: <20260131182732.62857-1-gustavopiazdasilva2102@gmail.com> (raw)
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
next reply other threads:[~2026-01-31 18:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-31 18:27 Gustavo Piaz da Silva [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260131182732.62857-1-gustavopiazdasilva2102@gmail.com \
--to=gustavopiazdasilva2102@gmail.com \
--cc=dan.carpenter@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=gshahrouzi@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=ovidiu.panait.oss@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox