Age | Commit message (Expand) | Author | Files | Lines |
2019-04-25 | mei: expose device state in sysfs | Alexander Usyskin | 1 | -1/+1 |
2019-03-27 | mei: adjust the copyright notice in the files. | Tomas Winkler | 1 | -1/+1 |
2019-03-27 | mei: convert to SPDX license tags | Tomas Winkler | 1 | -11/+1 |
2019-01-30 | mei: free read cb on ctrl_wr list flush | Alexander Usyskin | 1 | -1/+4 |
2018-11-26 | mei: dma ring: implement transmit flow | Tomas Winkler | 1 | -13/+51 |
2018-11-26 | mei: dma ring: implement rx circular buffer logic | Tomas Winkler | 1 | -1/+1 |
2018-11-07 | mei: expedite ioctl return on the notify set operation error | Alexander Usyskin | 1 | -1/+3 |
2018-11-07 | mei: flush queues by the host client only | Alexander Usyskin | 1 | -19/+2 |
2018-09-12 | mei: fix use-after-free in mei_cl_write | John Hubbard | 1 | -1/+1 |
2018-08-02 | mei: hbm: introduce dma bit in the message header | Tomas Winkler | 1 | -0/+1 |
2018-08-02 | mei: add support for variable length mei headers. | Tomas Winkler | 1 | -13/+18 |
2018-07-24 | mei: add mei_msg_hdr_init wrapper. | Tomas Winkler | 1 | -13/+20 |
2018-07-24 | mei: move hbuf_depth from the mei device to the hw modules | Tomas Winkler | 1 | -22/+31 |
2018-07-24 | mei: cleanup slots to data conversions | Tomas Winkler | 1 | -1/+1 |
2018-07-12 | mei: fix ssize_t to int assignment in read and write ops. | Tomas Winkler | 1 | -11/+11 |
2018-07-12 | mei: check for error returned from mei_hbuf_empty_slots() | Tomas Winkler | 1 | -6/+16 |
2018-03-14 | mei: limit the number of queued writes | Alexander Usyskin | 1 | -32/+50 |
2018-03-14 | mei: make module referencing local to the bus.c | Tomas Winkler | 1 | -5/+0 |
2018-02-16 | mei: set device client to the disconnected state upon suspend. | Tomas Winkler | 1 | -0/+6 |
2017-04-08 | mei: drop amthif internal client | Alexander Usyskin | 1 | -9/+5 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
2017-01-31 | mei: revamp io list cleanup function. | Tomas Winkler | 1 | -44/+39 |
2017-01-31 | mei: replace callback structures used as list head by list_head | Alexander Usyskin | 1 | -26/+26 |
2017-01-31 | mei: amthif: clean command queue upon disconnection | Tomas Winkler | 1 | -1/+1 |
2017-01-31 | mei: abort waiting for notification on unsupported HW | Alexander Usyskin | 1 | -0/+5 |
2017-01-31 | mei: return error on notification request to a disconnected client | Alexander Usyskin | 1 | -0/+3 |
2017-01-31 | mei: bus: prevent hardware module unload if device on bus is active | Alexander Usyskin | 1 | -2/+8 |
2017-01-20 | mei: make mei_cl_set_disconnected static | Alexander Usyskin | 1 | -1/+1 |
2017-01-20 | mei: make mei_io_list_flush static | Alexander Usyskin | 1 | -1/+1 |
2017-01-04 | mei: move write cb to completion on credentials failures | Alexander Usyskin | 1 | -8/+12 |
2016-11-29 | mei: request async autosuspend at the end of enumeration | Alexander Usyskin | 1 | -1/+1 |
2016-11-17 | mei: bus: split RX and async notification callbacks | Alexander Usyskin | 1 | -0/+5 |
2016-11-17 | mei: introduce host client uninitialized state | Alexander Usyskin | 1 | -3/+3 |
2016-11-15 | mei: fix parameter rename KDoc | Alexander Usyskin | 1 | -2/+2 |
2016-11-10 | mei: enable to set the internal flag for client write | Alexander Usyskin | 1 | -3/+3 |
2016-09-27 | mei: stop the stall timer worker if not needed | Alexander Usyskin | 1 | -0/+2 |
2016-08-30 | mei: amthif: drop mei_amthif_read | Alexander Usyskin | 1 | -1/+1 |
2016-08-30 | mei: add wrapper for queuing control commands. | Tomas Winkler | 1 | -28/+50 |
2016-08-30 | mei: use consistent naming for TX control flow credits | Tomas Winkler | 1 | -20/+19 |
2016-08-30 | mei: rx flow control counter | Alexander Usyskin | 1 | -27/+13 |
2016-08-30 | mei: prepare read cb for fixed address clients on the receive path only. | Alexander Usyskin | 1 | -5/+3 |
2016-08-30 | mei: add read callback on demand for fixed_address clients | Alexander Usyskin | 1 | -11/+4 |
2016-08-30 | mei: drop mei_io_cb_alloc_buf | Alexander Usyskin | 1 | -26/+6 |
2016-06-11 | mei: don't use wake_up_interruptible for wr_ctrl | Alexander Usyskin | 1 | -1/+1 |
2016-05-01 | mei: fix waiting for wr_ctrl for corner cases. | Alexander Usyskin | 1 | -4/+14 |
2016-05-01 | mei: don't clean control queues on notify request timeout | Alexander Usyskin | 1 | -6/+2 |
2016-05-01 | mei: fix NULL dereferencing during FW initiated disconnection | Alexander Usyskin | 1 | -0/+4 |
2016-02-21 | mei: fix format string in debug prints | Alexander Usyskin | 1 | -1/+1 |
2016-02-12 | mei: fix double freeing of a cb during link reset | Alexander Usyskin | 1 | -1/+3 |
2016-02-08 | mei: split amthif client init from end of clients enumeration | Alexander Usyskin | 1 | -15/+2 |