index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
hbm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mei: fix memory leak of mei_clients array
Tomas Winkler
2014-05-27
1
-17
/
+29
*
mei: me: add runtime pm framework
Tomas Winkler
2014-05-04
1
-0
/
+8
*
mei: me: add pg exit and entry flow commands
Tomas Winkler
2014-05-04
1
-0
/
+2
*
mei: implement power gating isolation hbm layer
Tomas Winkler
2014-05-04
1
-0
/
+41
*
mei: use cl_dbg where appropriate
Tomas Winkler
2014-03-17
1
-2
/
+1
*
mei: make me hw headers private to me hw.
Tomas Winkler
2014-03-17
1
-1
/
+0
*
mei: make return values consistent across the driver
Alexander Usyskin
2014-03-01
1
-1
/
+1
*
mei: don't of list_for_each_entry_safe when not deleting
Tomas Winkler
2014-02-18
1
-5
/
+4
*
mei: use helper function to find me client by id
Alexander Usyskin
2014-02-18
1
-17
/
+25
*
mei: wd and amthif use mei_cl_ api for dis/connection
Tomas Winkler
2014-02-18
1
-58
/
+31
*
mei: hbm: revamp client connect and disconnection status
Alexander Usyskin
2014-02-18
1
-24
/
+43
*
mei: get rid of ext_msg
Tomas Winkler
2014-02-14
1
-19
/
+45
*
mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT
Tomas Winkler
2014-02-14
1
-1
/
+1
*
mei: allow multiple retries if the hw reset has failed
Tomas Winkler
2014-02-08
1
-1
/
+1
*
mei: revamp mei reset state machine
Tomas Winkler
2014-01-13
1
-1
/
+1
*
mei: fix syntax in comments and debug output
Alexander Usyskin
2014-01-09
1
-9
/
+9
*
mei: use hbm idle state to prevent spurious resets
Tomas Winkler
2014-01-09
1
-0
/
+19
*
mei: do not run reset flow from the interrupt thread
Tomas Winkler
2014-01-09
1
-76
/
+124
*
Merge 3.12-rc3 into char-misc-next
Greg Kroah-Hartman
2013-09-30
1
-4
/
+6
|
\
|
*
mei: make me client counters less error prone
Tomas Winkler
2013-09-26
1
-4
/
+6
*
|
mei: propagate error from write routines instead of ENODEV
Tomas Winkler
2013-09-26
1
-1
/
+1
*
|
mei: fix format compilation warrning on 32 bit architecture
Tomas Winkler
2013-09-26
1
-1
/
+1
*
|
mei: make sure that me_clients_map big enough before copying
Tomas Winkler
2013-09-26
1
-1
/
+4
|
/
*
mei: hbm: fix typo in error message
Tomas Winkler
2013-07-24
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-07-04
1
-1
/
+1
|
\
|
*
treewide: Fix typo in printk
Masanari Iida
2013-05-28
1
-1
/
+1
*
|
mei: support HBM versioning
Tomas Winkler
2013-06-18
1
-5
/
+32
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-04-30
1
-4
/
+5
|
\
|
*
mei: Fix comments in drivers/misc/mei
Masanari Iida
2013-04-05
1
-4
/
+5
*
|
mei: reseting -> resetting
Bill Nottingham
2013-04-19
1
-4
/
+4
*
|
mei: revamp hbm state machine
Tomas Winkler
2013-04-19
1
-13
/
+40
*
|
mei: notify about the reset in error level
Tomas Winkler
2013-04-09
1
-12
/
+9
|
/
*
mei: move me client storage allocation to hbm.c
Tomas Winkler
2013-01-09
1
-1
/
+38
*
mei: rename interface to hw-me
Tomas Winkler
2013-01-09
1
-1
/
+1
*
mei: add new hbm.h header to export hbm protocol
Tomas Winkler
2013-01-09
1
-0
/
+1
*
mei: move hbm responses from interrupt.c to hbm.c
Tomas Winkler
2013-01-07
1
-3
/
+186
*
mei: add common prefix to hbm function
Tomas Winkler
2013-01-07
1
-24
/
+32
*
mei: use structured buffer for the write buffer
Tomas Winkler
2013-01-07
1
-66
/
+68
*
mei: simplify preparing client host bus messages
Tomas Winkler
2013-01-07
1
-56
/
+54
*
mei: move host bus message handling to hbm.c
Tomas Winkler
2013-01-07
1
-0
/
+440