| Commit message (Expand) | Author | Age | Files | Lines |
* | mei: mei_cl_link remove duplicated check for open_handle_count | Tomas Winkler | 2013-10-29 | 1 | -6/+0 |
* | mei: move host_clients_map cleanup to device init | Alexander Usyskin | 2013-10-19 | 1 | -9/+0 |
* | mei: revamp open handler counts | Tomas Winkler | 2013-10-03 | 1 | -4/+15 |
* | mei: simplify mei_open error handling | Tomas Winkler | 2013-10-03 | 1 | -1/+7 |
* | mei: mei_cl_unlink: no need to loop over dev list | Tomas Winkler | 2013-09-26 | 1 | -9/+4 |
* | mei: push credentials inside the irq write handler | Tomas Winkler | 2013-09-26 | 1 | -5/+25 |
* | mei: propagate error from write routines instead of ENODEV | Tomas Winkler | 2013-09-26 | 1 | -8/+9 |
* | mei: prefix client log messages with client me and host ids | Alexander Usyskin | 2013-09-26 | 1 | -21/+22 |
* | mei: mei_cl_link protect open_handle_count from overflow | Tomas Winkler | 2013-09-26 | 1 | -0/+6 |
* | mei: don't get stuck in select during reset | Tomas Winkler | 2013-07-26 | 1 | -4/+1 |
* | mei: wake also writers on reset | Tomas Winkler | 2013-07-24 | 1 | -3/+7 |
* | mei: mei_cl_connect: don't multiply the timeout twice | Frode Isaksen | 2013-06-24 | 1 | -2/+1 |
* | mei: do not override a client writing state when buffering | Tomas Winkler | 2013-06-24 | 1 | -1/+2 |
* | mei: move mei_cl_irq_write_complete to client.c | Tomas Winkler | 2013-06-24 | 1 | -0/+60 |
* | mei: move mei_cl_complete to client.c | Tomas Winkler | 2013-05-21 | 1 | -0/+26 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-04-30 | 1 | -12/+12 |
|\ |
|
| * | mei: Fix comments in drivers/misc/mei | Masanari Iida | 2013-04-05 | 1 | -12/+12 |
* | | mei: fix reading large reposnes | Tomas Winkler | 2013-04-19 | 1 | -3/+4 |
* | | mei: nfc: Initial nfc implementation | Samuel Ortiz | 2013-04-10 | 1 | -0/+3 |
* | | mei: add mei_cl_write function | Tomas Winkler | 2013-04-08 | 1 | -0/+105 |
* | | mei: bus: Add bus related structures to mei_cl | Samuel Ortiz | 2013-03-29 | 1 | -0/+1 |
|/ |
|
* | mei: move clients cleanup code from init.c to client.c | Tomas Winkler | 2013-02-06 | 1 | -0/+51 |
* | mei: rename to mei_host_buffer_is_empty to hbuf_is_ready | Tomas Winkler | 2013-02-06 | 1 | -7/+6 |
* | mei: drop the warning when cl is not initialized during unlinking | Tomas Winkler | 2013-01-14 | 1 | -2/+3 |
* | mei: normalize me host client linking routines | Tomas Winkler | 2013-01-08 | 1 | -23/+30 |
* | mei: rename remaining amthi strings to amthif | Tomas Winkler | 2013-01-08 | 1 | -1/+1 |
* | mei: drop read_pending member form struct mei_cl | Tomas Winkler | 2013-01-08 | 1 | -1/+1 |
* | mei: rename interface to hw-me | Tomas Winkler | 2013-01-08 | 1 | -1/+0 |
* | mei: implement mei_cl_connect function | Tomas Winkler | 2013-01-08 | 1 | -154/+65 |
* | mei: fix client functions names | Tomas Winkler | 2013-01-08 | 1 | -85/+136 |
* | mei: move client functions to client.c | Tomas Winkler | 2013-01-08 | 1 | -0/+710 |