lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMRc=MdBgrkva2w-CYkFHpWXFsp1qCP6W9Lm3YuqN2Ox=o3_og@mail.gmail.com>
Date:   Mon, 2 May 2022 14:12:23 +0200
From:   Bartosz Golaszewski <brgl@...ev.pl>
To:     "Peng Fan (OSS)" <peng.fan@....nxp.com>
Cc:     Linus Walleij <linus.walleij@...aro.org>,
        "open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Peng Fan <peng.fan@....com>
Subject: Re: [PATCH] gpio: drop the SOC_VF610 dependency for GPIO_VF610

On Mon, Apr 25, 2022 at 1:09 PM Peng Fan (OSS) <peng.fan@....nxp.com> wrote:
>
> From: Peng Fan <peng.fan@....com>
>
> i.MX7ULP, i.MX8 and i.MX9 use this driver, so drop
> the SOC_VF610 dependcy to make the driver could be built
> for i.MX platform.

In the future use `gpio: <driver>: ...` for the commit message.

Applied, thanks!

Bart

>
> Signed-off-by: Peng Fan <peng.fan@....com>
> ---
>  drivers/gpio/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index 82a3bda6e047..9f2a076da6af 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -681,10 +681,10 @@ config GPIO_UNIPHIER
>
>  config GPIO_VF610
>         def_bool y
> -       depends on ARCH_MXC && SOC_VF610
> +       depends on ARCH_MXC
>         select GPIOLIB_IRQCHIP
>         help
> -         Say yes here to support Vybrid vf610 GPIOs.
> +         Say yes here to support i.MX or Vybrid vf610 GPIOs.
>
>  config GPIO_VISCONTI
>         tristate "Toshiba Visconti GPIO support"
> --
> 2.25.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ