RE: [PATCH v2] pinctrl: samsung: Add support for pull-up and pull-down
From: Alim Akhtar
Date: Sun Jun 23 2024 - 23:54:57 EST
Hi Vishnu
> -----Original Message-----
> From: Vishnu Reddy <vishnu.reddy@xxxxxxxxxxx>
> Sent: Thursday, June 20, 2024 4:04 PM
> To: krzysztof.kozlowski@xxxxxxxxxx; s.nawrocki@xxxxxxxxxxx;
> alim.akhtar@xxxxxxxxxxx; linus.walleij@xxxxxxxxxx
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux-samsung-
> soc@xxxxxxxxxxxxxxx; linux-gpio@xxxxxxxxxxxxxxx; linux-
> kernel@xxxxxxxxxxxxxxx; pankaj.dubey@xxxxxxxxxxx;
> ravi.patel@xxxxxxxxxxx; gost.dev@xxxxxxxxxxx
> Subject: [PATCH v2] pinctrl: samsung: Add support for pull-up and pull-down
>
> gpiolib framework has the implementation of setting up the PUD
> configuration for GPIO pins but there is no driver support.
>
> Add support to handle the PUD configuration request from the userspace in
> samsung pinctrl driver.
>
> Signed-off-by: Vishnu Reddy <vishnu.reddy@xxxxxxxxxxx>
> ---
Reviewed-by: Alim Akhtar <alim.akhtar@xxxxxxxxxxx>