summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei
AgeCommit message (Expand)AuthorLines
2013-03-15mei: ME hardware reset needs to be synchronizedTomas Winkler-9/+20
2013-03-15mei: add mei_stop function to stop mei deviceTomas Winkler-45/+26
2013-02-07mei: fix undefined wd symbols when MEI_ME is not setTomas Winkler-1/+1
2013-02-06mei: move clients cleanup code from init.c to client.cTomas Winkler-22/+62
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler-23/+27
2013-02-06mei: move interrupt handlers to be me hw specificTomas Winkler-150/+164
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler-74/+210
2013-02-06mei: initial extract of ME hw specifics from mei_deviceTomas Winkler-88/+114
2013-02-06mei: sperate interface and pci code into two filesTomas Winkler-342/+409
2013-01-18Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman-3/+3
2013-01-17mei: Fix some more kernel-doc typos in hw-me.cSedat Dilek-2/+2
2013-01-14mei: drop the warning when cl is not initialized during unlinkingTomas Winkler-2/+3
2013-01-08mei: move work initialization to mei_device_initTomas Winkler-2/+4
2013-01-08mei: make host csr and me csr internal to hw-meTomas Winkler-53/+37
2013-01-08mei: reenable mei_hcsr_set abstractionTomas Winkler-24/+15
2013-01-08mei: abstract host and device readienessTomas Winkler-18/+54
2013-01-08mei: use non cached hcsr for interrupt enablementTomas Winkler-9/+12
2013-01-08mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler-28/+36
2013-01-08mei: remove mei_csr_clear_his prototypeTomas Winkler-2/+1
2013-01-08mei: remove write only need_reset member of struct mei_deviceTomas Winkler-6/+1
2013-01-08mei: hw-me.c fix kernel docTomas Winkler-9/+18
2013-01-08mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler-1/+2
2013-01-08mei: normalize me host client linking routinesTomas Winkler-75/+98
2013-01-08mei: rename remaining amthi strings to amthifTomas Winkler-36/+36
2013-01-08mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler-4/+0
2013-01-08mei: move me client storage allocation to hbm.cTomas Winkler-41/+38
2013-01-08mei: drop read_pending member form struct mei_clTomas Winkler-5/+2
2013-01-08mei: rename interface to hw-meTomas Winkler-210/+208
2013-01-08mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler-20/+17
2013-01-08mei: implement mei_cl_connect functionTomas Winkler-159/+163
2013-01-08mei: fix client functions namesTomas Winkler-198/+267
2013-01-08mei: move client functions to client.cTomas Winkler-366/+361
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler-15/+47
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler-220/+186
2013-01-07mei: add common prefix to hbm functionTomas Winkler-50/+53
2013-01-07mei: use structured buffer for the write bufferTomas Winkler-105/+108
2013-01-07mei: simplify preparing client host bus messagesTomas Winkler-56/+70
2013-01-07mei: drop nonexistent function prototypeTomas Winkler-3/+0
2013-01-07mei: move host bus message handling to hbm.cTomas Winkler-419/+456
2013-01-07mei: move hw dependent functions to interface.cTomas Winkler-93/+97
2013-01-07mei: mei_me_client is not hw API move to mei_dev.hTomas Winkler-6/+13
2013-01-07mei: kill not used BAR0 length and base variablesTomas Winkler-5/+2
2013-01-07mei: include local headers after the system onesTomas Winkler-12/+13
2013-01-07mei: extract device dependent constants into hw-me.hTomas Winkler-98/+169
2013-01-07mei: move internal host clients ids to mei_dev.h from hw.hTomas Winkler-5/+6
2013-01-07mei: use unified format for printing mei message headerTomas Winkler-15/+16
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler-44/+36
2013-01-07mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov-3/+3
2012-12-19watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler-1/+1
2012-11-21misc: remove use of __devexitBill Pemberton-1/+1