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