Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1702030

Re: [PATCH 0/3] simulated interrupts

From Linus Walleij <linus.walleij@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 0/3] simulated interrupts
Date 2017-08-02 13:40 +0200
Message-ID <ua0am-Og-21@gated-at.bofh.it> (permalink)
References <u4Wh4-8vz-9@gated-at.bofh.it> <u4Wh4-8vz-11@gated-at.bofh.it> <u4WAq-bK-13@gated-at.bofh.it> <u4XGa-SU-17@gated-at.bofh.it> <u4Y9d-1j1-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Jul 19, 2017 at 4:19 PM, Marc Zyngier <marc.zyngier@arm.com> wrote:

> On a slightly tangential subject, there is another aspect that I thought
> of implementing for a while, but always ended up just relying on a quick
> hack: forcing the injection of an actual interrupt. A number of
> interrupt controllers have the ability to make an interrupt pending, for
> it to be handled as if a device had actually triggered it.

This would be especially useful for a class of embedded systems that
are woken up from deep sleep by an asynchronous interrupt controller.

Usually GPIO(-ish) lines are armed and the system put to sleep, and
when it comes up, the information of what line woke it up is there in a
special register, but the actual (synchronous) interrupt line is no longer
asserted or edge triggered, so an interrupt need to be inserted.

Yours,
Linus Walleij

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 0/3] simulated interrupts Linus Walleij <linus.walleij@linaro.org> - 2017-08-02 13:40 +0200

csiph-web