summaryrefslogtreecommitdiff
path: root/drivers/staging/mei
AgeCommit message (Expand)Author
2012-04-10staging/mei: wd.c normalize debug and error messagesTomas Winkler
2012-04-10staging/mei: refactor mei_wd_host_init functionTomas Winkler
2012-04-10staging/mei: cleanup driver naming stringsTomas Winkler
2012-04-10staging/mei: struct amt_wd_dev' should it be staticTomas Winkler
2012-04-10staging/mei: remove unused variableTomas Winkler
2012-04-10staging/mei: use dev_err instead of printkTomas Winkler
2012-04-10staging/mei: mei_wd_set_start_timeout should be staticTomas Winkler
2012-04-10staging/mei: define pr_fmt prefix for pr_ macrosTomas Winkler
2012-03-27watchdog: fix set_timeout operationsWim Van Sebroeck
2012-03-14staging: mei: remove driver internal versioningTomas Winkler
2012-03-14staging/mei: propagate error codes up in the write flowTomas Winkler
2012-03-13drivers:staging:mei Fix some typos in staging/meiJustin P. Mattock
2012-03-07staging/mei: don't use read buffer for writingTomas Winkler
2012-02-29staging: mei: kill struct hbm_cmd bit fieldsTomas Winkler
2012-02-29staging: mei: fix typo in error code returnDevin J. Pohly
2012-02-24staging/mei: mei-amt-version - make all function static and usedTomas Winkler
2012-02-24staging/mei: fix hbm_host_version_response structureTomas Winkler
2012-02-09staging/mei: TODO : how to handle example code after unstagingTomas Winkler
2012-02-09staging/mei: add mei user space exampleTomas Winkler
2012-02-09staging/mei: normalize prototypes of all read buffersTomas Winkler
2012-02-09staging/mei: update copyright year to 2012Tomas Winkler
2012-02-09staging: Fix typo in mei/interrupt.cMasanari Iida
2011-12-22staging/mei: add watchdog device registration wrappersTomas Winkler
2011-12-14staging/mei: code style - cleanup blanksTomas Winkler
2011-12-14staging/mei: remove outdated comment about setting iamthif_mtuTomas Winkler
2011-12-08staging: mei: updating mei driver documentationOren Weil
2011-12-08staging/mei: fix failure for multiple mei clients connectionNatalia Ovsyanikov
2011-12-08staging/mei: Don't check if loop cursor is nullTomas Winkler
2011-11-27staging/mei: don't check if list is empty before loopingTomas Winkler
2011-11-27staging/mei: remove status member of mei_io_listTomas Winkler
2011-11-27staging/mei: remove BUG_ON for testing of the response buffer size overflowTomas Winkler
2011-11-27staging/mei: fix check for allocating host client idTomas Winkler
2011-11-27staging: mei: expose misc interface instead of char deviceOren Weil
2011-11-27staging:mei: wd_ops and wd_info should be staticTomas Winkler
2011-10-17staging: mei: clean the TODO file from done tasks.Oren Weil
2011-09-27staging: mei: Organize the initialization state machine.Oren Weil
2011-09-16drivers/staging/mei/interface.c: take size of pointed value, not pointerJulia Lawall
2011-09-09staging: mei: adding watchdog core dependency to kconfigOren Weil
2011-09-09staging: mei: adding mei_wd_stop function commentOren Weil
2011-09-09staging: mei: removing wd module parametersOren Weil
2011-09-09staging: mei: client init code cleanupOren Weil
2011-09-09staging: mei: resuming timer regardless of the watchdog timeout value.Oren Weil
2011-09-09staging: mei: renaming delayed work field and function to a meaningful name.Oren Weil
2011-09-09staging: mei: adding set_timeout watchdog functionOren Weil
2011-09-09staging: mei: adding watchdog pingOren Weil
2011-09-09staging: mei: adding watchdog opsOren Weil
2011-09-09staging: mei: registering the MEI driver with the kernel watchdog core interfaceOren Weil
2011-09-09staging: mei: fix register access function commentsOren Weil
2011-09-09staging: mei: removing dependency between WD and AMTHI init function.Oren Weil
2011-09-06staging: mei: unlock dev->device_lock mutex on error path in mei_open()Alexey Khoroshilov