[PATCH v3 0/7] gpio: rtd1625: minor cleanups and log improvements
Yu-Chun Lin <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
This series splits the previous cleanup patch into smaller, logical pieces and addresses the review comments from Andy Shevchenko. Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Yu-Chun Lin <[email protected]> --- Changes in v3: Patch 1 & 2: Split from patch 1 in v2. Patch 3: Add Reviewed-by tag from Andy. Patch 4 & 5: Split from patch 3 in v2. Patch 6: Add Reviewed-by tag from Andy. Patch 7: Add Reviewed-by tag from Andy. Link to v2: https://lore.kernel.org/lkml/[email protected]/ --- Yu-Chun Lin (7): gpio: rtd1625: Remove unnecessary blank line gpio: rtd1625: Drop unneeded initializations gpio: rtd1625: Fix variable type for regmap_read() gpio: rtd1625: Narrow 'i' variable scope in loop gpio: rtd1625: Narrow 'hwirq' variable scope in loop gpio: rtd1625: Replace pr_err_ratelimited() with dev_err_ratelimited() gpio: rtd1625: Use IRQ_TYPE_DEFAULT macro drivers/gpio/gpio-rtd1625.c | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) --- base-commit: 408866669ce01b8f2111afdea2c13d15a8960bff change-id: 20260815-gpio-cleanup-caf002873da1 Best regards, -- Yu-Chun Lin <[email protected]>