WSL2-Linux-Kernel/drivers/misc/mei
Tomas Winkler ea3b5fb710 mei: streamline write complete flow function
Rename the function  _mei_irq_thread_cmpl to
mei_irq_thread_write_complete to make clear it deals
with writing. Remove cl from the parameter list as it
can be extracted from cb block.
Extract the common flow from if statements and document
the logic properly

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-11-21 12:43:58 -08:00
..
Kconfig char/misc: remove CONFIG_EXPERIMENTAL dependencies 2012-09-18 16:14:53 +01:00
Makefile mei: extract AMTHI functions into the amthif.c file 2012-11-01 12:31:19 -07:00
amthif.c mei: use link and unlink terms for connecting ME and HOST client 2012-11-15 15:34:19 -08:00
hw.h mei: use the same bus msg for connect and disconnect request 2012-11-15 15:34:19 -08:00
init.c mei: use structured buffer for extra write buffer 2012-11-21 12:43:57 -08:00
interface.c mei: compact code for mei bus message creation 2012-11-21 12:43:57 -08:00
interface.h mei: wd: decouple and revamp watchdog state machine 2012-08-16 09:51:02 -07:00
interrupt.c mei: streamline write complete flow function 2012-11-21 12:43:58 -08:00
iorw.c mei: use link and unlink terms for connecting ME and HOST client 2012-11-15 15:34:19 -08:00
main.c mei: use link and unlink terms for connecting ME and HOST client 2012-11-15 15:34:19 -08:00
mei_dev.h mei: use structured buffer for extra write buffer 2012-11-21 12:43:57 -08:00
wd.c mei: use link and unlink terms for connecting ME and HOST client 2012-11-15 15:34:19 -08:00