summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei (follow)
Commit message (Expand)AuthorAgeFilesLines
* mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler2013-01-091-4/+0
* mei: move me client storage allocation to hbm.cTomas Winkler2013-01-093-41/+38
* mei: drop read_pending member form struct mei_clTomas Winkler2013-01-093-5/+2
* mei: rename interface to hw-meTomas Winkler2013-01-0913-210/+208
* mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler2013-01-092-20/+17
* mei: implement mei_cl_connect functionTomas Winkler2013-01-093-159/+163
* mei: fix client functions namesTomas Winkler2013-01-099-198/+267
* mei: move client functions to client.cTomas Winkler2013-01-094-366/+361
* mei: add new hbm.h header to export hbm protocolTomas Winkler2013-01-099-15/+47
* mei: move hbm responses from interrupt.c to hbm.cTomas Winkler2013-01-073-220/+186
* mei: add common prefix to hbm functionTomas Winkler2013-01-078-50/+53
* mei: use structured buffer for the write bufferTomas Winkler2013-01-075-105/+108
* mei: simplify preparing client host bus messagesTomas Winkler2013-01-072-56/+70
* mei: drop nonexistent function prototypeTomas Winkler2013-01-071-3/+0
* mei: move host bus message handling to hbm.cTomas Winkler2013-01-076-419/+456
* mei: move hw dependent functions to interface.cTomas Winkler2013-01-074-93/+97
* mei: mei_me_client is not hw API move to mei_dev.hTomas Winkler2013-01-072-6/+13
* mei: kill not used BAR0 length and base variablesTomas Winkler2013-01-071-5/+2
* mei: include local headers after the system onesTomas Winkler2013-01-077-12/+13
* mei: extract device dependent constants into hw-me.hTomas Winkler2013-01-073-98/+169
* mei: move internal host clients ids to mei_dev.h from hw.hTomas Winkler2013-01-072-5/+6
* mei: use unified format for printing mei message headerTomas Winkler2013-01-075-15/+16
* mei: drop redundant length parameter from mei_write_message functionTomas Winkler2013-01-077-44/+36
* watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler2012-12-191-1/+1
* misc: remove use of __devexitBill Pemberton2012-11-211-1/+1
* misc: remove use of __devinitBill Pemberton2012-11-211-2/+2
* mei: remove use of __devexit_pBill Pemberton2012-11-211-2/+2
* mei: Simplify the ME client enumeration codeSamuel Ortiz2012-11-214-86/+95
* mei: simplify write complete loop in irq handlerTomas Winkler2012-11-211-25/+12
* mei: don't mix read and write slotsTomas Winkler2012-11-211-16/+19
* mei: streamline amthif write complete functionTomas Winkler2012-11-213-60/+48
* mei: streamline write complete flow functionTomas Winkler2012-11-211-70/+43
* mei: use structured buffer for extra write bufferTomas Winkler2012-11-213-27/+22
* mei: compact code for mei bus message creationTomas Winkler2012-11-214-148/+112
* mei: use the same bus msg for connect and disconnect requestTomas Winkler2012-11-163-27/+34
* mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler2012-11-166-61/+44
* mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler2012-11-163-10/+25
* mei: move amthif specific release code to amithifTomas Winkler2012-11-163-138/+154
* mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler2012-11-166-23/+31
* mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler2012-11-166-29/+24
* mei: amthif: prefix cb list with amthifTomas Winkler2012-11-165-20/+18
* mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler2012-11-012-23/+41
* mei: use internal watchdog device registration trackingTomas Winkler2012-11-013-7/+1
* mei: mei_clear_list: kill file_tempTomas Winkler2012-11-011-4/+2
* mei: extract AMTHI functions into the amthif.c fileTomas Winkler2012-11-017-556/+613
* mei: normalize timeouts definitionsTomas Winkler2012-11-017-24/+29
* mei: mei_write: revamp function flowTomas Winkler2012-11-011-44/+44
* mei: use mei_io_cb_ warppers also for control flowsTomas Winkler2012-10-254-109/+94
* mei: rename mei_free_cb_private to mei_io_cb_freeTomas Winkler2012-10-255-35/+35
* mei: kill usless struct mei_io_listTomas Winkler2012-10-255-156/+118