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] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 8 Sep 2022 10:31:46 +0000
From:   Prathamesh Shete <pshete@...dia.com>
To:     "linus.walleij@...aro.org" <linus.walleij@...aro.org>,
        "bgolaszewski@...libre.com" <bgolaszewski@...libre.com>,
        "linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
        "linux-tegra@...r.kernel.org" <linux-tegra@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Jonathan Hunter <jonathanh@...dia.com>,
        "thierry.reding@...il.com" <thierry.reding@...il.com>
CC:     Suresh Mangipudi <smangipudi@...dia.com>,
        Manish Bhardwaj <mbhardwaj@...dia.com>,
        Krishna Yarlagadda <kyarlagadda@...dia.com>
Subject: RE: [PATCH v2] gpio: tegra186: add Tegra234 PMC compatible in GPIO
 driver

Hi 
Can you please help review this patch 

Thanks
Prathamesh.

> -----Original Message-----
> From: Prathamesh Shete <pshete@...dia.com>
> Sent: Tuesday, August 16, 2022 3:57 PM
> To: linus.walleij@...aro.org; bgolaszewski@...libre.com; linux-
> gpio@...r.kernel.org; linux-tegra@...r.kernel.org; linux-
> kernel@...r.kernel.org; Jonathan Hunter <jonathanh@...dia.com>;
> thierry.reding@...il.com
> Cc: Suresh Mangipudi <smangipudi@...dia.com>; Prathamesh Shete
> <pshete@...dia.com>; Manish Bhardwaj <mbhardwaj@...dia.com>
> Subject: [PATCH v2] gpio: tegra186: add Tegra234 PMC compatible in GPIO
> driver
> 
> Using this patch we are adding PMC compatible string for
> Tegra234 in GPIO driver so the IRQ hierarchy can be set.
> 
> Signed-off-by: Manish Bhardwaj <mbhardwaj@...dia.com>
> Signed-off-by: Prathamesh Shete <pshete@...dia.com>
> ---
>  drivers/gpio/gpio-tegra186.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpio/gpio-tegra186.c b/drivers/gpio/gpio-tegra186.c index
> 54d9fa7da9c1..824a355ff27a 100644
> --- a/drivers/gpio/gpio-tegra186.c
> +++ b/drivers/gpio/gpio-tegra186.c
> @@ -669,6 +669,7 @@ static unsigned int
> tegra186_gpio_child_offset_to_irq(struct gpio_chip *chip,  static const struct
> of_device_id tegra186_pmc_of_match[] = {
>  	{ .compatible = "nvidia,tegra186-pmc" },
>  	{ .compatible = "nvidia,tegra194-pmc" },
> +	{ .compatible = "nvidia,tegra234-pmc" },
>  	{ /* sentinel */ }
>  };
> 
> --
> 2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ