index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
wd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mei: wd: drop AGAIN the watchdog code from the core mei driver
Tomas Winkler
2016-02-09
1
-391
/
+0
*
mei: fill file pointer in read cb for fixed address client
Alexander Usyskin
2016-02-07
1
-0
/
+391
*
mei: wd: drop the watchdog code from the core mei driver
Alexander Usyskin
2016-02-06
1
-391
/
+0
*
Watchdog: Fix parent of watchdog_devices
Pratyush Anand
2015-09-09
1
-0
/
+1
*
mei: add a reference from the host client to the me client
Alexander Usyskin
2015-05-24
1
-18
/
+4
*
mei: use mei_cl_is_connected consistently
Tomas Winkler
2015-04-03
1
-7
/
+11
*
mei: fix function names and format in KDoc
Alexander Usyskin
2015-03-01
1
-9
/
+9
*
mei: add reference counting for me clients
Tomas Winkler
2015-01-25
1
-0
/
+1
*
mei: use local cl variables in wd and amthif
Tomas Winkler
2014-11-03
1
-3
/
+6
*
mei: fix KDoc documentation formatting
Alexander Usyskin
2014-09-29
1
-8
/
+7
*
mei: remove include to pci header from mei module files
Tomas Winkler
2014-09-29
1
-1
/
+0
*
mei: get rid of most of the pci dependencies in mei
Tomas Winkler
2014-09-29
1
-19
/
+15
*
mei: add mei_me_cl_by_uuid_id function
Tomas Winkler
2014-09-23
1
-0
/
+1
*
mei: me_client lookup function to return me_client object
Tomas Winkler
2014-09-23
1
-4
/
+4
*
mei: set connecting state just upon connection request is sent to the fw
Alexander Usyskin
2014-05-03
1
-2
/
+0
*
mei: make me hw headers private to me hw.
Tomas Winkler
2014-03-17
1
-1
/
+0
*
mei: wd: fix stop completion failure
Tomas Winkler
2014-02-28
1
-15
/
+17
*
mei: wd: simplify wd_send command
Tomas Winkler
2014-02-28
1
-25
/
+27
*
mei: make return values consistent across the driver
Alexander Usyskin
2014-02-28
1
-3
/
+3
*
mei: add mei_hbuf_acquire wrapper
Tomas Winkler
2014-02-28
1
-7
/
+7
*
mei: wd and amthif use mei_cl_ api for dis/connection
Tomas Winkler
2014-02-18
1
-12
/
+25
*
mei: enable marking internal commands
Tomas Winkler
2013-12-18
1
-0
/
+1
*
mei: wd: host_init propagate error codes from called functions
Tomas Winkler
2013-10-29
1
-6
/
+6
*
mei: deprecate the mei_wd_state_independence_msg
Tomas Winkler
2013-05-30
1
-6
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-04-30
1
-0
/
+1
|
\
|
*
mei: Fix comments in drivers/misc/mei
Masanari Iida
2013-04-05
1
-0
/
+1
*
|
mei: wd: fix line over 80 characters
Tomas Winkler
2013-04-15
1
-1
/
+2
|
/
*
mei: rename to mei_host_buffer_is_empty to hbuf_is_ready
Tomas Winkler
2013-02-06
1
-5
/
+4
*
mei: normalize me host client linking routines
Tomas Winkler
2013-01-08
1
-12
/
+23
*
mei: rename interface to hw-me
Tomas Winkler
2013-01-08
1
-1
/
+1
*
mei: fix client functions names
Tomas Winkler
2013-01-08
1
-6
/
+7
*
mei: add new hbm.h header to export hbm protocol
Tomas Winkler
2013-01-08
1
-0
/
+1
*
mei: add common prefix to hbm function
Tomas Winkler
2013-01-07
1
-1
/
+1
*
mei: use structured buffer for the write buffer
Tomas Winkler
2013-01-07
1
-9
/
+8
*
mei: include local headers after the system ones
Tomas Winkler
2013-01-07
1
-2
/
+2
*
mei: drop redundant length parameter from mei_write_message function
Tomas Winkler
2013-01-07
1
-9
/
+9
*
watchdog: mei: avoid oops in watchdog unregister code path
Tomas Winkler
2012-12-19
1
-1
/
+1
*
mei: use link and unlink terms for connecting ME and HOST client
Tomas Winkler
2012-11-15
1
-4
/
+4
*
mei: use internal watchdog device registration tracking
Tomas Winkler
2012-11-01
1
-4
/
+1
*
mei: normalize timeouts definitions
Tomas Winkler
2012-11-01
1
-1
/
+1
*
mei: wd: use watchdog_set/get_drvdata for passing mei_device
Tomas Winkler
2012-08-16
1
-13
/
+16
*
mei: wd: decouple and revamp watchdog state machine
Tomas Winkler
2012-08-16
1
-13
/
+13
*
mei: wd: rename watchdog constants to be more descriptive
Tomas Winkler
2012-08-16
1
-12
/
+12
*
mei: wd: add option WDIOF_SETTIMEOUT
Tomas Winkler
2012-08-16
1
-1
/
+3
*
mei: name space for mei device state
Tomas Winkler
2012-08-16
1
-3
/
+3
*
mei: revamp me client search function
Tomas Winkler
2012-08-16
1
-1
/
+1
*
Merge 3.5-rc7 into char-misc-next.
Greg Kroah-Hartman
2012-07-18
1
-1
/
+1
|
\
|
*
misc: mei: set WDIOF_ALARMONLY on mei watchdog
Tomas Winkler
2012-06-13
1
-1
/
+1
*
|
mei: mei_wd_host_init: update the comment
Tomas Winkler
2012-07-10
1
-1
/
+2
*
|
mei: remove write only wariable wd_due_counter
Tomas Winkler
2012-07-10
1
-3
/
+0
|
/
[next]