summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/interrupt.c
AgeCommit message (Expand)Author
2014-04-16mei: ignore client writing state during cb completionAlexander Usyskin
2014-03-17mei: make me hw headers private to me hw.Tomas Winkler
2014-03-17mei: me: do not reset when less than expected data is receivedTomas Winkler
2014-03-08mei: fix regressions caused by removing ext_msgAlexander Usyskin
2014-02-28mei: wd: fix stop completion failureTomas Winkler
2014-02-28mei: wd: simplify wd_send commandTomas Winkler
2014-02-28mei: make return values consistent across the driverAlexander Usyskin
2014-02-28mei: revamp writing slot countingTomas Winkler
2014-02-28mei: add mei_hbuf_acquire wrapperTomas Winkler
2014-02-18mei: don't of list_for_each_entry_safe when not deletingTomas Winkler
2014-02-18mei: wd and amthif use mei_cl_ api for dis/connectionTomas Winkler
2014-02-14mei: get rid of ext_msgTomas Winkler
2014-02-14mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECTTomas Winkler
2014-01-13mei: revamp mei reset state machineTomas Winkler
2014-01-08mei: fix syntax in comments and debug outputAlexander Usyskin
2014-01-08mei: use hbm idle state to prevent spurious resetsTomas Winkler
2014-01-08mei: do not run reset flow from the interrupt threadTomas Winkler
2013-11-27mei: cleanup mei_irq_read_handlerTomas Winkler
2013-09-26mei: push credentials inside the irq write handlerTomas Winkler
2013-09-26mei: propagate error from write routines instead of ENODEVTomas Winkler
2013-09-26mei: fix function names in debug printsAlexander Usyskin
2013-09-26mei: prefix client log messages with client me and host idsAlexander Usyskin
2013-06-24mei: move mei_cl_irq_write_complete to client.cTomas Winkler
2013-05-21mei: revamp interrupt thread handlersTomas Winkler
2013-05-21mei: move mei_cl_complete to client.cTomas Winkler
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-23mei: fix krealloc() misuse in in mei_cl_irq_read_msg()Wei Yongjun
2013-04-23mei: reduce flow control only for completed messagesTomas Winkler
2013-04-19mei: fix reading large reposnesTomas Winkler
2013-04-19mei: revamp mei_irq_read_client_message functionTomas Winkler
2013-04-19mei: revamp mei_amthif_irq_read_messageTomas Winkler
2013-04-19mei: revamp hbm state machineTomas Winkler
2013-04-08mei: notify about the reset in error levelTomas Winkler
2013-04-05mei: Fix comments in drivers/misc/meiMasanari Iida
2013-03-29mei: bus: Call bus routines from the core codeSamuel Ortiz
2013-03-29mei: move mei-me to separate moduleTomas Winkler
2013-03-25mei: add mei_irq_compl_handler functionTomas Winkler
2013-03-15mei: revamp mei_data2slotsTomas Winkler
2013-02-06mei: move interrupt handlers to be me hw specificTomas Winkler
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler
2013-01-08mei: make host csr and me csr internal to hw-meTomas Winkler
2013-01-08mei: abstract host and device readienessTomas Winkler
2013-01-08mei: use non cached hcsr for interrupt enablementTomas Winkler
2013-01-08mei: rename interface to hw-meTomas Winkler
2013-01-08mei: fix client functions namesTomas Winkler
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler
2013-01-07mei: add common prefix to hbm functionTomas Winkler
2013-01-07mei: use structured buffer for the write bufferTomas Winkler
2013-01-07mei: move host bus message handling to hbm.cTomas Winkler