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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 7 Mar 2022 10:33:46 +0100
From:   Bartosz Golaszewski <brgl@...ev.pl>
To:     Akhil R <akhilrajeev@...dia.com>
Cc:     Linus Walleij <linus.walleij@...aro.org>,
        Thierry Reding <thierry.reding@...il.com>,
        Jonathan Hunter <jonathanh@...dia.com>,
        "open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
        linux-tegra@...r.kernel.org,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Andy Shevchenko <andy.shevchenko@...il.com>
Subject: Re: [PATCH v2] gpio: tegra186: Add IRQ per bank for Tegra241

On Mon, Feb 28, 2022 at 4:34 PM Akhil R <akhilrajeev@...dia.com> wrote:
>
> Add the number of interrupts per bank for Tegra241 (Grace) to
> fix the probe failure.
>
> Fixes: d1056b771ddb ("gpio: tegra186: Add support for Tegra241")
> Signed-off-by: Akhil R <akhilrajeev@...dia.com>
> ---
> v1->v2: Add 'Fixes' tag in the commit message
>
>  drivers/gpio/gpio-tegra186.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpio/gpio-tegra186.c b/drivers/gpio/gpio-tegra186.c
> index 8d298beffd86..031fe105b58e 100644
> --- a/drivers/gpio/gpio-tegra186.c
> +++ b/drivers/gpio/gpio-tegra186.c
> @@ -1075,6 +1075,7 @@ static const struct tegra_gpio_soc tegra241_main_soc = {
>         .ports = tegra241_main_ports,
>         .name = "tegra241-gpio",
>         .instance = 0,
> +       .num_irqs_per_bank = 8,
>  };
>
>  #define TEGRA241_AON_GPIO_PORT(_name, _bank, _port, _pins)     \
> @@ -1095,6 +1096,7 @@ static const struct tegra_gpio_soc tegra241_aon_soc = {
>         .ports = tegra241_aon_ports,
>         .name = "tegra241-gpio-aon",
>         .instance = 1,
> +       .num_irqs_per_bank = 8,
>  };
>
>  static const struct of_device_id tegra186_gpio_of_match[] = {
> --
> 2.17.1
>

Queued for fixes, thanks!

Bart

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ