summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/client.c
AgeCommit message (Expand)Author
2017-11-08mei: return error on notification request to a disconnected clientAlexander Usyskin
2017-01-12mei: move write cb to completion on credentials failuresAlexander Usyskin
2017-01-12mei: fix parameter rename KDocAlexander Usyskin
2017-01-09mei: request async autosuspend at the end of enumerationAlexander Usyskin
2016-09-27mei: stop the stall timer worker if not neededAlexander Usyskin
2016-08-30mei: amthif: drop mei_amthif_readAlexander Usyskin
2016-08-30mei: add wrapper for queuing control commands.Tomas Winkler
2016-08-30mei: use consistent naming for TX control flow creditsTomas Winkler
2016-08-30mei: rx flow control counterAlexander Usyskin
2016-08-30mei: prepare read cb for fixed address clients on the receive path only.Alexander Usyskin
2016-08-30mei: add read callback on demand for fixed_address clientsAlexander Usyskin
2016-08-30mei: drop mei_io_cb_alloc_bufAlexander Usyskin
2016-06-11mei: don't use wake_up_interruptible for wr_ctrlAlexander Usyskin
2016-04-30mei: fix waiting for wr_ctrl for corner cases.Alexander Usyskin
2016-04-30mei: don't clean control queues on notify request timeoutAlexander Usyskin
2016-04-30mei: fix NULL dereferencing during FW initiated disconnectionAlexander Usyskin
2016-02-20mei: fix format string in debug printsAlexander Usyskin
2016-02-12mei: fix double freeing of a cb during link resetAlexander Usyskin
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-07mei: wd: drop the watchdog code from the core mei driverAlexander Usyskin
2016-02-07mei: prevent queuing new flow control credit.Alexander Usyskin
2015-08-05mei: remove check on pm_runtime_active in __mei_cl_disconnectTomas Winkler
2015-08-04mei: bus: add and call callback on notify eventAlexander Usyskin
2015-08-04mei: implement fasync for event notificationTomas Winkler
2015-08-04mei: add a handler that waits for notification on eventTomas Winkler
2015-08-04mei: add mei_cl_notify_request commandTomas Winkler
2015-08-04mei: disconnect on connection request timeoutAlexander Usyskin
2015-08-04mei: bus: link client devices instead of host clientsTomas Winkler
2015-08-04mei: do not access freed cb in blocking writeAlexander Usyskin
2015-06-14mei: me: wait for power gating exit confirmationAlexander Usyskin
2015-06-14mei: 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