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