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