aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/mei_dev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-26mei: make me client counters less error proneTomas Winkler1-3/+3
2013-06-24mei: check whether hw start has succeededTomas Winkler1-2/+2
2013-06-24mei: check if the hardware reset succeededTomas Winkler1-3/+3
2013-05-30mei: deprecate the mei_wd_state_independence_msgTomas Winkler1-6/+0
2013-05-21mei: revamp interrupt thread handlersTomas Winkler1-11/+2
2013-04-19mei: reseting -> resettingBill Nottingham1-1/+1
2013-04-19mei: revamp mei_amthif_irq_read_messageTomas Winkler1-0/+9
2013-04-19mei: revamp hbm state machineTomas Winkler1-10/+3
2013-04-10mei: nfc: Initial nfc implementationSamuel Ortiz1-0/+10
2013-04-08mei: bus: Add device enabling and disabling APISamuel Ortiz1-11/+17
2013-04-08mei: add mei_cl_write functionTomas Winkler1-3/+3
2013-04-05mei: add debugfs hooksTomas Winkler1-2/+18
2013-03-29mei: bus: Synchronous API for the data transmissionSamuel Ortiz1-0/+1
2013-03-29mei: bus: Call bus routines from the core codeSamuel Ortiz1-1/+5
2013-03-29mei: bus: Add bus related structures to mei_clSamuel Ortiz1-0/+8
2013-03-29mei: bus: Initial implementation for I/O routinesSamuel Ortiz1-0/+30
2013-03-29mei: bus: Initial MEI Client bus type implementationSamuel Ortiz1-0/+26
2013-03-29mei: rename function mei_hw_init to mei_startTomas Winkler1-1/+1
2013-03-29mei: drop RECOVERING_FROM_RESET device stateTomas Winkler1-1/+0
2013-03-26Merge branch 'char-misc-linus' into char-misc-nextGreg Kroah-Hartman1-0/+1
2013-03-25mei: add mei_irq_compl_handler functionTomas Winkler1-2/+1
2013-03-15mei: add mei_stop function to stop mei deviceTomas Winkler1-0/+1
2013-03-15mei: add hw start callbackTomas Winkler1-6/+10
2013-03-15mei: revamp mei_data2slotsTomas Winkler1-0/+11
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler1-4/+10
2013-02-06mei: move interrupt handlers to be me hw specificTomas Winkler1-2/+7
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler1-10/+122
2013-02-06mei: initial extract of ME hw specifics from mei_deviceTomas Winkler1-7/+3
2013-02-06mei: sperate interface and pci code into two filesTomas Winkler1-0/+3
2013-01-08mei: make host csr and me csr internal to hw-meTomas Winkler1-2/+2
2013-01-08mei: reenable mei_hcsr_set abstractionTomas Winkler1-1/+0
2013-01-08mei: abstract host and device readienessTomas Winkler1-0/+4
2013-01-08mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler1-0/+1
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 Winkler1-1/+0
2013-01-08mei: normalize me host client linking routinesTomas Winkler1-5/+5
2013-01-08mei: rename remaining amthi strings to amthifTomas Winkler1-1/+1
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 Winkler1-1/+0
2013-01-08mei: drop read_pending member form struct mei_clTomas Winkler1-1/+0
2013-01-08mei: rename interface to hw-meTomas Winkler1-1/+1
2013-01-08mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler1-0/+17
2013-01-08mei: implement mei_cl_connect functionTomas Winkler1-5/+0
2013-01-08mei: fix client functions namesTomas Winkler1-53/+0
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler1-10/+0
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler1-9/+0
2013-01-07mei: add common prefix to hbm functionTomas Winkler1-9/+0
2013-01-07mei: use structured buffer for the write bufferTomas Winkler1-4/+8
2013-01-07mei: drop nonexistent function prototypeTomas Winkler1-3/+0
2013-01-07mei: move host bus message handling to hbm.cTomas Winkler1-0/+10