summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mei
AgeCommit message (Expand)AuthorLines
2012-05-01Staging: mei: move the mei code out of stagingGreg Kroah-Hartman-6642/+0
2012-04-10staging/mei: wd.c normalize debug and error messagesTomas Winkler-13/+18
2012-04-10staging/mei: refactor mei_wd_host_init functionTomas Winkler-21/+17
2012-04-10staging/mei: cleanup driver naming stringsTomas Winkler-10/+2
2012-04-10staging/mei: struct amt_wd_dev' should it be staticTomas Winkler-1/+1
2012-04-10staging/mei: remove unused variableTomas Winkler-1/+0
2012-04-10staging/mei: use dev_err instead of printkTomas Winkler-1/+1
2012-04-10staging/mei: mei_wd_set_start_timeout should be staticTomas Winkler-4/+2
2012-04-10staging/mei: define pr_fmt prefix for pr_ macrosTomas Winkler-3/+5
2012-03-27watchdog: fix set_timeout operationsWim Van Sebroeck-0/+1
2012-03-14staging: mei: remove driver internal versioningTomas Winkler-37/+1
2012-03-14staging/mei: propagate error codes up in the write flowTomas Winkler-80/+61
2012-03-13drivers:staging:mei Fix some typos in staging/meiJustin P. Mattock-15/+15
2012-03-07staging/mei: don't use read buffer for writingTomas Winkler-0/+1
2012-02-29staging: mei: kill struct hbm_cmd bit fieldsTomas Winkler-33/+31
2012-02-29staging: mei: fix typo in error code returnDevin J. Pohly-1/+1
2012-02-24staging/mei: mei-amt-version - make all function static and usedTomas Winkler-5/+7
2012-02-24staging/mei: fix hbm_host_version_response structureTomas Winkler-1/+1
2012-02-09staging/mei: TODO : how to handle example code after unstagingTomas Winkler-0/+3
2012-02-09staging/mei: add mei user space exampleTomas Winkler-0/+479
2012-02-09staging/mei: normalize prototypes of all read buffersTomas Winkler-30/+18
2012-02-09staging/mei: update copyright year to 2012Tomas Winkler-70/+75
2012-02-08staging: Fix typo in mei/interrupt.cMasanari Iida-1/+1
2011-12-22staging/mei: add watchdog device registration wrappersTomas Winkler-24/+41
2011-12-13staging/mei: code style - cleanup blanksTomas Winkler-34/+23
2011-12-13staging/mei: remove outdated comment about setting iamthif_mtuTomas Winkler-7/+2
2011-12-08staging: mei: updating mei driver documentationOren Weil-100/+126
2011-12-08staging/mei: fix failure for multiple mei clients connectionNatalia Ovsyanikov-1/+1
2011-12-08staging/mei: Don't check if loop cursor is nullTomas Winkler-8/+5
2011-11-28staging/mei: don't check if list is empty before loopingTomas Winkler-183/+152
2011-11-28staging/mei: remove status member of mei_io_listTomas Winkler-61/+41
2011-11-28staging/mei: remove BUG_ON for testing of the response buffer size overflowTomas Winkler-3/+0
2011-11-26staging/mei: fix check for allocating host client idTomas Winkler-4/+7
2011-11-26staging: mei: expose misc interface instead of char deviceOren Weil-330/+207
2011-11-26staging:mei: wd_ops and wd_info should be staticTomas Winkler-2/+2
2011-10-17staging: mei: clean the TODO file from done tasks.Oren Weil-10/+0
2011-09-26staging: mei: Organize the initialization state machine.Oren Weil-24/+42
2011-09-16drivers/staging/mei/interface.c: take size of pointed value, not pointerJulia Lawall-2/+2
2011-09-09staging: mei: adding watchdog core dependency to kconfigOren Weil-1/+1
2011-09-09staging: mei: adding mei_wd_stop function commentOren Weil-0/+10
2011-09-09staging: mei: removing wd module parametersOren Weil-10/+0
2011-09-09staging: mei: client init code cleanupOren Weil-22/+15
2011-09-09staging: mei: resuming timer regardless of the watchdog timeout value.Oren Weil-5/+3
2011-09-09staging: mei: renaming delayed work field and function to a meaningful name.Oren Weil-9/+9
2011-09-09staging: mei: adding set_timeout watchdog functionOren Weil-7/+36
2011-09-09staging: mei: adding watchdog pingOren Weil-27/+54
2011-09-09staging: mei: adding watchdog opsOren Weil-16/+86
2011-09-09staging: mei: registering the MEI driver with the kernel watchdog core interfaceOren Weil-3/+47
2011-09-09staging: mei: fix register access function commentsOren Weil-2/+2
2011-09-09staging: mei: removing dependency between WD and AMTHI init function.Oren Weil-6/+20