aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mei
AgeCommit message (Expand)Author
2013-03-15mei: ME hardware reset needs to be synchronizedTomas Winkler
2013-03-15mei: add mei_stop function to stop mei deviceTomas Winkler
2013-02-07mei: fix undefined wd symbols when MEI_ME is not setTomas Winkler
2013-02-06mei: move clients cleanup code from init.c to client.cTomas Winkler
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler
2013-02-06mei: move interrupt handlers to be me hw specificTomas Winkler
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler
2013-02-06mei: initial extract of ME hw specifics from mei_deviceTomas Winkler
2013-02-06mei: sperate interface and pci code into two filesTomas Winkler
2013-01-18Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman
2013-01-17mei: Fix some more kernel-doc typos in hw-me.cSedat Dilek
2013-01-14mei: drop the warning when cl is not initialized during unlinkingTomas Winkler
2013-01-08mei: move work initialization to mei_device_initTomas Winkler
2013-01-08mei: make host csr and me csr internal to hw-meTomas Winkler
2013-01-08mei: reenable mei_hcsr_set abstractionTomas Winkler
2013-01-08mei: abstract host and device readienessTomas Winkler
2013-01-08mei: use non cached hcsr for interrupt enablementTomas Winkler
2013-01-08mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler
2013-01-08mei: remove mei_csr_clear_his prototypeTomas Winkler
2013-01-08mei: remove write only need_reset member of struct mei_deviceTomas Winkler
2013-01-08mei: hw-me.c fix kernel docTomas Winkler
2013-01-08mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler
2013-01-08mei: normalize me host client linking routinesTomas Winkler
2013-01-08mei: rename remaining amthi strings to amthifTomas Winkler
2013-01-08mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler
2013-01-08mei: move me client storage allocation to hbm.cTomas Winkler
2013-01-08mei: drop read_pending member form struct mei_clTomas Winkler
2013-01-08mei: rename interface to hw-meTomas Winkler
2013-01-08mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler
2013-01-08mei: implement mei_cl_connect functionTomas Winkler
2013-01-08mei: fix client functions namesTomas Winkler
2013-01-08mei: move client functions to client.cTomas Winkler
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler
2013-01-07mei: add common prefix to hbm functionTomas Winkler
2013-01-07mei: use structured buffer for the write bufferTomas Winkler
2013-01-07mei: simplify preparing client host bus messagesTomas Winkler
2013-01-07mei: drop nonexistent function prototypeTomas Winkler
2013-01-07mei: move host bus message handling to hbm.cTomas Winkler
2013-01-07mei: move hw dependent functions to interface.cTomas Winkler
2013-01-07mei: mei_me_client is not hw API move to mei_dev.hTomas Winkler
2013-01-07mei: kill not used BAR0 length and base variablesTomas Winkler
2013-01-07mei: include local headers after the system onesTomas Winkler
2013-01-07mei: extract device dependent constants into hw-me.hTomas Winkler
2013-01-07mei: move internal host clients ids to mei_dev.h from hw.hTomas Winkler
2013-01-07mei: use unified format for printing mei message headerTomas Winkler
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler
2013-01-07mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov
2012-12-19watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler
2012-11-21misc: remove use of __devexitBill Pemberton