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