aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/client.c
AgeCommit message (Expand)Author
2016-02-07mei: split amthif client init from end of clients enumerationAlexander Usyskin
2016-02-07mei: drop reserved host client idsAlexander Usyskin
2016-02-07mei: fill file pointer in read cb for fixed address clientAlexander Usyskin
2016-02-07mei: clean write queues and wake waiters on disconnectAlexander Usyskin
2016-02-07mei: wake blocked write on link resetAlexander Usyskin
2016-02-07mei: bus: fix notification event deliveryTomas Winkler
2016-02-07mei: bus: fix RX event schedulingTomas Winkler
2016-02-07mei: amthif: replace amthif_rd_complete_list with rd_completedTomas Winkler
2016-02-07mei: rename variable names 'file_object' to fpTomas Winkler
2016-02-07mei: constify struct file pointerTomas Winkler
2016-02-07mei: fix possible integer overflow issueTomas Winkler
2016-02-06mei: wd: drop the watchdog code from the core mei driverAlexander Usyskin
2016-02-06mei: prevent queuing new flow control credit.Alexander Usyskin
2015-08-04mei: remove check on pm_runtime_active in __mei_cl_disconnectTomas Winkler
2015-08-03mei: bus: add and call callback on notify eventAlexander Usyskin
2015-08-03mei: implement fasync for event notificationTomas Winkler
2015-08-03mei: add a handler that waits for notification on eventTomas Winkler
2015-08-03mei: add mei_cl_notify_request commandTomas Winkler
2015-08-03mei: disconnect on connection request timeoutAlexander Usyskin
2015-08-03mei: bus: link client devices instead of host clientsTomas Winkler
2015-08-03mei: do not access freed cb in blocking writeAlexander Usyskin
2015-06-13mei: me: wait for power gating exit confirmationAlexander Usyskin
2015-06-13mei: reset flow control on the last client disconnectionAlexander Usyskin
2015-05-24mei: request autosuspend at the end of writeAlexander Usyskin
2015-05-24mei: consume flow control on the first chunk of writingAlexander Usyskin
2015-05-24mei: support for fixed address clientsAlexander Usyskin
2015-05-24mei: fix flow control for single buffer clientsAlexander Usyskin
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin
2015-05-24mei: revamp client connectionTomas Winkler
2015-05-24mei: revamp client disconnection flowTomas Winkler
2015-04-03mei: use mei_cl_is_connected consistentlyTomas Winkler
2015-04-03mei: fix mei_poll operationTomas Winkler
2015-03-04mei: free me client references on host initTomas Winkler
2015-03-01mei: allow read concurrencyTomas Winkler
2015-03-01mei: simplify io callback disposalTomas Winkler
2015-03-01mei: add mei_cl_alloc_linked functionTomas Winkler
2015-03-01mei: always initialize the callback with the intended operation typeTomas Winkler
2015-03-01mei: use only one buffer in callbackTomas Winkler
2015-03-01mei: iamthif: use client write functionsTomas Winkler
2015-03-01mei: fix function names and format in KDocAlexander Usyskin
2015-03-01mei: revamp me clients list handlingTomas Winkler
2015-01-25mei: add reference counting for me clientsTomas Winkler
2015-01-12mei: use uuid, me_addr tuple addressing also for flow control creditsTomas Winkler
2014-11-03mei: drop unneeded client NULL check in cb structureAlexander Usyskin
2014-09-29mei: fix kernel-doc warningsAlexander Usyskin
2014-09-29mei: fix KDoc documentation formattingAlexander Usyskin
2014-09-29mei: trivial: fix errors in prints in commentsAlexander Usyskin
2014-09-29mei: remove include to pci header from mei module filesTomas Winkler
2014-09-29mei: get rid of most of the pci dependencies in meiTomas Winkler
2014-09-29mei: fix style warning: Missing a blank line after declarationsTomas Winkler