aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/mei_dev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-22mei: drop unused hw dependent fw status functionsAlexander Usyskin1-3/+0
2014-07-09mei: move from misc to char deviceAlexander Usyskin1-1/+8
2014-05-27mei: me: move probe quirk to cfg structureTomas Winkler1-0/+2
2014-05-27mei: add per device configurationAlexander Usyskin1-6/+21
2014-05-03mei: extract fw status registersAlexander Usyskin1-0/+28
2014-05-03mei: me: use runtime PG pm domain for non wakeable devicesTomas Winkler1-0/+3
2014-05-03mei: add function to check write queuesTomas Winkler1-0/+2
2014-05-03mei: expose hardware power gating state to mei layerTomas Winkler1-0/+38
2014-05-03mei: condition PGI support on HW and HBM versionTomas Winkler1-0/+10
2014-05-03mei: implement power gating isolation hbm layerTomas Winkler1-0/+1
2014-03-17mei: fix Unnecessary space after function pointer nameTomas Winkler1-12/+12
2014-03-17mei: make me hw headers private to me hw.Tomas Winkler1-1/+0
2014-02-28mei: revamp writing slot countingTomas Winkler1-2/+2
2014-02-28mei: add mei_hbuf_acquire wrapperTomas Winkler1-0/+2
2014-02-18mei: wd and amthif use mei_cl_ api for dis/connectionTomas Winkler1-1/+1
2014-02-18mei: Remove all bus devices from the mei_dev list when stopping the MEITomas Winkler1-0/+1
2014-02-14mei: get rid of ext_msgTomas Winkler1-6/+2
2014-02-14mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECTTomas Winkler1-6/+6
2014-01-13mei: limit the number of consecutive resetsTomas Winkler1-0/+7
2014-01-13mei: revamp mei reset state machineTomas Winkler1-1/+2
2014-01-08mei: fix syntax in comments and debug outputAlexander Usyskin1-2/+2
2014-01-08mei: do not run reset flow from the interrupt threadTomas Winkler1-0/+1
2013-12-18mei: enable marking internal commandsTomas Winkler1-2/+3
2013-11-27mei: cleanup mei_irq_read_handlerTomas Winkler1-0/+10
2013-11-27mei: remove flash_work_queueTomas Winkler1-1/+2
2013-10-03mei: revamp open handler countsTomas Winkler1-0/+1
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