aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-04mei: remove check on pm_runtime_active in __mei_cl_disconnectTomas Winkler1-3/+0
2015-08-03mei: bus: add and call callback on notify eventAlexander Usyskin1-0/+2
2015-08-03mei: implement fasync for event notificationTomas Winkler1-0/+27
2015-08-03mei: add a handler that waits for notification on eventTomas Winkler1-0/+52
2015-08-03mei: add mei_cl_notify_request commandTomas Winkler1-0/+143
2015-08-03mei: disconnect on connection request timeoutAlexander Usyskin1-26/+59
2015-08-03mei: bus: link client devices instead of host clientsTomas Winkler1-7/+2
2015-08-03mei: do not access freed cb in blocking writeAlexander Usyskin1-7/+9
2015-06-13mei: me: wait for power gating exit confirmationAlexander Usyskin1-1/+1
2015-06-13mei: reset flow control on the last client disconnectionAlexander Usyskin1-0/+3
2015-05-24mei: request autosuspend at the end of writeAlexander Usyskin1-1/+7
2015-05-24mei: consume flow control on the first chunk of writingAlexander Usyskin1-14/+14
2015-05-24mei: support for fixed address clientsAlexander Usyskin1-16/+53
2015-05-24mei: fix flow control for single buffer clientsAlexander Usyskin1-6/+23
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin1-66/+52
2015-05-24mei: revamp client connectionTomas Winkler1-22/+75
2015-05-24mei: revamp client disconnection flowTomas Winkler1-38/+121
2015-04-03mei: use mei_cl_is_connected consistentlyTomas Winkler1-1/+1
2015-04-03mei: fix mei_poll operationTomas Winkler1-1/+1
2015-03-04mei: free me client references on host initTomas Winkler1-0/+3
2015-03-01mei: allow read concurrencyTomas Winkler1-30/+54
2015-03-01mei: simplify io callback disposalTomas Winkler1-45/+43
2015-03-01mei: add mei_cl_alloc_linked functionTomas Winkler1-2/+33
2015-03-01mei: always initialize the callback with the intended operation typeTomas Winkler1-23/+41
2015-03-01mei: use only one buffer in callbackTomas Winkler1-37/+10
2015-03-01mei: iamthif: use client write functionsTomas Winkler1-0/+2
2015-03-01mei: fix function names and format in KDocAlexander Usyskin1-4/+5
2015-03-01mei: revamp me clients list handlingTomas Winkler1-50/+144
2015-01-25mei: add reference counting for me clientsTomas Winkler1-23/+129
2015-01-12mei: use uuid, me_addr tuple addressing also for flow control creditsTomas Winkler1-2/+2
2014-11-03mei: drop unneeded client NULL check in cb structureAlexander Usyskin1-1/+1
2014-09-29mei: fix kernel-doc warningsAlexander Usyskin1-0/+6
2014-09-29mei: fix KDoc documentation formattingAlexander Usyskin1-29/+41
2014-09-29mei: trivial: fix errors in prints in commentsAlexander Usyskin1-1/+1
2014-09-29mei: remove include to pci header from mei module filesTomas Winkler1-1/+1
2014-09-29mei: get rid of most of the pci dependencies in meiTomas Winkler1-23/+23
2014-09-29mei: fix style warning: Missing a blank line after declarationsTomas Winkler1-0/+1
2014-09-23mei: revamp connect and disconnect response handlingTomas Winkler1-2/+2
2014-09-23mei: use disconnect name consistentlyTomas Winkler1-1/+2
2014-09-23mei: add mei_me_cl_by_uuid_id functionTomas Winkler1-1/+13
2014-09-23mei: add me client remove functionsTomas Winkler1-1/+21
2014-09-23mei: use list for me clients book keepingTomas Winkler1-19/+15
2014-09-23mei: me_client lookup function to return me_client objectTomas Winkler1-23/+20
2014-09-23mei: amthif: use service function to flush amthif queueAlexander Usyskin1-1/+1
2014-08-25mei: reset client state on queued connect requestAlexander Usyskin1-0/+1
2014-07-17mei: fix return value on disconnect timeoutAlexander Usyskin1-10/+5
2014-07-17mei: start disconnect request timer consistentlyAlexander Usyskin1-0/+1
2014-07-17mei: reset client connection state on timeoutAlexander Usyskin1-0/+1
2014-05-03mei: set connecting state just upon connection request is sent to the fwAlexander Usyskin1-0/+1
2014-05-03mei: make return values consistent across the driverAlexander Usyskin1-3/+2