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
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mei: move write cb to completion on credentials failures
Alexander Usyskin
2017-01-04
1
-8
/
+12
*
mei: request async autosuspend at the end of enumeration
Alexander Usyskin
2016-11-29
1
-1
/
+1
*
mei: bus: split RX and async notification callbacks
Alexander Usyskin
2016-11-17
1
-0
/
+5
*
mei: introduce host client uninitialized state
Alexander Usyskin
2016-11-17
1
-3
/
+3
*
mei: fix parameter rename KDoc
Alexander Usyskin
2016-11-15
1
-2
/
+2
*
mei: enable to set the internal flag for client write
Alexander Usyskin
2016-11-10
1
-3
/
+3
*
mei: stop the stall timer worker if not needed
Alexander Usyskin
2016-09-27
1
-0
/
+2
*
mei: amthif: drop mei_amthif_read
Alexander Usyskin
2016-08-30
1
-1
/
+1
*
mei: add wrapper for queuing control commands.
Tomas Winkler
2016-08-30
1
-28
/
+50
*
mei: use consistent naming for TX control flow credits
Tomas Winkler
2016-08-30
1
-20
/
+19
*
mei: rx flow control counter
Alexander Usyskin
2016-08-30
1
-27
/
+13
*
mei: prepare read cb for fixed address clients on the receive path only.
Alexander Usyskin
2016-08-30
1
-5
/
+3
*
mei: add read callback on demand for fixed_address clients
Alexander Usyskin
2016-08-30
1
-11
/
+4
*
mei: drop mei_io_cb_alloc_buf
Alexander Usyskin
2016-08-30
1
-26
/
+6
*
mei: don't use wake_up_interruptible for wr_ctrl
Alexander Usyskin
2016-06-10
1
-1
/
+1
*
mei: fix waiting for wr_ctrl for corner cases.
Alexander Usyskin
2016-04-30
1
-4
/
+14
*
mei: don't clean control queues on notify request timeout
Alexander Usyskin
2016-04-30
1
-6
/
+2
*
mei: fix NULL dereferencing during FW initiated disconnection
Alexander Usyskin
2016-04-30
1
-0
/
+4
*
mei: fix format string in debug prints
Alexander Usyskin
2016-02-20
1
-1
/
+1
*
mei: fix double freeing of a cb during link reset
Alexander Usyskin
2016-02-11
1
-1
/
+3
*
mei: split amthif client init from end of clients enumeration
Alexander Usyskin
2016-02-07
1
-15
/
+2
*
mei: drop reserved host client ids
Alexander Usyskin
2016-02-07
1
-10
/
+5
*
mei: fill file pointer in read cb for fixed address client
Alexander Usyskin
2016-02-07
1
-5
/
+6
*
mei: clean write queues and wake waiters on disconnect
Alexander Usyskin
2016-02-07
1
-41
/
+30
*
mei: wake blocked write on link reset
Alexander Usyskin
2016-02-07
1
-1
/
+6
*
mei: bus: fix notification event delivery
Tomas Winkler
2016-02-07
1
-2
/
+2
*
mei: bus: fix RX event scheduling
Tomas Winkler
2016-02-07
1
-4
/
+2
*
mei: amthif: replace amthif_rd_complete_list with rd_completed
Tomas Winkler
2016-02-07
1
-1
/
+0
*
mei: rename variable names 'file_object' to fp
Tomas Winkler
2016-02-07
1
-4
/
+4
*
mei: constify struct file pointer
Tomas Winkler
2016-02-07
1
-5
/
+7
*
mei: fix possible integer overflow issue
Tomas Winkler
2016-02-07
1
-1
/
+1
*
mei: wd: drop the watchdog code from the core mei driver
Alexander Usyskin
2016-02-06
1
-9
/
+3
*
mei: prevent queuing new flow control credit.
Alexander Usyskin
2016-02-06
1
-1
/
+20
*
mei: remove check on pm_runtime_active in __mei_cl_disconnect
Tomas Winkler
2015-08-04
1
-3
/
+0
*
mei: bus: add and call callback on notify event
Alexander Usyskin
2015-08-03
1
-0
/
+2
*
mei: implement fasync for event notification
Tomas Winkler
2015-08-03
1
-0
/
+27
*
mei: add a handler that waits for notification on event
Tomas Winkler
2015-08-03
1
-0
/
+52
*
mei: add mei_cl_notify_request command
Tomas Winkler
2015-08-03
1
-0
/
+143
*
mei: disconnect on connection request timeout
Alexander Usyskin
2015-08-03
1
-26
/
+59
*
mei: bus: link client devices instead of host clients
Tomas Winkler
2015-08-03
1
-7
/
+2
*
mei: do not access freed cb in blocking write
Alexander Usyskin
2015-08-03
1
-7
/
+9
*
mei: me: wait for power gating exit confirmation
Alexander Usyskin
2015-06-13
1
-1
/
+1
*
mei: reset flow control on the last client disconnection
Alexander Usyskin
2015-06-13
1
-0
/
+3
*
mei: request autosuspend at the end of write
Alexander Usyskin
2015-05-24
1
-1
/
+7
*
mei: consume flow control on the first chunk of writing
Alexander Usyskin
2015-05-24
1
-14
/
+14
*
mei: support for fixed address clients
Alexander Usyskin
2015-05-24
1
-16
/
+53
*
mei: fix flow control for single buffer clients
Alexander Usyskin
2015-05-24
1
-6
/
+23
*
mei: add a reference from the host client to the me client
Alexander Usyskin
2015-05-24
1
-66
/
+52
*
mei: revamp client connection
Tomas Winkler
2015-05-24
1
-22
/
+75
*
mei: revamp client disconnection flow
Tomas Winkler
2015-05-24
1
-38
/
+121
[next]