[PATCH V3 0/3] pinctrl: use scope based of_node_put

Peng Fan (OSS) posted 3 patches 1 year, 5 months ago
drivers/pinctrl/freescale/pinctrl-imx.c       | 25 +++--------
drivers/pinctrl/freescale/pinctrl-imx1-core.c | 16 +++----
drivers/pinctrl/freescale/pinctrl-mxs.c       | 14 ++----
drivers/pinctrl/pinctrl-equilibrium.c         | 21 +++------
drivers/pinctrl/ti/pinctrl-ti-iodelay.c       | 43 +++++++------------
5 files changed, 36 insertions(+), 83 deletions(-)
[PATCH V3 0/3] pinctrl: use scope based of_node_put
Posted by Peng Fan (OSS) 1 year, 5 months ago
From: Peng Fan <peng.fan@nxp.com>

This is to send the non-applied ones of [1] after rebase, no more changes

[1] https://lore.kernel.org/all/20240504-pinctrl-cleanup-v2-0-26c5f2dc1181@nxp.com/

Peng Fan (3):
  pinctrl: ti: iodelay: Use scope based of_node_put() cleanups
  pinctrl: equilibrium: Use scope based of_node_put() cleanups
  pinctrl: freescale: Use scope based of_node_put() cleanups

 drivers/pinctrl/freescale/pinctrl-imx.c       | 25 +++--------
 drivers/pinctrl/freescale/pinctrl-imx1-core.c | 16 +++----
 drivers/pinctrl/freescale/pinctrl-mxs.c       | 14 ++----
 drivers/pinctrl/pinctrl-equilibrium.c         | 21 +++------
 drivers/pinctrl/ti/pinctrl-ti-iodelay.c       | 43 +++++++------------
 5 files changed, 36 insertions(+), 83 deletions(-)

-- 
2.37.1
Re: [PATCH V3 0/3] pinctrl: use scope based of_node_put
Posted by Linus Walleij 1 year, 5 months ago
On Thu, Jun 27, 2024 at 3:08 PM Peng Fan (OSS) <peng.fan@oss.nxp.com> wrote:

> From: Peng Fan <peng.fan@nxp.com>
>
> This is to send the non-applied ones of [1] after rebase, no more changes

Last three patches applied!

Thanks for doing this work Peng, it's really nice because this kind of
stuff tend to end up on the backburner for me, but now it gets done
with proper attention and focus!

Yours,
Linus Walleij