Skip to content
Snippets Groups Projects
Commit ee000e1f authored by GitBot's avatar GitBot
Browse files

Integrate ilitek/adapt_irq

--

Commit: seco-ne/kernel/modules/ilitek@44c49560

driver:irq: Remove disable_irq/irq_enable from threaded_irq routine

The disable/enable in the irq routine leads to a race-condition when
using an IRQ that is connected to a "slow bus" (e.g. a GPIO expander
connected via I2C). In general, the disable/enable should not be
required when using a threaded_irq, since the Kernel disables the IRQ
while in the routine anyways.

--

Commit: seco-ne/kernel/modules/ilitek@f8c900f3

repo: Ignore Makefile

--

Commit: seco-ne/kernel/modules/ilitek@222578ee

repo: Add gitignore file
parent 6f4f8b19
No related branches found
Tags fngsystem/51.0 kirkstone/24.0
1 merge request!1897Integrate ilitek/adapt_irq
Pipeline #145133 passed with stages
in 2 hours, 56 minutes, and 36 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment