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