aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mei/mei_dev.h
AgeCommit message (Expand)Author
2013-10-05mei: make me client counters less error proneTomas Winkler
2013-04-19mei: reseting -> resettingBill Nottingham
2013-04-19mei: revamp mei_amthif_irq_read_messageTomas Winkler
2013-04-19mei: revamp hbm state machineTomas Winkler
2013-04-10mei: nfc: Initial nfc implementationSamuel Ortiz
2013-04-08mei: bus: Add device enabling and disabling APISamuel Ortiz
2013-04-08mei: add mei_cl_write functionTomas Winkler
2013-04-05mei: add debugfs hooksTomas Winkler
2013-03-29mei: bus: Synchronous API for the data transmissionSamuel Ortiz
2013-03-29mei: bus: Call bus routines from the core codeSamuel Ortiz
2013-03-29mei: bus: Add bus related structures to mei_clSamuel Ortiz
2013-03-29mei: bus: Initial implementation for I/O routinesSamuel Ortiz
2013-03-29mei: bus: Initial MEI Client bus type implementationSamuel Ortiz
2013-03-29mei: rename function mei_hw_init to mei_startTomas Winkler
2013-03-29mei: drop RECOVERING_FROM_RESET device stateTomas Winkler
2013-03-26Merge branch 'char-misc-linus' into char-misc-nextGreg Kroah-Hartman
2013-03-25mei: add mei_irq_compl_handler functionTomas Winkler
2013-03-15mei: add mei_stop function to stop mei deviceTomas Winkler
2013-03-15mei: add hw start callbackTomas Winkler
2013-03-15mei: revamp mei_data2slotsTomas 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-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: 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: 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: 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: 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: extract device dependent constants into hw-me.hTomas Winkler