Age | Commit message (Expand) | Author |
2015-08-04 | mei: remove check on pm_runtime_active in __mei_cl_disconnect | Tomas Winkler |
2015-08-03 | mei: bus: add and call callback on notify event | Alexander Usyskin |
2015-08-03 | mei: implement fasync for event notification | Tomas Winkler |
2015-08-03 | mei: add a handler that waits for notification on event | Tomas Winkler |
2015-08-03 | mei: add mei_cl_notify_request command | Tomas Winkler |
2015-08-03 | mei: disconnect on connection request timeout | Alexander Usyskin |
2015-08-03 | mei: bus: link client devices instead of host clients | Tomas Winkler |
2015-08-03 | mei: do not access freed cb in blocking write | Alexander Usyskin |
2015-06-13 | mei: me: wait for power gating exit confirmation | Alexander Usyskin |
2015-06-13 | mei: reset flow control on the last client disconnection | Alexander Usyskin |
2015-05-24 | mei: request autosuspend at the end of write | Alexander Usyskin |
2015-05-24 | mei: consume flow control on the first chunk of writing | Alexander Usyskin |
2015-05-24 | mei: support for fixed address clients | Alexander Usyskin |
2015-05-24 | mei: fix flow control for single buffer clients | Alexander Usyskin |
2015-05-24 | mei: add a reference from the host client to the me client | Alexander Usyskin |
2015-05-24 | mei: revamp client connection | Tomas Winkler |
2015-05-24 | mei: revamp client disconnection flow | Tomas Winkler |
2015-04-03 | mei: use mei_cl_is_connected consistently | Tomas Winkler |
2015-04-03 | mei: fix mei_poll operation | Tomas Winkler |
2015-03-04 | mei: free me client references on host init | Tomas Winkler |
2015-03-01 | mei: allow read concurrency | Tomas Winkler |
2015-03-01 | mei: simplify io callback disposal | Tomas Winkler |
2015-03-01 | mei: add mei_cl_alloc_linked function | Tomas Winkler |
2015-03-01 | mei: always initialize the callback with the intended operation type | Tomas Winkler |
2015-03-01 | mei: use only one buffer in callback | Tomas Winkler |
2015-03-01 | mei: iamthif: use client write functions | Tomas Winkler |
2015-03-01 | mei: fix function names and format in KDoc | Alexander Usyskin |
2015-03-01 | mei: revamp me clients list handling | Tomas Winkler |
2015-01-25 | mei: add reference counting for me clients | Tomas Winkler |
2015-01-12 | mei: use uuid, me_addr tuple addressing also for flow control credits | Tomas Winkler |
2014-11-03 | mei: drop unneeded client NULL check in cb structure | Alexander Usyskin |
2014-09-29 | mei: fix kernel-doc warnings | Alexander Usyskin |
2014-09-29 | mei: fix KDoc documentation formatting | Alexander Usyskin |
2014-09-29 | mei: trivial: fix errors in prints in comments | Alexander Usyskin |
2014-09-29 | mei: remove include to pci header from mei module files | Tomas Winkler |
2014-09-29 | mei: get rid of most of the pci dependencies in mei | Tomas Winkler |
2014-09-29 | mei: fix style warning: Missing a blank line after declarations | Tomas Winkler |
2014-09-23 | mei: revamp connect and disconnect response handling | Tomas Winkler |
2014-09-23 | mei: use disconnect name consistently | Tomas Winkler |
2014-09-23 | mei: add mei_me_cl_by_uuid_id function | Tomas Winkler |
2014-09-23 | mei: add me client remove functions | Tomas Winkler |
2014-09-23 | mei: use list for me clients book keeping | Tomas Winkler |
2014-09-23 | mei: me_client lookup function to return me_client object | Tomas Winkler |
2014-09-23 | mei: amthif: use service function to flush amthif queue | Alexander Usyskin |
2014-08-25 | mei: reset client state on queued connect request | Alexander Usyskin |
2014-07-17 | mei: fix return value on disconnect timeout | Alexander Usyskin |
2014-07-17 | mei: start disconnect request timer consistently | Alexander Usyskin |
2014-07-17 | mei: reset client connection state on timeout | Alexander Usyskin |
2014-05-03 | mei: set connecting state just upon connection request is sent to the fw | Alexander Usyskin |
2014-05-03 | mei: make return values consistent across the driver | Alexander Usyskin |