Re: [PATCH 0/2] pinctrl: equilibrium: fix warning trace on load

From: Linus Walleij

Date: Mon Feb 23 2026 - 04:29:25 EST


On Thu, Feb 5, 2026 at 1:56 PM Florian Eckert <fe@xxxxxxxxxx> wrote:

> The following series of patches fixes a warning message for each GPIO
> during driver loading. The core problem is that the names of the functions
> in the driver implementation do not match those of the callbacks. Therefore,
> the functions were used incorrectly.
>
> For this reason, the first patch renames the callbacks and adapts them
> to the usual pattern used by other drivers in this subsystem. In the second
> patch of this serie, the actual problem is then fixed after it becomes
> clearer that the functions have been used incorrectly.
>
> Signed-off-by: Florian Eckert <fe@xxxxxxxxxx>

Patches applied!

Yours,
Linus Walleij