[PATCH v2 0/5] pinctrl: nuvoton: A few cleanups and a fix
Andy Shevchenko
andriy.shevchenko at linux.intel.com
Tue Mar 18 03:57:13 PDT 2025
Convert Nuvoton drivers to use pin control provided data types
and more of device property APIs.
While doing that, fix one non-critical issue that sparse complains about.
Compile tested only.
In v2:
- fixed compilation errors and warnings (LKP)
- collected tags (Jonathan)
Andy Shevchenko (5):
pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment
pinctrl: nuvoton: Convert to use struct pingroup and
PINCTRL_PINGROUP()
pinctrl: nuvoton: Make use of struct pinfunction and
PINCTRL_PINFUNCTION()
pinctrl: nuvoton: Convert to use struct group_desc
pinctrl: nuvoton: Reduce use of OF-specific APIs
drivers/pinctrl/nuvoton/pinctrl-ma35.c | 120 ++++++++++------------
drivers/pinctrl/nuvoton/pinctrl-ma35d1.c | 1 -
drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c | 44 ++------
drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 35 ++-----
drivers/pinctrl/nuvoton/pinctrl-wpcm450.c | 11 +-
5 files changed, 77 insertions(+), 134 deletions(-)
--
2.47.2
More information about the linux-arm-kernel
mailing list