linux_dsm_epyc7002/drivers/misc/mei
Tomas Winkler dab9bf41b2 mei: me: fix waiting for hw ready
1. MEI_INTEROP_TIMEOUT is in seconds not in jiffies
so we use mei_secs_to_jiffies macro
While cold boot is fast this is relevant in resume
2. wait_event_interruptible_timeout can return with
-ERESTARTSYS so do not override it with -ETIMEDOUT
3.Adjust error message

Tested-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-07-23 19:31:35 -07:00
..
amthif.c mei: revamp interrupt thread handlers 2013-05-21 09:39:56 -07:00
bus.c mei: bus: Reset event_cb when disabling a device 2013-05-21 09:57:55 -07:00
client.c mei: mei_cl_connect: don't multiply the timeout twice 2013-06-24 16:32:31 -07:00
client.h mei: move mei_cl_irq_write_complete to client.c 2013-06-24 16:32:30 -07:00
debugfs.c mei: convert to use simple_open() 2013-04-11 12:39:01 -07:00
hbm.c mei: hbm: fix typo in error message 2013-07-23 19:31:33 -07:00
hbm.h mei: support HBM versioning 2013-06-17 16:43:09 -07:00
hw-me-regs.h
hw-me.c mei: me: fix waiting for hw ready 2013-07-23 19:31:35 -07:00
hw-me.h
hw.h
init.c mei: don't have to clean the state on power up 2013-07-23 19:31:35 -07:00
interrupt.c mei: move mei_cl_irq_write_complete to client.c 2013-06-24 16:32:30 -07:00
Kconfig
main.c mei: fix read after read scenario 2013-05-30 21:44:41 +09:00
Makefile mei: nfc: Initial nfc implementation 2013-04-10 18:56:53 -07:00
mei_dev.h mei: check whether hw start has succeeded 2013-06-24 16:33:28 -07:00
nfc.c mei: nfc: fix nfc device freeing 2013-06-13 22:31:06 -07:00
pci-me.c Merge 3.10-rc6 into char-misc-next 2013-06-17 11:54:25 -07:00
wd.c mei: deprecate the mei_wd_state_independence_msg 2013-05-30 21:44:41 +09:00