summaryrefslogtreecommitdiff
path: root/drivers/misc/mei
AgeCommit message (Expand)AuthorFilesLines
2013-01-09mei: rename interface to hw-meTomas Winkler13-210/+208
2013-01-09mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler2-20/+17
2013-01-09mei: implement mei_cl_connect functionTomas Winkler3-159/+163
2013-01-09mei: fix client functions namesTomas Winkler9-198/+267
2013-01-09mei: move client functions to client.cTomas Winkler4-366/+361
2013-01-09mei: add new hbm.h header to export hbm protocolTomas Winkler9-15/+47
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler3-220/+186
2013-01-07mei: add common prefix to hbm functionTomas Winkler8-50/+53
2013-01-07mei: use structured buffer for the write bufferTomas Winkler5-105/+108
2013-01-07mei: simplify preparing client host bus messagesTomas Winkler2-56/+70
2013-01-07mei: drop nonexistent function prototypeTomas Winkler1-3/+0
2013-01-07mei: move host bus message handling to hbm.cTomas Winkler6-419/+456
2013-01-07mei: move hw dependent functions to interface.cTomas Winkler4-93/+97
2013-01-07mei: mei_me_client is not hw API move to mei_dev.hTomas Winkler2-6/+13
2013-01-07mei: kill not used BAR0 length and base variablesTomas Winkler1-5/+2
2013-01-07mei: include local headers after the system onesTomas Winkler7-12/+13
2013-01-07mei: extract device dependent constants into hw-me.hTomas Winkler3-98/+169
2013-01-07mei: move internal host clients ids to mei_dev.h from hw.hTomas Winkler2-5/+6
2013-01-07mei: use unified format for printing mei message headerTomas Winkler5-15/+16
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler7-44/+36
2013-01-07mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov1-3/+3
2012-12-20watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler1-1/+1
2012-11-22misc: remove use of __devexitBill Pemberton1-1/+1
2012-11-22misc: remove use of __devinitBill Pemberton1-2/+2
2012-11-22mei: remove use of __devexit_pBill Pemberton1-2/+2
2012-11-22mei: Simplify the ME client enumeration codeSamuel Ortiz4-86/+95
2012-11-22mei: simplify write complete loop in irq handlerTomas Winkler1-25/+12
2012-11-22mei: don't mix read and write slotsTomas Winkler1-16/+19
2012-11-22mei: streamline amthif write complete functionTomas Winkler3-60/+48
2012-11-22mei: streamline write complete flow functionTomas Winkler1-70/+43
2012-11-22mei: use structured buffer for extra write bufferTomas Winkler3-27/+22
2012-11-22mei: compact code for mei bus message creationTomas Winkler4-148/+112
2012-11-16mei: use the same bus msg for connect and disconnect requestTomas Winkler3-27/+34
2012-11-16mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler6-61/+44
2012-11-16mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler3-10/+25
2012-11-16mei: move amthif specific release code to amithifTomas Winkler3-138/+154
2012-11-16mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler6-23/+31
2012-11-16mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler6-29/+24
2012-11-16mei: amthif: prefix cb list with amthifTomas Winkler5-20/+18
2012-11-01mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler2-23/+41
2012-11-01mei: use internal watchdog device registration trackingTomas Winkler3-7/+1
2012-11-01mei: mei_clear_list: kill file_tempTomas Winkler1-4/+2
2012-11-01mei: extract AMTHI functions into the amthif.c fileTomas Winkler7-556/+613
2012-11-01mei: normalize timeouts definitionsTomas Winkler7-24/+29
2012-11-01mei: mei_write: revamp function flowTomas Winkler1-44/+44
2012-10-25mei: use mei_io_cb_ warppers also for control flowsTomas Winkler4-109/+94
2012-10-25mei: rename mei_free_cb_private to mei_io_cb_freeTomas Winkler5-35/+35
2012-10-25mei: kill usless struct mei_io_listTomas Winkler5-156/+118
2012-10-25mei: mei_write: revamp error path handlingTomas Winkler1-48/+27
2012-10-25mei: add allocation and initialization wrappers for io callbackTomas Winkler1-24/+87