summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/amthif.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov2013-01-071-3/+3
* mei: streamline amthif write complete functionTomas Winkler2012-11-211-54/+44
* 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/+4
* 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