[PATCH v2 0/2] pinctrl: pinctrl-pic32: Fix resource leak and convert last manual allocation to devres

Ethan Tidmore posted 2 patches 1 month, 2 weeks ago
drivers/pinctrl/pinctrl-pic32.c | 22 +++++-----------------
1 file changed, 5 insertions(+), 17 deletions(-)
[PATCH v2 0/2] pinctrl: pinctrl-pic32: Fix resource leak and convert last manual allocation to devres
Posted by Ethan Tidmore 1 month, 2 weeks ago
I made this a series so it's easier to backport the bugfix.

Ethan Tidmore (2):
  pinctrl: pinctrl-pic32: Fix resource leak
  pinctrl: pinctrl-pic32: Use devres version of gpiochip_add_data()

 drivers/pinctrl/pinctrl-pic32.c | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

-- 
2.53.0
Re: [PATCH v2 0/2] pinctrl: pinctrl-pic32: Fix resource leak and convert last manual allocation to devres
Posted by Linus Walleij 1 month, 2 weeks ago
On Fri, Feb 27, 2026 at 10:56 PM Ethan Tidmore <ethantidmore06@gmail.com> wrote:

> I made this a series so it's easier to backport the bugfix.
>
> Ethan Tidmore (2):
>   pinctrl: pinctrl-pic32: Fix resource leak
>   pinctrl: pinctrl-pic32: Use devres version of gpiochip_add_data()

Patches applied as nonurgent fixes, thanks Ethan!

Yours,
Linus Walleij