Skip to content

Integrate ilitek/adapt_irq

GitBot requested to merge integrate/ilitek/adapt_irq/into/kirkstone into kirkstone

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

Merge request reports

Loading