[PATCH v2 0/5] gpio: rtd1625: minor cleanups and log improvements

Yu-Chun Lin posted 5 patches 1 week, 4 days ago
There is a newer version of this series
drivers/gpio/gpio-rtd1625.c | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
[PATCH v2 0/5] gpio: rtd1625: minor cleanups and log improvements
Posted by Yu-Chun Lin 1 week, 4 days 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/
---
Changes in v2:
General:
- Split the v1 patch into a 5-patch series.

Patch 3:
- Add a blank line after the 'irq_hw_number_t hwirq' assignment.

Patch 4:
- Use regmap_get_device(), instead of adding 'struct device' pointer
into 'struct rtd1625_gpio'.

Link to v1: https://lore.kernel.org/lkml/20260812031929.3598364-1-eleanor.lin@realtek.com/

Yu-Chun Lin (5):
  gpio: rtd1625: Minor coding style cleanups
  gpio: rtd1625: Fix variable type for regmap_read()
  gpio: rtd1625: Narrow variable scope in loops
  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(-)

-- 
2.43.0