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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-05
mei: bus: stop wait for read during cl state transition
Tomas Winkler
1
-7
/
+4
2013-05-21
mei: fix out of array access to me clients array
Tomas Winkler
1
-9
/
+8
2013-04-19
mei: fix reading large reposnes
Tomas Winkler
1
-4
/
+3
2013-04-19
mei: revamp hbm state machine
Tomas Winkler
1
-1
/
+1
2013-04-08
mei: add mei_cl_write function
Tomas Winkler
1
-67
/
+16
2013-04-05
mei: add debugfs hooks
Tomas Winkler
1
-4
/
+14
2013-03-29
mei: bus: Call bus routines from the core code
Samuel Ortiz
1
-0
/
+13
2013-03-29
mei: move mei-me to separate module
Tomas Winkler
1
-0
/
+4
2013-02-06
mei: rename to mei_host_buffer_is_empty to hbuf_is_ready
Tomas Winkler
1
-2
/
+2
2013-02-06
mei: separate compilation of the ME hardware specifics
Tomas Winkler
1
-2
/
+3
2013-02-06
mei: sperate interface and pci code into two files
Tomas Winkler
1
-342
/
+12
2013-01-08
mei: move work initialization to mei_device_init
Tomas Winkler
1
-2
/
+0
2013-01-08
mei: use non cached hcsr for interrupt enablement
Tomas Winkler
1
-2
/
+0
2013-01-08
mei: normalize me host client linking routines
Tomas Winkler
1
-18
/
+9
2013-01-08
mei: rename remaining amthi strings to amthif
Tomas Winkler
1
-3
/
+3
2013-01-08
mei: drop read_pending member form struct mei_cl
Tomas Winkler
1
-3
/
+1
2013-01-08
mei: rename interface to hw-me
Tomas Winkler
1
-1
/
+1
2013-01-08
mei: implement mei_cl_connect function
Tomas Winkler
1
-0
/
+98
2013-01-08
mei: fix client functions names
Tomas Winkler
1
-34
/
+13
2013-01-07
mei: include local headers after the system ones
Tomas Winkler
1
-1
/
+2
2013-01-07
mei: use unified format for printing mei message header
Tomas Winkler
1
-2
/
+3
2013-01-07
mei: drop redundant length parameter from mei_write_message function
Tomas Winkler
1
-2
/
+1
2012-11-21
misc: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-21
misc: remove use of __devinit
Bill Pemberton
1
-2
/
+2
2012-11-21
mei: remove use of __devexit_p
Bill Pemberton
1
-2
/
+2
2012-11-21
mei: Simplify the ME client enumeration code
Samuel Ortiz
1
-0
/
+2
2012-11-15
mei: use link and unlink terms for connecting ME and HOST client
Tomas Winkler
1
-3
/
+3
2012-11-15
mei: extract amthif specific code from mei_poll to mei_amthif_poll
Tomas Winkler
1
-9
/
+1
2012-11-15
mei: move amthif specific release code to amithif
Tomas Winkler
1
-138
/
+38
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
-6
/
+2
2012-11-15
mei: amthif: prefix cb list with amthif
Tomas Winkler
1
-3
/
+2
2012-11-01
mei: move amthif specific code from mei_write to mei_amthif_write
Tomas Winkler
1
-20
/
+5
2012-11-01
mei: mei_clear_list: kill file_temp
Tomas Winkler
1
-4
/
+2
2012-11-01
mei: extract AMTHI functions into the amthif.c file
Tomas Winkler
1
-5
/
+5
2012-11-01
mei: normalize timeouts definitions
Tomas Winkler
1
-1
/
+1
2012-11-01
mei: mei_write: revamp function flow
Tomas Winkler
1
-44
/
+44
2012-10-24
mei: use mei_io_cb_ warppers also for control flows
Tomas Winkler
1
-78
/
+0
2012-10-24
mei: rename mei_free_cb_private to mei_io_cb_free
Tomas Winkler
1
-7
/
+7
2012-10-24
mei: kill usless struct mei_io_list
Tomas Winkler
1
-24
/
+19
2012-10-24
mei: mei_write: revamp error path handling
Tomas Winkler
1
-48
/
+27
2012-10-24
mei: add allocation and initialization wrappers for io callback
Tomas Winkler
1
-24
/
+87
2012-10-24
mei: rename mei_cl_cb.information to mei_cl_cb.buf_idx
Tomas Winkler
1
-18
/
+15
2012-09-10
mei: add error messages for open count errors
Tomas Winkler
1
-2
/
+8
2012-09-05
mei: add lynx point pci device ids
Tomas Winkler
1
-0
/
+2
2012-09-05
mei: rename struct pci_dev *mei_device to mei_pdev
Tomas Winkler
1
-9
/
+8
2012-08-16
mei: wd: decouple and revamp watchdog state machine
Tomas Winkler
1
-2
/
+7
2012-08-16
mei: name space for mei device state
Tomas Winkler
1
-12
/
+12
2012-08-16
mei: use KBUILD_MODNAME when allocating resources from the OS
Tomas Winkler
1
-8
/
+6
2012-08-16
mei: add mei_quirk_probe function
Tomas Winkler
1
-0
/
+27
[next]