aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/interrupt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-16mei: ignore client writing state during cb completionAlexander Usyskin1-2/+1
2014-03-17mei: make me hw headers private to me hw.Tomas Winkler1-1/+0
2014-03-17mei: me: do not reset when less than expected data is receivedTomas Winkler1-1/+1
2014-03-08mei: fix regressions caused by removing ext_msgAlexander Usyskin1-0/+2
2014-02-28mei: wd: fix stop completion failureTomas Winkler1-1/+1
2014-02-28mei: wd: simplify wd_send commandTomas Winkler1-4/+3
2014-02-28mei: make return values consistent across the driverAlexander Usyskin1-2/+2
2014-02-28mei: revamp writing slot countingTomas Winkler1-48/+30
2014-02-28mei: add mei_hbuf_acquire wrapperTomas Winkler1-3/+3
2014-02-18mei: don't of list_for_each_entry_safe when not deletingTomas Winkler1-7/+6
2014-02-18mei: wd and amthif use mei_cl_ api for dis/connectionTomas Winkler1-1/+4
2014-02-14mei: get rid of ext_msgTomas Winkler1-7/+40
2014-02-14mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECTTomas Winkler1-7/+7
2014-01-13mei: revamp mei reset state machineTomas Winkler1-6/+7
2014-01-08mei: fix syntax in comments and debug outputAlexander Usyskin1-3/+3
2014-01-08mei: use hbm idle state to prevent spurious resetsTomas Winkler1-10/+15
2014-01-08mei: do not run reset flow from the interrupt threadTomas Winkler1-3/+6
2013-11-27mei: cleanup mei_irq_read_handlerTomas Winkler1-39/+40
2013-09-26mei: push credentials inside the irq write handlerTomas Winkler1-5/+0
2013-09-26mei: propagate error from write routines instead of ENODEVTomas Winkler1-7/+13
2013-09-26mei: fix function names in debug printsAlexander Usyskin1-3/+3
2013-09-26mei: prefix client log messages with client me and host idsAlexander Usyskin1-11/+7
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