Message ID | 20250318105932.2090926-1-andriy.shevchenko@linux.intel.com |
---|---|
Headers | show |
Series | pinctrl: nuvoton: A few cleanups and a fix | expand |
On Tue, Mar 18, 2025 at 11:59 AM Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote: > 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. Patches LGTM and we are close to the merge window so I have just applied them. If there are any issues we can surely fix it up in -next. Thanks Andy! Yours, Linus Walleij
On Thu, Mar 20, 2025 at 10:15 AM Linus Walleij <linus.walleij@linaro.org> wrote: > On Tue, Mar 18, 2025 at 11:59 AM Andy Shevchenko > <andriy.shevchenko@linux.intel.com> wrote: > > 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. > > Patches LGTM and we are close to the merge window so I have > just applied them. > > If there are any issues we can surely fix it up in -next. > > Thanks Andy! Thank you!