[PATCH v3 0/7] gpio: rtd1625: minor cleanups and log improvements

Yu-Chun Lin posted 7 patches 1 week ago
drivers/gpio/gpio-rtd1625.c | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
[PATCH v3 0/7] gpio: rtd1625: minor cleanups and log improvements
Posted by Yu-Chun Lin 1 week ago
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/anUcSPcJjJkLh0Z-@ashevche-desk.local/

Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com>
---
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/20260814025657.1400452-1-eleanor.lin@realtek.com/

---
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 <eleanor.lin@realtek.com>