summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Usyskin <alexander.usyskin@intel.com>2016-12-04 16:22:59 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-12-06 13:03:22 +0300
commita2eb0fc07f4d4f3b2eb2b1b1b72de738d4b9e003 (patch)
tree05772491468eb98273ed6dac8cf99e22a2745cb8 /include
parent4a8efd4a1a9593a11c808da94e6609f6d4ee7276 (diff)
downloadlinux-a2eb0fc07f4d4f3b2eb2b1b1b72de738d4b9e003.tar.xz
mei: fix the back to back interrupt handling
Since the newer HW sports two interrupts causes we cannot just simply acknowledge the interrupts directly in the quick handler and store the cause in the member variable, as the cause will be overridden upon next interrupt while the interrupt thread was not yet scheduled handling the previous interrupt. The simple fix is to disable interrupts in quick handler and acknowledge and enabled them in the interrupt thread. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions