LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de> To: Hans de Goede <hdegoede@redhat.com>, Mika Westerberg <mika.westerberg@linux.intel.com>, Andy Shevchenko <andriy.shevchenko@linux.intel.com>, Linus Walleij <linus.walleij@linaro.org>, Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>, "H . Peter Anvin" <hpa@zytor.com> Cc: Hans de Goede <hdegoede@redhat.com>, linux-gpio@vger.kernel.org, linux-acpi@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC v2] x86: Select HARDIRQS_SW_RESEND on x86 Date: Fri, 24 Jan 2020 16:19:02 +0100 [thread overview] Message-ID: <87sgk4naqh.fsf@nanos.tec.linutronix.de> (raw) In-Reply-To: <20200123210242.53367-1-hdegoede@redhat.com> Hans, Hans de Goede <hdegoede@redhat.com> writes: > > The Intel GPIO controllers do not allow implementing irq_retrigger without > emulating it in software, at which point we are better of just using the > generic HARDIRQS_SW_RESEND mechanism rather then re-implementing software > emulation for this separately in aprox. 14 different pinctrl drivers. Indeed. > I'm sending this out as a RFC since I'm not %100 sure this is the best > solution and it seems like a somewhat big change to make. It's not that bad. The only affected interrupt chips on x86 should be secondary interrupt chips like the GPIO controller. ioapic/msi/... have irq_retrigger() functionality, so it won't do the software resend. I just need to stare at the legacy PIC and the virt stuff. > Also maybe we should add a Cc: stable@vger.kernel.org ??? This seems like > somewhat a big change for that but it does solve some real issues... Yes. Let me stare at the couple of weird irqchips which might get surprised. I'll teach them not to do that :) Thanks, tglx
next prev parent reply other threads:[~2020-01-24 15:19 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-01-23 21:02 [RFC v2] x86: Select HARDIRQS_SW_RESEND on x86 Hans de Goede 2020-01-24 15:19 ` Thomas Gleixner [this message] 2020-03-11 18:24 ` Hans de Goede 2020-03-11 21:31 ` Thomas Gleixner 2020-03-11 21:49 ` Hans de Goede 2020-03-11 22:09 ` Thomas Gleixner 2020-03-12 12:06 ` Hans de Goede 2020-03-11 21:42 ` [tip: irq/core] " tip-bot2 for Hans de Goede 2020-03-12 13:31 ` Linus Walleij 2020-03-12 13:49 ` Hans de Goede 2020-03-12 14:02 ` Linus Walleij 2020-03-12 14:05 ` Hans de Goede 2020-03-12 15:55 ` Thomas Gleixner
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=87sgk4naqh.fsf@nanos.tec.linutronix.de \ --to=tglx@linutronix.de \ --cc=andriy.shevchenko@linux.intel.com \ --cc=bp@alien8.de \ --cc=hdegoede@redhat.com \ --cc=hpa@zytor.com \ --cc=linus.walleij@linaro.org \ --cc=linux-acpi@vger.kernel.org \ --cc=linux-gpio@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=mika.westerberg@linux.intel.com \ --cc=mingo@redhat.com \ --cc=x86@kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).