[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <5eec9b11-c0b7-4b77-8c03-ec2c7d52d828@www.fastmail.com>
Date: Mon, 14 Dec 2020 10:08:42 +1030
From: "Andrew Jeffery" <andrew@...id.au>
To: "Andy Shevchenko" <andy.shevchenko@...il.com>,
"Troy Lee" <troy_lee@...eedtech.com>
Cc: "OpenBMC Maillist" <openbmc@...ts.ozlabs.org>,
"Linus Walleij" <linus.walleij@...aro.org>,
"Bartosz Golaszewski" <bgolaszewski@...libre.com>,
"Joel Stanley" <joel@....id.au>,
"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
"moderated list:ARM/ASPEED MACHINE SUPPORT"
<linux-arm-kernel@...ts.infradead.org>,
"moderated list:ARM/ASPEED MACHINE SUPPORT"
<linux-aspeed@...ts.ozlabs.org>,
"open list" <linux-kernel@...r.kernel.org>,
"Troy Lee" <leetroy@...il.com>,
"Ryan Chen" <ryan_chen@...eedtech.com>,
"Chia-Wei, Wang" <chiawei_wang@...eedtech.com>
Subject: Re: [PATCH] gpio: aspeed: Lock GPIO pin used as IRQ
On Fri, 11 Dec 2020, at 00:44, Andy Shevchenko wrote:
> On Thu, Dec 10, 2020 at 9:36 AM Troy Lee <troy_lee@...eedtech.com> wrote:
> >
> > GPIO pins can be used as IRQ indicators. When they do,
> > those pins should be flaged with locks to avoid kernel
>
> flagged
>
> > warning message.
>
> ...
>
> > @@ -651,6 +651,13 @@ static int aspeed_gpio_set_type(struct irq_data *d, unsigned int type)
>
> > + rc = gpiochip_lock_as_irq(&gpio->chip, d->hwirq);
> > + if (rc) {
> > + dev_err(gpio->chip.parent, "unable to lock GPIO %lu as IRQ\n",
> > + d->hwirq);
> > + return rc;
> > + }
>
> It's a copy'n'paste of generic code. Why do you need it in an unusual
> place, i.e. ->irq_set_type() IIUC?
> Can you elaborate about an issue, because this seems to be a hack?
Yep - Troy please provide more information. What was the warning you saw? How
were the GPIOs allocated on the system that triggered the warning? What did you
do to trigger the warning?
Andrew
Powered by blists - more mailing lists