[PATCH 0/3] add small improvements to the S32G pinctrl driver

Andrei Stefanescu posted 3 patches 2 months, 3 weeks ago
drivers/pinctrl/nxp/pinctrl-s32cc.c | 51 ++++++++++++++++++++---------
1 file changed, 35 insertions(+), 16 deletions(-)
[PATCH 0/3] add small improvements to the S32G pinctrl driver
Posted by Andrei Stefanescu 2 months, 3 weeks ago
This patch series adds various small improvements to the pinctrl
driver used by S32G SoCs. These can also be found in the
downstream kernel version [1].

[1] - https://github.com/nxp-auto-linux/linux

Andrei Stefanescu (3):
  pinctrl: s32cc: enable the input buffer for a GPIO
  pinctrl: s32cc: configure PIN_CONFIG_DRIVE_PUSH_PULL
  pinctrl: s32cc: add update and overwrite options when setting pinconf

 drivers/pinctrl/nxp/pinctrl-s32cc.c | 51 ++++++++++++++++++++---------
 1 file changed, 35 insertions(+), 16 deletions(-)

-- 
2.45.2
Re: [PATCH 0/3] add small improvements to the S32G pinctrl driver
Posted by Linus Walleij 2 months, 1 week ago
On Tue, Jul 23, 2024 at 3:20 PM Andrei Stefanescu
<andrei.stefanescu@oss.nxp.com> wrote:

> This patch series adds various small improvements to the pinctrl
> driver used by S32G SoCs. These can also be found in the
> downstream kernel version [1].
>
> [1] - https://github.com/nxp-auto-linux/linux

Patches applied!

Yours,
Linus Walleij