summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/interrupt.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-22mei: Simplify the ME client enumeration codeSamuel Ortiz1-52/+23
2012-11-22mei: simplify write complete loop in irq handlerTomas Winkler1-25/+12
2012-11-22mei: don't mix read and write slotsTomas Winkler1-16/+19
2012-11-22mei: streamline amthif write complete functionTomas Winkler1-2/+2
2012-11-22mei: streamline write complete flow functionTomas Winkler1-70/+43
2012-11-22mei: use structured buffer for extra write bufferTomas Winkler1-22/+14
2012-11-22mei: compact code for mei bus message creationTomas Winkler1-58/+38
2012-11-16mei: use the same bus msg for connect and disconnect requestTomas Winkler1-9/+8
2012-11-16mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler1-9/+9
2012-11-16mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler1-7/+7
2012-11-16mei: amthif: prefix cb list with amthifTomas Winkler1-4/+2
2012-11-01mei: extract AMTHI functions into the amthif.c fileTomas Winkler1-208/+10
2012-11-01mei: normalize timeouts definitionsTomas Winkler1-2/+2
2012-10-25mei: rename mei_free_cb_private to mei_io_cb_freeTomas Winkler1-7/+5
2012-10-25mei: kill usless struct mei_io_listTomas Winkler1-76/+58
2012-10-25mei: rename mei_cl_cb.information to mei_cl_cb.buf_idxTomas Winkler1-22/+21
2012-09-11mei: don't print buffer as a stringTomas Winkler1-8/+1
2012-08-16mei: wd: decouple and revamp watchdog state machineTomas Winkler1-6/+3
2012-08-16mei: wd: rename watchdog constants to be more descriptiveTomas Winkler1-2/+2
2012-08-16mei: fix device stall after wd is stoppedTomas Winkler1-1/+1
2012-08-16mei: name space for mei device stateTomas Winkler1-11/+11
2012-07-18Merge 3.5-rc7 into char-misc-next.Greg Kroah-Hartman1-1/+1
2012-07-11mei: mei_irq_thread_write_handler - line break fixTomas Winkler1-28/+16
2012-07-11mei: streamline the _mei_irq_thread_close/ioctol functionsTomas Winkler1-33/+30
2012-07-11mei: introduce mei_data2slots wrapperTomas Winkler1-22/+11
2012-07-11mei: remove write only wariable wd_due_counterTomas Winkler1-8/+4
2012-06-27mei: revamp host buffer interface functionTomas Winkler1-4/+4
2012-06-27mei: don't query HCSR for host buffer depthTomas Winkler1-3/+3
2012-06-21mei: mei_irq_thread_write_handler check for overflowTomas Winkler1-0/+3
2012-06-21mei: check for error codes that mei_flow_ctrl_creds retunsTomas Winkler1-2/+2
2012-06-14misc: mei: fix stalled readTomas Winkler1-1/+1
2012-05-10mei: export mei.h for the user spaceTomas Winkler1-1/+1
2012-05-02Staging: mei: move the mei code out of stagingGreg Kroah-Hartman1-0/+1590