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