]> git.karo-electronics.de Git - linux-beck.git/commit
mei: allow multiple retries if the hw reset has failed
authorTomas Winkler <tomas.winkler@intel.com>
Tue, 14 Jan 2014 21:10:10 +0000 (23:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 23:09:35 +0000 (15:09 -0800)
commit7d93e58d5374aef9cd895a7bb1a8903ffdb7c4b4
tree95a0de52db3c458df48cb8690de6ed4ae7090648
parent92ab513072e73d74fee78062c9935f119339e4de
mei: allow multiple retries if the hw reset has failed

In some rare case mei hw reset may take long time to settle.
Instead of blocking resume flow we span another driver reset flow in
separate work context

This allows as to shorten hw reset timeout to something more acceptable
by DPM_WATCHDOG_TIMEOUT

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/hbm.c
drivers/misc/mei/hw-me.c
drivers/misc/mei/hw.h
drivers/misc/mei/init.c