linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio: tegra186: Add IRQ per bank for Tegra241
@ 2022-02-28 10:03 Akhil R
  2022-02-28 14:55 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Akhil R @ 2022-02-28 10:03 UTC (permalink / raw)
  To: linus.walleij, brgl, thierry.reding, jonathanh, linux-gpio,
	linux-tegra, linux-kernel
  Cc: akhilrajeev

Add the number of interrupts per bank for Tegra241 (Grace).

Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gpio: tegra186: Add IRQ per bank for Tegra241
  2022-02-28 10:03 [PATCH] gpio: tegra186: Add IRQ per bank for Tegra241 Akhil R
@ 2022-02-28 14:55 ` Andy Shevchenko
  2022-02-28 15:14   ` Akhil R
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2022-02-28 14:55 UTC (permalink / raw)
  To: Akhil R
  Cc: Linus Walleij, Bartosz Golaszewski, Thierry Reding, Jon Hunter,
	open list:GPIO SUBSYSTEM, linux-tegra, Linux Kernel Mailing List

On Mon, Feb 28, 2022 at 12:51 PM Akhil R <akhilrajeev@nvidia.com> wrote:
>
> Add the number of interrupts per bank for Tegra241 (Grace).

Is it a fix? Then add a Fixes tag, please. Otherwise, how did it work
before? Elaborate that in the commit message to explain why it's not a
fix.

-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] gpio: tegra186: Add IRQ per bank for Tegra241
  2022-02-28 14:55 ` Andy Shevchenko
@ 2022-02-28 15:14   ` Akhil R
  0 siblings, 0 replies; 3+ messages in thread
From: Akhil R @ 2022-02-28 15:14 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Linus Walleij, Bartosz Golaszewski, Thierry Reding,
	Jonathan Hunter, open list:GPIO SUBSYSTEM, linux-tegra,
	Linux Kernel Mailing List

> On Mon, Feb 28, 2022 at 12:51 PM Akhil R <akhilrajeev@nvidia.com> wrote:
> >
> > Add the number of interrupts per bank for Tegra241 (Grace).
> 
> Is it a fix? Then add a Fixes tag, please. Otherwise, how did it work before?
> Elaborate that in the commit message to explain why it's not a fix.
Yes. This is a fix. Would add the tag. This property was missed to be added
in a previous commit.

Thanks,
Akhil

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-28 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-28 10:03 [PATCH] gpio: tegra186: Add IRQ per bank for Tegra241 Akhil R
2022-02-28 14:55 ` Andy Shevchenko
2022-02-28 15:14   ` Akhil R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).