mbox series

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

Message ID 20240723131832.1171036-1-andrei.stefanescu@oss.nxp.com (mailing list archive)
Headers show
Series add small improvements to the S32G pinctrl driver | expand

Message

Andrei Stefanescu July 23, 2024, 1:18 p.m. UTC
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(-)

Comments

Linus Walleij Aug. 5, 2024, 8:18 a.m. UTC | #1
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