index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-13
mei: init: Flush scheduled work before resetting the device
Samuel Ortiz
1
-2
/
+2
2013-04-19
mei: reseting -> resetting
Bill Nottingham
1
-2
/
+2
2013-04-19
mei: revamp hbm state machine
Tomas Winkler
1
-19
/
+3
2013-04-10
mei: nfc: Initial nfc implementation
Samuel Ortiz
1
-0
/
+2
2013-03-29
mei: bus: Add bus related structures to mei_cl
Samuel Ortiz
1
-0
/
+1
2013-03-29
mei: move mei-me to separate module
Tomas Winkler
1
-2
/
+5
2013-03-29
mei: rename function mei_hw_init to mei_start
Tomas Winkler
1
-2
/
+2
2013-03-29
mei: ME structures should be initialized in mei_device_init
Tomas Winkler
1
-0
/
+9
2013-03-29
mei: unregister watchdog from mei_stop function
Tomas Winkler
1
-0
/
+3
2013-03-29
mei: drop RECOVERING_FROM_RESET device state
Tomas Winkler
1
-4
/
+0
2013-03-26
Merge branch 'char-misc-linus' into char-misc-next
Greg Kroah-Hartman
1
-0
/
+18
2013-03-15
mei: add mei_stop function to stop mei device
Tomas Winkler
1
-0
/
+18
2013-03-15
mei: add hw start callback
Tomas Winkler
1
-0
/
+16
2013-02-06
mei: move clients cleanup code from init.c to client.c
Tomas Winkler
1
-22
/
+6
2013-02-06
mei: separate compilation of the ME hardware specifics
Tomas Winkler
1
-1
/
+1
2013-02-06
mei: initial extract of ME hw specifics from mei_device
Tomas Winkler
1
-27
/
+1
2013-01-08
mei: move work initialization to mei_device_init
Tomas Winkler
1
-0
/
+4
2013-01-08
mei: make host csr and me csr internal to hw-me
Tomas Winkler
1
-44
/
+19
2013-01-08
mei: abstract host and device readieness
Tomas Winkler
1
-8
/
+6
2013-01-08
mei: don't use cached value for hcsr in mei_hw_reset
Tomas Winkler
1
-28
/
+0
2013-01-08
mei: remove write only need_reset member of struct mei_device
Tomas Winkler
1
-5
/
+1
2013-01-08
mei: move MEI_IAMTHIF_IDLE to amthif host init function
Tomas Winkler
1
-1
/
+0
2013-01-08
mei: normalize me host client linking routines
Tomas Winkler
1
-0
/
+4
2013-01-08
mei: move me client storage allocation to hbm.c
Tomas Winkler
1
-39
/
+0
2013-01-08
mei: rename interface to hw-me
Tomas Winkler
1
-1
/
+0
2013-01-08
mei: fix client functions names
Tomas Winkler
1
-3
/
+3
2013-01-08
mei: move client functions to client.c
Tomas Winkler
1
-252
/
+0
2013-01-08
mei: add new hbm.h header to export hbm protocol
Tomas Winkler
1
-0
/
+1
2013-01-07
mei: add common prefix to hbm function
Tomas Winkler
1
-2
/
+2
2013-01-07
mei: move host bus message handling to hbm.c
Tomas Winkler
1
-111
/
+0
2013-01-07
mei: move hw dependent functions to interface.c
Tomas Winkler
1
-2
/
+1
2013-01-07
mei: include local headers after the system ones
Tomas Winkler
1
-2
/
+2
2013-01-07
mei: drop redundant length parameter from mei_write_message function
Tomas Winkler
1
-4
/
+3
2012-11-21
mei: Simplify the ME client enumeration code
Samuel Ortiz
1
-33
/
+66
2012-11-21
mei: use structured buffer for extra write buffer
Tomas Winkler
1
-1
/
+1
2012-11-21
mei: compact code for mei bus message creation
Tomas Winkler
1
-44
/
+34
2012-11-15
mei: use link and unlink terms for connecting ME and HOST client
Tomas Winkler
1
-35
/
+32
2012-11-15
mei: rename enum mei_cb_major_types to enum mei_cb_file_ops
Tomas Winkler
1
-1
/
+1
2012-11-15
mei: use type struct mei_cl *cl instead of void in struct mei_cb
Tomas Winkler
1
-4
/
+2
2012-11-15
mei: amthif: prefix cb list with amthif
Tomas Winkler
1
-4
/
+4
2012-11-01
mei: use internal watchdog device registration tracking
Tomas Winkler
1
-2
/
+0
2012-11-01
mei: extract AMTHI functions into the amthif.c file
Tomas Winkler
1
-72
/
+1
2012-11-01
mei: normalize timeouts definitions
Tomas Winkler
1
-9
/
+9
2012-10-24
mei: use mei_io_cb_ warppers also for control flows
Tomas Winkler
1
-3
/
+1
2012-10-24
mei: rename mei_free_cb_private to mei_io_cb_free
Tomas Winkler
1
-2
/
+2
2012-10-24
mei: kill usless struct mei_io_list
Tomas Winkler
1
-22
/
+9
2012-08-16
mei: wd: decouple and revamp watchdog state machine
Tomas Winkler
1
-1
/
+0
2012-08-16
mei: name space for mei device state
Tomas Winkler
1
-17
/
+37
2012-08-16
mei: revamp me client search function
Tomas Winkler
1
-19
/
+19
2012-07-10
mei: remove write only wariable wd_due_counter
Tomas Winkler
1
-1
/
+0
[next]