summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/wd.c
AgeCommit message (Expand)Author
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin
2015-04-03mei: use mei_cl_is_connected consistentlyTomas Winkler
2015-03-01mei: fix function names and format in KDocAlexander Usyskin
2015-01-25mei: add reference counting for me clientsTomas Winkler
2014-11-03mei: use local cl variables in wd and amthifTomas Winkler
2014-09-29mei: fix KDoc documentation formattingAlexander Usyskin
2014-09-29mei: remove include to pci header from mei module filesTomas Winkler
2014-09-29mei: get rid of most of the pci dependencies in meiTomas Winkler
2014-09-23mei: add mei_me_cl_by_uuid_id functionTomas Winkler
2014-09-23mei: me_client lookup function to return me_client objectTomas Winkler
2014-05-03mei: set connecting state just upon connection request is sent to the fwAlexander Usyskin
2014-03-17mei: make me hw headers private to me hw.Tomas Winkler
2014-02-28mei: wd: fix stop completion failureTomas Winkler
2014-02-28mei: wd: simplify wd_send commandTomas Winkler
2014-02-28mei: make return values consistent across the driverAlexander Usyskin
2014-02-28mei: add mei_hbuf_acquire wrapperTomas Winkler
2014-02-18mei: wd and amthif use mei_cl_ api for dis/connectionTomas Winkler
2013-12-18mei: enable marking internal commandsTomas Winkler
2013-10-29mei: wd: host_init propagate error codes from called functionsTomas Winkler
2013-05-30mei: deprecate the mei_wd_state_independence_msgTomas Winkler
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-15mei: wd: fix line over 80 charactersTomas Winkler
2013-04-05mei: Fix comments in drivers/misc/meiMasanari Iida
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler
2013-01-08mei: normalize me host client linking routinesTomas Winkler
2013-01-08mei: rename interface to hw-meTomas Winkler
2013-01-08mei: fix client functions namesTomas Winkler
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler
2013-01-07mei: add common prefix to hbm functionTomas Winkler
2013-01-07mei: use structured buffer for the write bufferTomas Winkler
2013-01-07mei: include local headers after the system onesTomas Winkler
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler
2012-12-19watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler
2012-11-15mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler
2012-11-01mei: use internal watchdog device registration trackingTomas Winkler
2012-11-01mei: normalize timeouts definitionsTomas Winkler
2012-08-16mei: wd: use watchdog_set/get_drvdata for passing mei_deviceTomas Winkler
2012-08-16mei: wd: decouple and revamp watchdog state machineTomas Winkler
2012-08-16mei: wd: rename watchdog constants to be more descriptiveTomas Winkler
2012-08-16mei: wd: add option WDIOF_SETTIMEOUTTomas Winkler
2012-08-16mei: name space for mei device stateTomas Winkler
2012-08-16mei: revamp me client search functionTomas Winkler
2012-07-18Merge 3.5-rc7 into char-misc-next.Greg Kroah-Hartman
2012-07-10mei: mei_wd_host_init: update the commentTomas Winkler
2012-07-10mei: remove write only wariable wd_due_counterTomas Winkler
2012-06-13misc: mei: set WDIOF_ALARMONLY on mei watchdogTomas Winkler
2012-05-09mei: export mei.h for the user spaceTomas Winkler
2012-05-01Staging: mei: move the mei code out of stagingGreg Kroah-Hartman