| Commit message (Expand) | Author | Age | Files | Lines |
* | mei: fix undefined wd symbols when MEI_ME is not set | Tomas Winkler | 2013-02-07 | 1 | -1/+1 |
* | mei: move clients cleanup code from init.c to client.c | Tomas Winkler | 2013-02-06 | 3 | -22/+62 |
* | mei: rename to mei_host_buffer_is_empty to hbuf_is_ready | Tomas Winkler | 2013-02-06 | 6 | -23/+27 |
* | mei: move interrupt handlers to be me hw specific | Tomas Winkler | 2013-02-06 | 5 | -150/+164 |
* | mei: separate compilation of the ME hardware specifics | Tomas Winkler | 2013-02-06 | 9 | -74/+210 |
* | mei: initial extract of ME hw specifics from mei_device | Tomas Winkler | 2013-02-06 | 5 | -88/+114 |
* | mei: sperate interface and pci code into two files | Tomas Winkler | 2013-02-06 | 4 | -342/+409 |
* | Merge 3.8-rc4 into char-misc-next | Greg Kroah-Hartman | 2013-01-18 | 1 | -3/+3 |
|\ |
|
| * | mei: fix mismatch in mutex unlock-lock in mei_amthif_read() | Alexey Khoroshilov | 2013-01-07 | 1 | -3/+3 |
* | | mei: Fix some more kernel-doc typos in hw-me.c | Sedat Dilek | 2013-01-17 | 1 | -2/+2 |
* | | mei: drop the warning when cl is not initialized during unlinking | Tomas Winkler | 2013-01-14 | 1 | -2/+3 |
* | | mei: move work initialization to mei_device_init | Tomas Winkler | 2013-01-08 | 2 | -2/+4 |
* | | mei: make host csr and me csr internal to hw-me | Tomas Winkler | 2013-01-08 | 4 | -53/+37 |
* | | mei: reenable mei_hcsr_set abstraction | Tomas Winkler | 2013-01-08 | 2 | -24/+15 |
* | | mei: abstract host and device readieness | Tomas Winkler | 2013-01-08 | 4 | -18/+54 |
* | | mei: use non cached hcsr for interrupt enablement | Tomas Winkler | 2013-01-08 | 3 | -9/+12 |
* | | mei: don't use cached value for hcsr in mei_hw_reset | Tomas Winkler | 2013-01-08 | 3 | -28/+36 |
* | | mei: remove mei_csr_clear_his prototype | Tomas Winkler | 2013-01-08 | 1 | -2/+1 |
* | | mei: remove write only need_reset member of struct mei_device | Tomas Winkler | 2013-01-08 | 2 | -6/+1 |
* | | mei: hw-me.c fix kernel doc | Tomas Winkler | 2013-01-08 | 1 | -9/+18 |
* | | mei: move MEI_IAMTHIF_IDLE to amthif host init function | Tomas Winkler | 2013-01-08 | 2 | -1/+2 |
* | | mei: normalize me host client linking routines | Tomas Winkler | 2013-01-08 | 7 | -75/+98 |
* | | mei: rename remaining amthi strings to amthif | Tomas Winkler | 2013-01-08 | 4 | -36/+36 |
* | | mei: mei_dev.h - remove prototypes of dropped functions | Tomas Winkler | 2013-01-08 | 1 | -4/+0 |
* | | mei: move me client storage allocation to hbm.c | Tomas Winkler | 2013-01-08 | 3 | -41/+38 |
* | | mei: drop read_pending member form struct mei_cl | Tomas Winkler | 2013-01-08 | 3 | -5/+2 |
* | | mei: rename interface to hw-me | Tomas Winkler | 2013-01-08 | 13 | -210/+208 |
* | | mei: move watchdog prototypes to mei_dev.h from interface.h | Tomas Winkler | 2013-01-08 | 2 | -20/+17 |
* | | mei: implement mei_cl_connect function | Tomas Winkler | 2013-01-08 | 3 | -159/+163 |
* | | mei: fix client functions names | Tomas Winkler | 2013-01-08 | 9 | -198/+267 |
* | | mei: move client functions to client.c | Tomas Winkler | 2013-01-08 | 4 | -366/+361 |
* | | mei: add new hbm.h header to export hbm protocol | Tomas Winkler | 2013-01-08 | 9 | -15/+47 |
* | | mei: move hbm responses from interrupt.c to hbm.c | Tomas Winkler | 2013-01-07 | 3 | -220/+186 |
* | | mei: add common prefix to hbm function | Tomas Winkler | 2013-01-07 | 8 | -50/+53 |
* | | mei: use structured buffer for the write buffer | Tomas Winkler | 2013-01-07 | 5 | -105/+108 |
* | | mei: simplify preparing client host bus messages | Tomas Winkler | 2013-01-07 | 2 | -56/+70 |
* | | mei: drop nonexistent function prototype | Tomas Winkler | 2013-01-07 | 1 | -3/+0 |
* | | mei: move host bus message handling to hbm.c | Tomas Winkler | 2013-01-07 | 6 | -419/+456 |
* | | mei: move hw dependent functions to interface.c | Tomas Winkler | 2013-01-07 | 4 | -93/+97 |
* | | mei: mei_me_client is not hw API move to mei_dev.h | Tomas Winkler | 2013-01-07 | 2 | -6/+13 |
* | | mei: kill not used BAR0 length and base variables | Tomas Winkler | 2013-01-07 | 1 | -5/+2 |
* | | mei: include local headers after the system ones | Tomas Winkler | 2013-01-07 | 7 | -12/+13 |
* | | mei: extract device dependent constants into hw-me.h | Tomas Winkler | 2013-01-07 | 3 | -98/+169 |
* | | mei: move internal host clients ids to mei_dev.h from hw.h | Tomas Winkler | 2013-01-07 | 2 | -5/+6 |
* | | mei: use unified format for printing mei message header | Tomas Winkler | 2013-01-07 | 5 | -15/+16 |
* | | mei: drop redundant length parameter from mei_write_message function | Tomas Winkler | 2013-01-07 | 7 | -44/+36 |
|/ |
|
* | watchdog: mei: avoid oops in watchdog unregister code path | Tomas Winkler | 2012-12-19 | 1 | -1/+1 |
* | misc: remove use of __devexit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | misc: remove use of __devinit | Bill Pemberton | 2012-11-21 | 1 | -2/+2 |
* | mei: remove use of __devexit_p | Bill Pemberton | 2012-11-21 | 1 | -2/+2 |