linux_dsm_epyc7002/drivers/misc/mei
Tomas Winkler d0265f1202 mei: ME structures should be initialized in mei_device_init
mei_timer and mei_host_client_init belongs to mei framework
and are not ME hw specific.
AMTHIF and WD are available only for ME but are above the hardware layer
so move the initialization back from mei_me_dev_init to mei_device_init.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-29 08:32:21 -07:00
..
amthif.c mei: revamp mei_data2slots 2013-03-15 11:10:48 -07:00
client.c mei: move clients cleanup code from init.c to client.c 2013-02-06 11:24:33 -08:00
client.h mei: move clients cleanup code from init.c to client.c 2013-02-06 11:24:33 -08:00
hbm.c mei: move me client storage allocation to hbm.c 2013-01-08 16:40:45 -08:00
hbm.h mei: add new hbm.h header to export hbm protocol 2013-01-08 16:40:44 -08:00
hw-me-regs.h mei: rename interface to hw-me 2013-01-08 16:40:45 -08:00
hw-me.c mei: ME structures should be initialized in mei_device_init 2013-03-29 08:32:21 -07:00
hw-me.h mei: revamp mei_data2slots 2013-03-15 11:10:48 -07:00
hw.h mei: simplify preparing client host bus messages 2013-01-07 10:31:29 -08:00
init.c mei: ME structures should be initialized in mei_device_init 2013-03-29 08:32:21 -07:00
interrupt.c mei: add mei_irq_compl_handler function 2013-03-25 13:20:49 -07:00
Kconfig mei: fix undefined wd symbols when MEI_ME is not set 2013-02-07 14:00:25 -08:00
main.c mei: rename to mei_host_buffer_is_empty to hbuf_is_ready 2013-02-06 11:24:33 -08:00
Makefile mei: separate compilation of the ME hardware specifics 2013-02-06 11:23:47 -08:00
mei_dev.h mei: drop RECOVERING_FROM_RESET device state 2013-03-29 08:31:17 -07:00
pci-me.c mei: unregister watchdog from mei_stop function 2013-03-29 08:32:21 -07:00
wd.c mei: rename to mei_host_buffer_is_empty to hbuf_is_ready 2013-02-06 11:24:33 -08:00