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