| Commit message (Expand) | Author | Age | Files | Lines |
* | mei: revamp open handler counts | Tomas Winkler | 2013-10-03 | 1 | -5/+0 |
* | mei: cancel stall timers in mei_reset | Alexander Usyskin | 2013-09-26 | 1 | -0/+3 |
* | Merge 3.11-rc3 into char-misc-next. | Greg Kroah-Hartman | 2013-07-29 | 1 | -3/+2 |
|\ |
|
| * | mei: don't have to clean the state on power up | Tomas Winkler | 2013-07-23 | 1 | -1/+2 |
* | | mei: don't get stuck in select during reset | Tomas Winkler | 2013-07-26 | 1 | -5/+8 |
* | | mei: wake also writers on reset | Tomas Winkler | 2013-07-24 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-07-04 | 1 | -1/+1 |
|\ |
|
| * | treewide: Fix typo in printk | Masanari Iida | 2013-05-28 | 1 | -1/+1 |
* | | mei: check whether hw start has succeeded | Tomas Winkler | 2013-06-24 | 1 | -1/+6 |
* | | mei: check if the hardware reset succeeded | Tomas Winkler | 2013-06-24 | 1 | -1/+7 |
* | | mei: support HBM versioning | Tomas Winkler | 2013-06-17 | 1 | -2/+1 |
* | | mei: init: Flush scheduled work before resetting the device | Samuel Ortiz | 2013-06-13 | 1 | -2/+2 |
|/ |
|
* | mei: reseting -> resetting | Bill Nottingham | 2013-04-19 | 1 | -2/+2 |
* | mei: revamp hbm state machine | Tomas Winkler | 2013-04-19 | 1 | -19/+3 |
* | mei: nfc: Initial nfc implementation | Samuel Ortiz | 2013-04-10 | 1 | -0/+2 |
* | mei: bus: Add bus related structures to mei_cl | Samuel Ortiz | 2013-03-29 | 1 | -0/+1 |
* | mei: move mei-me to separate module | Tomas Winkler | 2013-03-29 | 1 | -2/+5 |
* | mei: rename function mei_hw_init to mei_start | Tomas Winkler | 2013-03-29 | 1 | -2/+2 |
* | mei: ME structures should be initialized in mei_device_init | Tomas Winkler | 2013-03-29 | 1 | -0/+9 |
* | mei: unregister watchdog from mei_stop function | Tomas Winkler | 2013-03-29 | 1 | -0/+3 |
* | mei: drop RECOVERING_FROM_RESET device state | Tomas Winkler | 2013-03-29 | 1 | -4/+0 |
* | Merge branch 'char-misc-linus' into char-misc-next | Greg Kroah-Hartman | 2013-03-26 | 1 | -0/+18 |
|\ |
|
| * | mei: add mei_stop function to stop mei device | Tomas Winkler | 2013-03-15 | 1 | -0/+18 |
* | | mei: add hw start callback | Tomas Winkler | 2013-03-15 | 1 | -0/+16 |
|/ |
|
* | mei: move clients cleanup code from init.c to client.c | Tomas Winkler | 2013-02-06 | 1 | -22/+6 |
* | mei: separate compilation of the ME hardware specifics | Tomas Winkler | 2013-02-06 | 1 | -1/+1 |
* | mei: initial extract of ME hw specifics from mei_device | Tomas Winkler | 2013-02-06 | 1 | -27/+1 |
* | mei: move work initialization to mei_device_init | Tomas Winkler | 2013-01-08 | 1 | -0/+4 |
* | mei: make host csr and me csr internal to hw-me | Tomas Winkler | 2013-01-08 | 1 | -44/+19 |
* | mei: abstract host and device readieness | Tomas Winkler | 2013-01-08 | 1 | -8/+6 |
* | mei: don't use cached value for hcsr in mei_hw_reset | Tomas Winkler | 2013-01-08 | 1 | -28/+0 |
* | mei: remove write only need_reset member of struct mei_device | Tomas Winkler | 2013-01-08 | 1 | -5/+1 |
* | mei: move MEI_IAMTHIF_IDLE to amthif host init function | Tomas Winkler | 2013-01-08 | 1 | -1/+0 |
* | mei: normalize me host client linking routines | Tomas Winkler | 2013-01-08 | 1 | -0/+4 |
* | mei: move me client storage allocation to hbm.c | Tomas Winkler | 2013-01-08 | 1 | -39/+0 |
* | mei: rename interface to hw-me | Tomas Winkler | 2013-01-08 | 1 | -1/+0 |
* | mei: fix client functions names | Tomas Winkler | 2013-01-08 | 1 | -3/+3 |
* | mei: move client functions to client.c | Tomas Winkler | 2013-01-08 | 1 | -252/+0 |
* | mei: add new hbm.h header to export hbm protocol | Tomas Winkler | 2013-01-08 | 1 | -0/+1 |
* | mei: add common prefix to hbm function | Tomas Winkler | 2013-01-07 | 1 | -2/+2 |
* | mei: move host bus message handling to hbm.c | Tomas Winkler | 2013-01-07 | 1 | -111/+0 |
* | mei: move hw dependent functions to interface.c | Tomas Winkler | 2013-01-07 | 1 | -2/+1 |
* | mei: include local headers after the system ones | Tomas Winkler | 2013-01-07 | 1 | -2/+2 |
* | mei: drop redundant length parameter from mei_write_message function | Tomas Winkler | 2013-01-07 | 1 | -4/+3 |
* | mei: Simplify the ME client enumeration code | Samuel Ortiz | 2012-11-21 | 1 | -33/+66 |
* | mei: use structured buffer for extra write buffer | Tomas Winkler | 2012-11-21 | 1 | -1/+1 |
* | mei: compact code for mei bus message creation | Tomas Winkler | 2012-11-21 | 1 | -44/+34 |
* | mei: use link and unlink terms for connecting ME and HOST client | Tomas Winkler | 2012-11-15 | 1 | -35/+32 |
* | mei: rename enum mei_cb_major_types to enum mei_cb_file_ops | Tomas Winkler | 2012-11-15 | 1 | -1/+1 |
* | mei: use type struct mei_cl *cl instead of void in struct mei_cb | Tomas Winkler | 2012-11-15 | 1 | -4/+2 |