[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250318105932.2090926-1-andriy.shevchenko@linux.intel.com>
Date: Tue, 18 Mar 2025 12:57:13 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Jacky Huang <ychuang3@...oton.com>,
Andy Shevchenko <andy.shevchenko@...il.com>,
Tomer Maimon <tmaimon77@...il.com>,
linux-arm-kernel@...ts.infradead.org,
linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org,
openbmc@...ts.ozlabs.org
Cc: Shan-Chun Hung <schung@...oton.com>,
Linus Walleij <linus.walleij@...aro.org>,
Avi Fishman <avifishman70@...il.com>,
Tali Perry <tali.perry1@...il.com>,
Patrick Venture <venture@...gle.com>,
Nancy Yuen <yuenn@...gle.com>,
Benjamin Fair <benjaminfair@...gle.com>,
Jonathan Neuschäfer <j.neuschaefer@....net>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH v2 0/5] pinctrl: nuvoton: A few cleanups and a fix
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
Powered by blists - more mailing lists