]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
platform/x86: intel_scu_ipc: Fix interrupt support
authorMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 22 Jan 2020 16:28:04 +0000 (19:28 +0300)
committerPaolo Pisati <paolo.pisati@canonical.com>
Mon, 17 Feb 2020 09:57:41 +0000 (10:57 +0100)
commit3d8edafabfe69b9a2efbe3a402ebf00e43c3073d
tree214304a56fbfa96d287012efa5405d66c512c530
parent13c203595485572f2b6562e0a3221aa7118c9bf3
platform/x86: intel_scu_ipc: Fix interrupt support

BugLink: https://bugs.launchpad.net/bugs/1863588
commit e48b72a568bbd641c91dad354138d3c17d03ee6f upstream.

Currently the driver has disabled interrupt support for Tangier but
actually interrupt works just fine if the command is not written twice
in a row. Also we need to ack the interrupt in the handler.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/platform/x86/intel_scu_ipc.c