index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
Commit message (
Expand
)
Author
Age
Files
Lines
*
mei: bus: Implement driver registration
Samuel Ortiz
2013-03-29
1
-0
/
+26
*
mei: bus: Initial MEI Client bus type implementation
Samuel Ortiz
2013-03-29
3
-0
/
+199
*
mei: move mei-me to separate module
Tomas Winkler
2013-03-29
5
-7
/
+19
*
mei: prefix me hardware specific functions with mei_me_
Tomas Winkler
2013-03-29
2
-36
/
+36
*
mei: rename function mei_hw_init to mei_start
Tomas Winkler
2013-03-29
3
-4
/
+4
*
mei: ME structures should be initialized in mei_device_init
Tomas Winkler
2013-03-29
2
-8
/
+9
*
mei: unregister watchdog from mei_stop function
Tomas Winkler
2013-03-29
2
-2
/
+3
*
mei: drop RECOVERING_FROM_RESET device state
Tomas Winkler
2013-03-29
2
-5
/
+0
*
Merge branch 'char-misc-linus' into char-misc-next
Greg Kroah-Hartman
2013-03-26
4
-54
/
+46
|
\
|
*
mei: ME hardware reset needs to be synchronized
Tomas Winkler
2013-03-15
1
-9
/
+20
|
*
mei: add mei_stop function to stop mei device
Tomas Winkler
2013-03-15
3
-45
/
+26
*
|
mei: add mei_irq_compl_handler function
Tomas Winkler
2013-03-25
3
-26
/
+34
*
|
mei: add hw start callback
Tomas Winkler
2013-03-15
3
-15
/
+62
*
|
mei: revamp mei_data2slots
Tomas Winkler
2013-03-15
5
-34
/
+47
|
/
*
mei: fix undefined wd symbols when MEI_ME is not set
Tomas Winkler
2013-02-07
1
-1
/
+1
*
mei: move clients cleanup code from init.c to client.c
Tomas Winkler
2013-02-06
3
-22
/
+62
*
mei: rename to mei_host_buffer_is_empty to hbuf_is_ready
Tomas Winkler
2013-02-06
6
-23
/
+27
*
mei: move interrupt handlers to be me hw specific
Tomas Winkler
2013-02-06
5
-150
/
+164
*
mei: separate compilation of the ME hardware specifics
Tomas Winkler
2013-02-06
9
-74
/
+210
*
mei: initial extract of ME hw specifics from mei_device
Tomas Winkler
2013-02-06
5
-88
/
+114
*
mei: sperate interface and pci code into two files
Tomas Winkler
2013-02-06
4
-342
/
+409
*
Merge 3.8-rc4 into char-misc-next
Greg Kroah-Hartman
2013-01-18
1
-3
/
+3
|
\
|
*
mei: fix mismatch in mutex unlock-lock in mei_amthif_read()
Alexey Khoroshilov
2013-01-07
1
-3
/
+3
*
|
mei: Fix some more kernel-doc typos in hw-me.c
Sedat Dilek
2013-01-17
1
-2
/
+2
*
|
mei: drop the warning when cl is not initialized during unlinking
Tomas Winkler
2013-01-14
1
-2
/
+3
*
|
mei: move work initialization to mei_device_init
Tomas Winkler
2013-01-08
2
-2
/
+4
*
|
mei: make host csr and me csr internal to hw-me
Tomas Winkler
2013-01-08
4
-53
/
+37
*
|
mei: reenable mei_hcsr_set abstraction
Tomas Winkler
2013-01-08
2
-24
/
+15
*
|
mei: abstract host and device readieness
Tomas Winkler
2013-01-08
4
-18
/
+54
*
|
mei: use non cached hcsr for interrupt enablement
Tomas Winkler
2013-01-08
3
-9
/
+12
*
|
mei: don't use cached value for hcsr in mei_hw_reset
Tomas Winkler
2013-01-08
3
-28
/
+36
*
|
mei: remove mei_csr_clear_his prototype
Tomas Winkler
2013-01-08
1
-2
/
+1
*
|
mei: remove write only need_reset member of struct mei_device
Tomas Winkler
2013-01-08
2
-6
/
+1
*
|
mei: hw-me.c fix kernel doc
Tomas Winkler
2013-01-08
1
-9
/
+18
*
|
mei: move MEI_IAMTHIF_IDLE to amthif host init function
Tomas Winkler
2013-01-08
2
-1
/
+2
*
|
mei: normalize me host client linking routines
Tomas Winkler
2013-01-08
7
-75
/
+98
*
|
mei: rename remaining amthi strings to amthif
Tomas Winkler
2013-01-08
4
-36
/
+36
*
|
mei: mei_dev.h - remove prototypes of dropped functions
Tomas Winkler
2013-01-08
1
-4
/
+0
*
|
mei: move me client storage allocation to hbm.c
Tomas Winkler
2013-01-08
3
-41
/
+38
*
|
mei: drop read_pending member form struct mei_cl
Tomas Winkler
2013-01-08
3
-5
/
+2
*
|
mei: rename interface to hw-me
Tomas Winkler
2013-01-08
13
-210
/
+208
*
|
mei: move watchdog prototypes to mei_dev.h from interface.h
Tomas Winkler
2013-01-08
2
-20
/
+17
*
|
mei: implement mei_cl_connect function
Tomas Winkler
2013-01-08
3
-159
/
+163
*
|
mei: fix client functions names
Tomas Winkler
2013-01-08
9
-198
/
+267
*
|
mei: move client functions to client.c
Tomas Winkler
2013-01-08
4
-366
/
+361
*
|
mei: add new hbm.h header to export hbm protocol
Tomas Winkler
2013-01-08
9
-15
/
+47
*
|
mei: move hbm responses from interrupt.c to hbm.c
Tomas Winkler
2013-01-07
3
-220
/
+186
*
|
mei: add common prefix to hbm function
Tomas Winkler
2013-01-07
8
-50
/
+53
*
|
mei: use structured buffer for the write buffer
Tomas Winkler
2013-01-07
5
-105
/
+108
*
|
mei: simplify preparing client host bus messages
Tomas Winkler
2013-01-07
2
-56
/
+70
[next]