Age | Commit message (Expand) | Author | Files | Lines |
2015-01-25 | mei: add reference counting for me clients | Tomas Winkler | 1 | -13/+9 |
2014-11-27 | mei: export fw status registers through sysfs | Tomas Winkler | 1 | -2/+41 |
2014-09-29 | mei: fix KDoc documentation formatting | Alexander Usyskin | 1 | -11/+10 |
2014-09-29 | mei: remove include to pci header from mei module files | Tomas Winkler | 1 | -1/+1 |
2014-09-29 | mei: get rid of most of the pci dependencies in mei | Tomas Winkler | 1 | -20/+20 |
2014-09-29 | mei: kill error message for allocation failure | Tomas Winkler | 1 | -1/+0 |
2014-09-24 | mei: use connect_data on the stack | Tomas Winkler | 1 | -16/+5 |
2014-09-24 | mei: enable adding more IOCTL handlers | Tomas Winkler | 1 | -25/+28 |
2014-09-24 | mei: add mei_me_cl_by_uuid_id function | Tomas Winkler | 1 | -1/+2 |
2014-09-24 | mei: me_client lookup function to return me_client object | Tomas Winkler | 1 | -16/+14 |
2014-07-10 | mei: move from misc to char device | Alexander Usyskin | 1 | -27/+121 |
2014-05-04 | mei: set connecting state just upon connection request is sent to the fw | Alexander Usyskin | 1 | -1/+0 |
2014-04-16 | mei: ignore client writing state during cb completion | Alexander Usyskin | 1 | -2/+1 |
2014-03-18 | mei: use cl_dbg where appropriate | Tomas Winkler | 1 | -8/+2 |
2014-03-18 | mei: report consistently copy_from/to_user failures | Alexander Usyskin | 1 | -2/+3 |
2014-03-18 | mei: drop pr_fmt macros | Tomas Winkler | 1 | -3/+0 |
2014-03-18 | mei: make me hw headers private to me hw. | Tomas Winkler | 1 | -1/+0 |
2014-03-01 | mei: make return values consistent across the driver | Alexander Usyskin | 1 | -1/+1 |
2014-02-18 | mei: hbm: revamp client connect and disconnection status | Alexander Usyskin | 1 | -1/+1 |
2014-01-09 | mei: fix syntax in comments and debug output | Alexander Usyskin | 1 | -1/+1 |
2013-10-04 | mei: revamp open handler counts | Tomas Winkler | 1 | -5/+1 |
2013-10-04 | mei: simplify mei_open error handling | Tomas Winkler | 1 | -17/+14 |
2013-09-30 | Merge 3.12-rc3 into char-misc-next | Greg Kroah-Hartman | 1 | -7/+4 |
2013-09-27 | mei: bus: stop wait for read during cl state transition | Tomas Winkler | 1 | -7/+4 |
2013-09-26 | mei: mei_release: drop redundant check if cb is NULL | Tomas Winkler | 1 | -4/+1 |
2013-09-26 | mei: revamp read and write length checks | Tomas Winkler | 1 | -2/+14 |
2013-09-26 | mei: mei_write correct checks for copy_from_user | Alexander Usyskin | 1 | -2/+5 |
2013-07-27 | mei: don't get stuck in select during reset | Tomas Winkler | 1 | -7/+15 |
2013-05-30 | mei: fix read after read scenario | Tomas Winkler | 1 | -11/+13 |
2013-05-30 | mei: deprecate the mei_wd_state_independence_msg | Tomas Winkler | 1 | -25/+0 |
2013-05-21 | mei: fix out of array access to me clients array | Tomas Winkler | 1 | -9/+8 |
2013-04-20 | mei: fix reading large reposnes | Tomas Winkler | 1 | -4/+3 |
2013-04-19 | mei: revamp hbm state machine | Tomas Winkler | 1 | -1/+1 |
2013-04-09 | mei: add mei_cl_write function | Tomas Winkler | 1 | -67/+16 |
2013-04-06 | mei: add debugfs hooks | Tomas Winkler | 1 | -4/+14 |
2013-03-29 | mei: bus: Call bus routines from the core code | Samuel Ortiz | 1 | -0/+13 |
2013-03-29 | mei: move mei-me to separate module | Tomas Winkler | 1 | -0/+4 |
2013-02-06 | mei: rename to mei_host_buffer_is_empty to hbuf_is_ready | Tomas Winkler | 1 | -2/+2 |
2013-02-06 | mei: separate compilation of the ME hardware specifics | Tomas Winkler | 1 | -2/+3 |
2013-02-06 | mei: sperate interface and pci code into two files | Tomas Winkler | 1 | -342/+12 |
2013-01-09 | mei: move work initialization to mei_device_init | Tomas Winkler | 1 | -2/+0 |
2013-01-09 | mei: use non cached hcsr for interrupt enablement | Tomas Winkler | 1 | -2/+0 |
2013-01-09 | mei: normalize me host client linking routines | Tomas Winkler | 1 | -18/+9 |
2013-01-09 | mei: rename remaining amthi strings to amthif | Tomas Winkler | 1 | -3/+3 |
2013-01-09 | mei: drop read_pending member form struct mei_cl | Tomas Winkler | 1 | -3/+1 |
2013-01-09 | mei: rename interface to hw-me | Tomas Winkler | 1 | -1/+1 |
2013-01-09 | mei: implement mei_cl_connect function | Tomas Winkler | 1 | -0/+98 |
2013-01-09 | mei: fix client functions names | Tomas Winkler | 1 | -34/+13 |
2013-01-07 | mei: include local headers after the system ones | Tomas Winkler | 1 | -1/+2 |
2013-01-07 | mei: use unified format for printing mei message header | Tomas Winkler | 1 | -2/+3 |