Re: [PATCH v2 2/2] pinctrl: qcom: Add sc7280 pinctrl driver

From: Linus Walleij
Date: Tue Nov 24 2020 - 03:39:11 EST


On Thu, Nov 5, 2020 at 10:56 AM Rajendra Nayak <rnayak@xxxxxxxxxxxxxx> wrote:

> Add initial pinctrl driver to support pin configuration with
> pinctrl framework for SC7280 SoC
>
> Signed-off-by: Rajendra Nayak <rnayak@xxxxxxxxxxxxxx>
> ---
> v2: Consolidated functions under phase_flag and qdss
> Moved ufs reset pin to pin175 so its exposed as a gpio
> npios updated from 175 to 176

Patch applied.

> +config PINCTRL_SC7280
> + tristate "Qualcomm Technologies Inc SC7280 pin controller driver"
> + depends on GPIOLIB && OF
> + select PINCTRL_MSM

I changed this to depends on PINCTRL_MSM in the process to stay
consistent with John's changes to modularize the pin controllers.

Yours,
Linus Walleij