aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/interrupt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-24mei: move mei_cl_irq_write_complete to client.cTomas Winkler1-59/+0
2013-05-21mei: revamp interrupt thread handlersTomas Winkler1-67/+63
2013-05-21mei: move mei_cl_complete to client.cTomas Winkler1-27/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-04-23mei: fix krealloc() misuse in in mei_cl_irq_read_msg()Wei Yongjun1-5/+5
2013-04-23mei: reduce flow control only for completed messagesTomas Winkler1-3/+4
2013-04-19mei: fix reading large reposnesTomas Winkler1-3/+15
2013-04-19mei: revamp mei_irq_read_client_message functionTomas Winkler1-58/+66
2013-04-19mei: revamp mei_amthif_irq_read_messageTomas Winkler1-1/+1
2013-04-19mei: revamp hbm state machineTomas Winkler1-2/+2
2013-04-08mei: notify about the reset in error levelTomas Winkler1-3/+3
2013-04-05mei: Fix comments in drivers/misc/meiMasanari Iida1-3/+3
2013-03-29mei: bus: Call bus routines from the core codeSamuel Ortiz1-0/+2
2013-03-29mei: move mei-me to separate moduleTomas Winkler1-0/+4
2013-03-25mei: add mei_irq_compl_handler functionTomas Winkler1-7/+32
2013-03-15mei: revamp mei_data2slotsTomas Winkler1-22/+28
2013-02-06mei: move interrupt handlers to be me hw specificTomas Winkler1-118/+8
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler1-5/+5
2013-01-08mei: make host csr and me csr internal to hw-meTomas Winkler1-4/+0
2013-01-08mei: abstract host and device readienessTomas Winkler1-9/+10
2013-01-08mei: use non cached hcsr for interrupt enablementTomas Winkler1-1/+1
2013-01-08mei: rename interface to hw-meTomas Winkler1-1/+1
2013-01-08mei: fix client functions namesTomas Winkler1-5/+6
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler1-0/+1
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler1-208/+0
2013-01-07mei: add common prefix to hbm functionTomas Winkler1-5/+5
2013-01-07mei: use structured buffer for the write bufferTomas Winkler1-13/+12
2013-01-07mei: move host bus message handling to hbm.cTomas Winkler1-230/+5
2013-01-07mei: move hw dependent functions to interface.cTomas Winkler1-23/+1
2013-01-07mei: include local headers after the system onesTomas Winkler1-2/+2
2013-01-07mei: use unified format for printing mei message headerTomas Winkler1-8/+6
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler1-9/+8
2012-11-21mei: Simplify the ME client enumeration codeSamuel Ortiz1-52/+23
2012-11-21mei: simplify write complete loop in irq handlerTomas Winkler1-25/+12
2012-11-21mei: don't mix read and write slotsTomas Winkler1-16/+19
2012-11-21mei: streamline amthif write complete functionTomas Winkler1-2/+2
2012-11-21mei: streamline write complete flow functionTomas Winkler1-70/+43
2012-11-21mei: use structured buffer for extra write bufferTomas Winkler1-22/+14
2012-11-21mei: compact code for mei bus message creationTomas Winkler1-58/+38
2012-11-15mei: use the same bus msg for connect and disconnect requestTomas Winkler1-9/+8
2012-11-15mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler1-9/+9
2012-11-15mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler1-7/+7
2012-11-15mei: 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-24mei: rename mei_free_cb_private to mei_io_cb_freeTomas Winkler1-7/+5
2012-10-24mei: kill usless struct mei_io_listTomas Winkler1-76/+58
2012-10-24mei: rename mei_cl_cb.information to mei_cl_cb.buf_idxTomas Winkler1-22/+21
2012-09-10mei: don't print buffer as a stringTomas Winkler1-8/+1
2012-08-16mei: wd: decouple and revamp watchdog state machineTomas Winkler1-6/+3