[PATCH v2 0/5] 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]/ --- 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/[email protected]/ 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