summaryrefslogtreecommitdiff
path: root/drivers/staging/mei/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Staging: mei: move the mei code out of stagingGreg Kroah-Hartman1-1230/+0
2012-04-10staging/mei: cleanup driver naming stringsTomas Winkler1-10/+2
2012-04-10staging/mei: remove unused variableTomas Winkler1-1/+0
2012-04-10staging/mei: define pr_fmt prefix for pr_ macrosTomas Winkler1-3/+5
2012-03-14staging: mei: remove driver internal versioningTomas Winkler1-5/+1
2012-03-14staging/mei: propagate error codes up in the write flowTomas Winkler1-1/+1
2012-03-13drivers:staging:mei Fix some typos in staging/meiJustin P. Mattock1-2/+2
2012-02-09staging/mei: update copyright year to 2012Tomas Winkler1-1/+1
2011-12-22staging/mei: add watchdog device registration wrappersTomas Winkler1-2/+1
2011-12-13staging/mei: code style - cleanup blanksTomas Winkler1-10/+6
2011-11-28staging/mei: don't check if list is empty before loopingTomas Winkler1-12/+9
2011-11-28staging/mei: remove status member of mei_io_listTomas Winkler1-2/+1
2011-11-26staging/mei: fix check for allocating host client idTomas Winkler1-4/+7
2011-11-26staging: mei: expose misc interface instead of char deviceOren Weil1-323/+207
2011-09-09staging: mei: resuming timer regardless of the watchdog timeout value.Oren Weil1-5/+3
2011-09-09staging: mei: renaming delayed work field and function to a meaningful name.Oren Weil1-3/+3
2011-09-09staging: mei: adding set_timeout watchdog functionOren Weil1-1/+0
2011-09-09staging: mei: adding watchdog opsOren Weil1-1/+1
2011-09-09staging: mei: registering the MEI driver with the kernel watchdog core interfaceOren Weil1-0/+4
2011-09-06staging: mei: unlock dev->device_lock mutex on error path in mei_open()Alexey Khoroshilov1-1/+1
2011-08-23staging: mei: enable msi when supportedTomas Winkler1-5/+25
2011-07-08staging: mei: reordering the exit module cleanupOren Weil1-1/+1
2011-06-28Remove unneeded version.h include from drivers/staging/mei/main.cJesper Juhl1-3/+0
2011-06-28staging: mei: io_list functions revampTomas Winkler1-8/+4
2011-06-28staging: mei: rename num_mei_me_clients to me_clients_numTomas Winkler1-5/+5
2011-06-28staging: mei: mei_dev - use type bool instead of intTomas Winkler1-2/+2
2011-06-28staging: mei: fix mei driver namespaceTomas Winkler1-4/+4
2011-05-19staging: fix mei build when PM is not enabledRandy Dunlap1-1/+1
2011-05-18staging/mei: PCI device and char driver support.Oren Weil1-0/+1349