aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-30mei: fix read after read scenarioTomas Winkler1-11/+13
2013-05-30mei: deprecate the mei_wd_state_independence_msgTomas Winkler1-25/+0
2013-05-21mei: fix out of array access to me clients arrayTomas Winkler1-9/+8
2013-04-19mei: fix reading large reposnesTomas Winkler1-4/+3
2013-04-19mei: revamp hbm state machineTomas Winkler1-1/+1
2013-04-08mei: add mei_cl_write functionTomas Winkler1-67/+16
2013-04-05mei: add debugfs hooksTomas Winkler1-4/+14
2013-03-29mei: bus: Call bus routines from the core codeSamuel Ortiz1-0/+13
2013-03-29mei: move mei-me to separate moduleTomas Winkler1-0/+4
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler1-2/+2
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler1-2/+3
2013-02-06mei: sperate interface and pci code into two filesTomas Winkler1-342/+12
2013-01-08mei: move work initialization to mei_device_initTomas Winkler1-2/+0
2013-01-08mei: use non cached hcsr for interrupt enablementTomas Winkler1-2/+0
2013-01-08mei: normalize me host client linking routinesTomas Winkler1-18/+9
2013-01-08mei: rename remaining amthi strings to amthifTomas Winkler1-3/+3
2013-01-08mei: drop read_pending member form struct mei_clTomas Winkler1-3/+1
2013-01-08mei: rename interface to hw-meTomas Winkler1-1/+1
2013-01-08mei: implement mei_cl_connect functionTomas Winkler1-0/+98
2013-01-08mei: fix client functions namesTomas Winkler1-34/+13
2013-01-07mei: include local headers after the system onesTomas Winkler1-1/+2
2013-01-07mei: use unified format for printing mei message headerTomas Winkler1-2/+3
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler1-2/+1
2012-11-21misc: remove use of __devexitBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton1-2/+2
2012-11-21mei: remove use of __devexit_pBill Pemberton1-2/+2
2012-11-21mei: Simplify the ME client enumeration codeSamuel Ortiz1-0/+2
2012-11-15mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler1-3/+3
2012-11-15mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler1-9/+1
2012-11-15mei: move amthif specific release code to amithifTomas Winkler1-138/+38
2012-11-15mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler1-1/+1
2012-11-15mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler1-6/+2
2012-11-15mei: amthif: prefix cb list with amthifTomas Winkler1-3/+2
2012-11-01mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler1-20/+5
2012-11-01mei: mei_clear_list: kill file_tempTomas Winkler1-4/+2
2012-11-01mei: extract AMTHI functions into the amthif.c fileTomas Winkler1-5/+5
2012-11-01mei: normalize timeouts definitionsTomas Winkler1-1/+1
2012-11-01mei: mei_write: revamp function flowTomas Winkler1-44/+44
2012-10-24mei: use mei_io_cb_ warppers also for control flowsTomas Winkler1-78/+0
2012-10-24mei: rename mei_free_cb_private to mei_io_cb_freeTomas Winkler1-7/+7
2012-10-24mei: kill usless struct mei_io_listTomas Winkler1-24/+19
2012-10-24mei: mei_write: revamp error path handlingTomas Winkler1-48/+27
2012-10-24mei: add allocation and initialization wrappers for io callbackTomas Winkler1-24/+87
2012-10-24mei: rename mei_cl_cb.information to mei_cl_cb.buf_idxTomas Winkler1-18/+15
2012-09-10mei: add error messages for open count errorsTomas Winkler1-2/+8
2012-09-05mei: add lynx point pci device idsTomas Winkler1-0/+2
2012-09-05mei: rename struct pci_dev *mei_device to mei_pdevTomas Winkler1-9/+8
2012-08-16mei: wd: decouple and revamp watchdog state machineTomas Winkler1-2/+7
2012-08-16mei: name space for mei device stateTomas Winkler1-12/+12
2012-08-16mei: use KBUILD_MODNAME when allocating resources from the OSTomas Winkler1-8/+6