index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
mei: stop the stall timer worker if not needed
Alexander Usyskin
1
-0
/
+2
2016-08-30
mei: amthif: drop mei_amthif_read
Alexander Usyskin
1
-1
/
+1
2016-08-30
mei: add wrapper for queuing control commands.
Tomas Winkler
1
-28
/
+50
2016-08-30
mei: use consistent naming for TX control flow credits
Tomas Winkler
1
-20
/
+19
2016-08-30
mei: rx flow control counter
Alexander Usyskin
1
-27
/
+13
2016-08-30
mei: prepare read cb for fixed address clients on the receive path only.
Alexander Usyskin
1
-5
/
+3
2016-08-30
mei: add read callback on demand for fixed_address clients
Alexander Usyskin
1
-11
/
+4
2016-08-30
mei: drop mei_io_cb_alloc_buf
Alexander Usyskin
1
-26
/
+6
2016-06-10
mei: don't use wake_up_interruptible for wr_ctrl
Alexander Usyskin
1
-1
/
+1
2016-04-30
mei: fix waiting for wr_ctrl for corner cases.
Alexander Usyskin
1
-4
/
+14
2016-04-30
mei: don't clean control queues on notify request timeout
Alexander Usyskin
1
-6
/
+2
2016-04-30
mei: fix NULL dereferencing during FW initiated disconnection
Alexander Usyskin
1
-0
/
+4
2016-02-20
mei: fix format string in debug prints
Alexander Usyskin
1
-1
/
+1
2016-02-11
mei: fix double freeing of a cb during link reset
Alexander Usyskin
1
-1
/
+3
2016-02-07
mei: split amthif client init from end of clients enumeration
Alexander Usyskin
1
-15
/
+2
2016-02-07
mei: drop reserved host client ids
Alexander Usyskin
1
-10
/
+5
2016-02-07
mei: fill file pointer in read cb for fixed address client
Alexander Usyskin
1
-5
/
+6
2016-02-07
mei: clean write queues and wake waiters on disconnect
Alexander Usyskin
1
-41
/
+30
2016-02-07
mei: wake blocked write on link reset
Alexander Usyskin
1
-1
/
+6
2016-02-07
mei: bus: fix notification event delivery
Tomas Winkler
1
-2
/
+2
2016-02-07
mei: bus: fix RX event scheduling
Tomas Winkler
1
-4
/
+2
2016-02-07
mei: amthif: replace amthif_rd_complete_list with rd_completed
Tomas Winkler
1
-1
/
+0
2016-02-07
mei: rename variable names 'file_object' to fp
Tomas Winkler
1
-4
/
+4
2016-02-07
mei: constify struct file pointer
Tomas Winkler
1
-5
/
+7
2016-02-07
mei: fix possible integer overflow issue
Tomas Winkler
1
-1
/
+1
2016-02-06
mei: wd: drop the watchdog code from the core mei driver
Alexander Usyskin
1
-9
/
+3
2016-02-06
mei: prevent queuing new flow control credit.
Alexander Usyskin
1
-1
/
+20
2015-08-04
mei: remove check on pm_runtime_active in __mei_cl_disconnect
Tomas Winkler
1
-3
/
+0
2015-08-03
mei: bus: add and call callback on notify event
Alexander Usyskin
1
-0
/
+2
2015-08-03
mei: implement fasync for event notification
Tomas Winkler
1
-0
/
+27
2015-08-03
mei: add a handler that waits for notification on event
Tomas Winkler
1
-0
/
+52
2015-08-03
mei: add mei_cl_notify_request command
Tomas Winkler
1
-0
/
+143
2015-08-03
mei: disconnect on connection request timeout
Alexander Usyskin
1
-26
/
+59
2015-08-03
mei: bus: link client devices instead of host clients
Tomas Winkler
1
-7
/
+2
2015-08-03
mei: do not access freed cb in blocking write
Alexander Usyskin
1
-7
/
+9
2015-06-13
mei: me: wait for power gating exit confirmation
Alexander Usyskin
1
-1
/
+1
2015-06-13
mei: reset flow control on the last client disconnection
Alexander Usyskin
1
-0
/
+3
2015-05-24
mei: request autosuspend at the end of write
Alexander Usyskin
1
-1
/
+7
2015-05-24
mei: consume flow control on the first chunk of writing
Alexander Usyskin
1
-14
/
+14
2015-05-24
mei: support for fixed address clients
Alexander Usyskin
1
-16
/
+53
2015-05-24
mei: fix flow control for single buffer clients
Alexander Usyskin
1
-6
/
+23
2015-05-24
mei: add a reference from the host client to the me client
Alexander Usyskin
1
-66
/
+52
2015-05-24
mei: revamp client connection
Tomas Winkler
1
-22
/
+75
2015-05-24
mei: revamp client disconnection flow
Tomas Winkler
1
-38
/
+121
2015-04-03
mei: use mei_cl_is_connected consistently
Tomas Winkler
1
-1
/
+1
2015-04-03
mei: fix mei_poll operation
Tomas Winkler
1
-1
/
+1
2015-03-04
mei: free me client references on host init
Tomas Winkler
1
-0
/
+3
2015-03-01
mei: allow read concurrency
Tomas Winkler
1
-30
/
+54
2015-03-01
mei: simplify io callback disposal
Tomas Winkler
1
-45
/
+43
2015-03-01
mei: add mei_cl_alloc_linked function
Tomas Winkler
1
-2
/
+33
[next]