summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/mei_dev.h
AgeCommit message (Expand)Author
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler
2013-02-06mei: move interrupt handlers to be me hw specificTomas Winkler
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler
2013-02-06mei: initial extract of ME hw specifics from mei_deviceTomas Winkler
2013-02-06mei: sperate interface and pci code into two filesTomas Winkler
2013-01-09mei: make host csr and me csr internal to hw-meTomas Winkler
2013-01-09mei: reenable mei_hcsr_set abstractionTomas Winkler
2013-01-09mei: abstract host and device readienessTomas Winkler
2013-01-09mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler
2013-01-09mei: remove mei_csr_clear_his prototypeTomas Winkler
2013-01-09mei: remove write only need_reset member of struct mei_deviceTomas Winkler
2013-01-09mei: normalize me host client linking routinesTomas Winkler
2013-01-09mei: rename remaining amthi strings to amthifTomas Winkler
2013-01-09mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler
2013-01-09mei: move me client storage allocation to hbm.cTomas Winkler
2013-01-09mei: drop read_pending member form struct mei_clTomas Winkler
2013-01-09mei: rename interface to hw-meTomas Winkler
2013-01-09mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler
2013-01-09mei: implement mei_cl_connect functionTomas Winkler
2013-01-09mei: fix client functions namesTomas Winkler
2013-01-09mei: add new hbm.h header to export hbm protocolTomas Winkler
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler
2013-01-07mei: add common prefix to hbm functionTomas Winkler
2013-01-07mei: use structured buffer for the write bufferTomas Winkler
2013-01-07mei: drop nonexistent function prototypeTomas Winkler
2013-01-07mei: move host bus message handling to hbm.cTomas Winkler
2013-01-07mei: move hw dependent functions to interface.cTomas Winkler
2013-01-07mei: mei_me_client is not hw API move to mei_dev.hTomas Winkler
2013-01-07mei: kill not used BAR0 length and base variablesTomas Winkler
2013-01-07mei: extract device dependent constants into hw-me.hTomas Winkler
2013-01-07mei: move internal host clients ids to mei_dev.h from hw.hTomas Winkler
2013-01-07mei: use unified format for printing mei message headerTomas Winkler
2012-11-21mei: Simplify the ME client enumeration codeSamuel Ortiz
2012-11-21mei: streamline amthif write complete functionTomas Winkler
2012-11-21mei: use structured buffer for extra write bufferTomas Winkler
2012-11-21mei: compact code for mei bus message creationTomas Winkler
2012-11-15mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler
2012-11-15mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler
2012-11-15mei: move amthif specific release code to amithifTomas Winkler
2012-11-15mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler
2012-11-15mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler
2012-11-15mei: amthif: prefix cb list with amthifTomas Winkler
2012-11-01mei: use internal watchdog device registration trackingTomas Winkler
2012-11-01mei: extract AMTHI functions into the amthif.c fileTomas Winkler
2012-11-01mei: normalize timeouts definitionsTomas Winkler
2012-10-24mei: use mei_io_cb_ warppers also for control flowsTomas Winkler
2012-10-24mei: rename mei_free_cb_private to mei_io_cb_freeTomas Winkler
2012-10-24mei: kill usless struct mei_io_listTomas Winkler
2012-10-24mei: rename mei_cl_cb.information to mei_cl_cb.buf_idxTomas Winkler
2012-09-10mei: struct mei_message_data doesn't have to be packedTomas Winkler