Age | Commit message (Expand) | Author | Files | Lines |
2018-07-12 | mei: fix ssize_t to int assignment in read and write ops. | Tomas Winkler | 1 | -1/+1 |
2017-04-08 | mei: drop amthif internal client | Alexander Usyskin | 1 | -5/+0 |
2017-01-31 | mei: revamp io list cleanup function. | Tomas Winkler | 1 | -1/+1 |
2017-01-31 | mei: replace callback structures used as list head by list_head | Alexander Usyskin | 1 | -15/+5 |
2017-01-20 | mei: make mei_cl_set_disconnected static | Alexander Usyskin | 1 | -1/+0 |
2017-01-20 | mei: make mei_io_list_flush static | Alexander Usyskin | 1 | -1/+0 |
2016-11-10 | mei: enable to set the internal flag for client write | Alexander Usyskin | 1 | -1/+1 |
2016-08-30 | mei: add wrapper for queuing control commands. | Tomas Winkler | 1 | -2/+3 |
2016-08-30 | mei: drop mei_io_cb_alloc_buf | Alexander Usyskin | 1 | -2/+0 |
2016-02-08 | mei: split amthif client init from end of clients enumeration | Alexander Usyskin | 1 | -1/+1 |
2016-02-08 | mei: drop reserved host client ids | Alexander Usyskin | 1 | -2/+2 |
2016-02-08 | mei: hbm: warn about fw-initiated disconnect | Alexander Usyskin | 1 | -0/+3 |
2016-02-08 | mei: clean write queues and wake waiters on disconnect | Alexander Usyskin | 1 | -2/+0 |
2016-02-08 | mei: constify struct file pointer | Tomas Winkler | 1 | -5/+7 |
2016-02-07 | mei: wd: drop the watchdog code from the core mei driver | Alexander Usyskin | 1 | -4/+0 |
2015-09-21 | mei: bus: export client protocol version | Tomas Winkler | 1 | -0/+12 |
2015-08-04 | mei: implement fasync for event notification | Tomas Winkler | 1 | -0/+1 |
2015-08-04 | mei: add a handler that waits for notification on event | Tomas Winkler | 1 | -0/+1 |
2015-08-04 | mei: add mei_cl_notify_request command | Tomas Winkler | 1 | -0/+6 |
2015-05-24 | mei: support for fixed address clients | Alexander Usyskin | 1 | -0/+12 |
2015-05-24 | mei: add a reference from the host client to the me client | Alexander Usyskin | 1 | -6/+90 |
2015-05-24 | mei: revamp client connection | Tomas Winkler | 1 | -1/+2 |
2015-05-24 | mei: revamp client disconnection flow | Tomas Winkler | 1 | -0/+3 |
2015-04-03 | mei: replace check for connection instead of transitioning | Tomas Winkler | 1 | -6/+8 |
2015-03-25 | mei: fix regression on NFC connection | Tomas Winkler | 1 | -3/+1 |
2015-03-02 | mei: allow read concurrency | Tomas Winkler | 1 | -3/+4 |
2015-03-02 | mei: add mei_cl_alloc_linked function | Tomas Winkler | 1 | -0/+2 |
2015-03-02 | mei: always initialize the callback with the intended operation type | Tomas Winkler | 1 | -2/+5 |
2015-03-02 | mei: use only one buffer in callback | Tomas Winkler | 1 | -2/+1 |
2015-03-02 | mei: iamthif: use regular client read functions | Tomas Winkler | 1 | -0/+2 |
2015-03-02 | mei: revamp me clients list handling | Tomas Winkler | 1 | -1/+4 |
2015-01-25 | mei: add reference counting for me clients | Tomas Winkler | 1 | -5/+12 |
2014-09-29 | mei: get rid of most of the pci dependencies in mei | Tomas Winkler | 1 | -2/+2 |
2014-09-24 | mei: add mei_me_cl_by_uuid_id function | Tomas Winkler | 1 | -0/+4 |
2014-09-24 | mei: add me client remove functions | Tomas Winkler | 1 | -0/+2 |
2014-09-24 | mei: me_client lookup function to return me_client object | Tomas Winkler | 1 | -2/+3 |
2014-09-24 | mei: amthif: use service function to flush amthif queue | Alexander Usyskin | 1 | -0/+2 |
2014-03-18 | mei: client.h fix checkpatch errors | Tomas Winkler | 1 | -4/+4 |
2014-03-18 | mei: fix memory leak of pending write cb objects | Tomas Winkler | 1 | -18/+0 |
2014-03-01 | mei: revamp writing slot counting | Tomas Winkler | 1 | -2/+2 |
2013-09-30 | Merge 3.12-rc3 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+6 |
2013-09-27 | mei: bus: stop wait for read during cl state transition | Tomas Winkler | 1 | -0/+6 |
2013-09-26 | mei: prefix client log messages with client me and host ids | Alexander Usyskin | 1 | -0/+9 |
2013-07-27 | mei: don't get stuck in select during reset | Tomas Winkler | 1 | -0/+7 |
2013-07-25 | mei: wake also writers on reset | Tomas Winkler | 1 | -1/+1 |
2013-06-25 | mei: move mei_cl_irq_write_complete to client.c | Tomas Winkler | 1 | -0/+3 |
2013-05-21 | mei: move mei_cl_complete to client.c | Tomas Winkler | 1 | -0/+1 |
2013-04-20 | mei: fix reading large reposnes | Tomas Winkler | 1 | -1/+1 |
2013-04-09 | mei: add mei_cl_write function | Tomas Winkler | 1 | -4/+3 |
2013-02-06 | mei: move clients cleanup code from init.c to client.c | Tomas Winkler | 1 | -0/+5 |