mei: add also write waiting list to runtime pm blockers
authorTomas Winkler <tomas.winkler@intel.com>
Thu, 7 May 2015 12:54:00 +0000 (15:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 18:15:54 +0000 (11:15 -0700)
commit41c95b04385863f694fcf96e08994ebc722b7b9f
tree5b638016924bff6fb3625c60ff5a83e4ea77c493
parenta1809d38900cff016b2bac9d82766f7420f8eb5d
mei: add also write waiting list to runtime pm blockers

The io callback is clear from write_waitling_list after
we receive interrupt from the hw to ack the write completion.
We need to wait for this interrupt deliver before we try
to enter low power state

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/init.c