summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/amthif.c
Commit message (Expand)AuthorAgeFilesLines
* mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler2013-02-061-4/+4
* mei: separate compilation of the ME hardware specificsTomas Winkler2013-02-061-3/+3
* Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman2013-01-181-3/+3
|\
| * mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov2013-01-071-3/+3
* | mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler2013-01-091-0/+2
* | mei: normalize me host client linking routinesTomas Winkler2013-01-091-16/+26
* | mei: rename remaining amthi strings to amthifTomas Winkler2013-01-091-31/+31
* | mei: rename interface to hw-meTomas Winkler2013-01-091-1/+1
* | mei: fix client functions namesTomas Winkler2013-01-091-4/+5
* | mei: add new hbm.h header to export hbm protocolTomas Winkler2013-01-091-0/+1
* | mei: add common prefix to hbm functionTomas Winkler2013-01-071-3/+4
* | mei: use structured buffer for the write bufferTomas Winkler2013-01-071-13/+12Star
* | mei: include local headers after the system onesTomas Winkler2013-01-071-2/+1Star
* | mei: use unified format for printing mei message headerTomas Winkler2013-01-071-2/+1Star
* | mei: drop redundant length parameter from mei_write_message functionTomas Winkler2013-01-071-4/+2Star
|/
* mei: streamline amthif write complete functionTomas Winkler2012-11-211-54/+44Star
* mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler2012-11-161-2/+2
* mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler2012-11-161-0/+19
* mei: move amthif specific release code to amithifTomas Winkler2012-11-161-0/+114
* mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler2012-11-161-1/+1
* mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler2012-11-161-10/+4Star
* mei: amthif: prefix cb list with amthifTomas Winkler2012-11-161-5/+5
* mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler2012-11-011-3/+36
* mei: extract AMTHI functions into the amthif.c fileTomas Winkler2012-11-011-0/+572