]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
mei: avoid FW version request on Ibex Peak and earlier
authorAlexander Usyskin <alexander.usyskin@intel.com>
Fri, 4 Oct 2019 18:17:22 +0000 (21:17 +0300)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 23 Oct 2019 13:04:25 +0000 (15:04 +0200)
commit1c3fb5285d31ff29787ac84d99ca7ff96189d347
tree2d32ce63420a8606c8a0cb0ced2bf26bf2991353
parent09fac1c9780f0241ca7e134ee7e14928ab2f92fa
mei: avoid FW version request on Ibex Peak and earlier

BugLink: https://bugs.launchpad.net/bugs/1848750
commit f8204f0ddd62966a0e79c2804963a21e3540dd82 upstream.

The fixed MKHI client on PCH 6 gen platforms
does not support fw version retrieval.
The error is not fatal, but it fills up the kernel logs and
slows down the driver start.
This patch disables requesting FW version on GEN6 and earlier platforms.

Fixes warning:
[   15.964298] mei mei::55213584-9a29-4916-badf-0fb7ed682aeb:01: Could not read FW version
[   15.964301] mei mei::55213584-9a29-4916-badf-0fb7ed682aeb:01: version command failed -5

Cc: <stable@vger.kernel.org> +v4.18
Cc: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20191004181722.31374-1-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/misc/mei/bus-fixup.c
drivers/misc/mei/hw-me.c
drivers/misc/mei/hw-me.h
drivers/misc/mei/mei_dev.h
drivers/misc/mei/pci-me.c