summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/amthif.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-30mei: amthif: discard not read messagesAlexander Usyskin1-1/+3
2016-02-20mei: fix format string in debug printsAlexander Usyskin1-1/+1
2016-02-07mei: split amthif client init from end of clients enumerationAlexander Usyskin1-2/+3
2016-02-07mei: drop reserved host client idsAlexander Usyskin1-1/+1
2016-02-07mei: amthif: interrupt reader on link resetAlexander Usyskin1-1/+7
2016-02-07mei: amthif: use rx_wait queue also for amthif clientAlexander Usyskin1-5/+5
2016-02-07mei: amthif: drop parameter validation from mei_amthif_writeTomas Winkler1-9/+1
2016-02-07mei: amthif: replace amthif_rd_complete_list with rd_completedTomas Winkler1-28/+11
2016-02-07mei: amthif: allow only one request at a timeAlexander Usyskin1-0/+8
2016-02-07mei: rename variable names 'file_object' to fpTomas Winkler1-10/+10
2016-02-07mei: constify struct file pointerTomas Winkler1-3/+3
2016-02-07mei: amthif: don't drop read packets on timeoutAlexander Usyskin1-27/+0
2016-02-07mei: amthif: don't copy from an empty bufferAlexander Usyskin1-1/+1
2016-02-07mei: fix possible integer overflow issueTomas Winkler1-3/+2
2015-10-17mei: amthif: Do not compare bool to 0/1Alexander Usyskin1-1/+1
2015-05-24mei: drop iamthif_mtu from device structureAlexander Usyskin1-8/+1
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin1-15/+4
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-271/+152
2015-04-03mei: fix mei_poll operationTomas Winkler1-10/+15
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-03-01mei: simplify io callback disposalTomas Winkler1-14/+10
2015-03-01mei: always initialize the callback with the intended operation typeTomas Winkler1-3/+1
2015-03-01mei: use only one buffer in callbackTomas Winkler1-4/+4
2015-03-01mei: iamthif: use regular client read functionsTomas Winkler1-63/+8
2015-03-01mei: iamthif: use client write functionsTomas Winkler1-134/+44
2015-03-01mei: iamthif: send flow control as a regular clientTomas Winkler1-61/+73
2015-03-01mei: iamthif: remove useless iamthif_ioctl variableTomas Winkler1-8/+3
2015-03-01mei: iamthif: fix device reset on mei_amthif_irq_read_msgTomas Winkler1-28/+48
2015-01-25mei: add reference counting for me clientsTomas Winkler1-6/+8
2014-11-03mei: use local cl variables in wd and amthifTomas Winkler1-4/+6
2014-11-03mei: drop unneeded client NULL check in cb structureAlexander Usyskin1-15/+9
2014-09-29mei: fix kernel-doc warningsAlexander Usyskin1-2/+3
2014-09-29mei: fix KDoc documentation formattingAlexander Usyskin1-17/+13
2014-09-29mei: remove include to pci header from mei module filesTomas Winkler1-1/+1
2014-09-29mei: get rid of most of the pci dependencies in meiTomas Winkler1-34/+34
2014-09-29mei: kill error message for allocation failureTomas Winkler1-3/+1
2014-09-29mei: fix style warning: Missing a blank line after declarationsTomas Winkler1-0/+1
2014-09-23mei: add mei_me_cl_by_uuid_id functionTomas Winkler1-0/+1
2014-09-23mei: me_client lookup function to return me_client objectTomas Winkler1-18/+11
2014-09-23mei: amthif: don't check amthif client identity on amthif queuesAlexander Usyskin1-22/+15
2014-05-03mei: set connecting state just upon connection request is sent to the fwAlexander Usyskin1-2/+0
2014-03-17mei: amthif: fix checkpatch errorTomas Winkler1-2/+1
2014-03-17mei: report consistently copy_from/to_user failuresAlexander Usyskin1-1/+3
2014-03-17mei: make me hw headers private to me hw.Tomas Winkler1-1/+0
2014-02-28mei: make return values consistent across the driverAlexander Usyskin1-7/+5
2014-02-28mei: revamp writing slot countingTomas Winkler1-9/+10
2014-02-28mei: add mei_hbuf_acquire wrapperTomas Winkler1-6/+1
2014-02-18mei: don't of list_for_each_entry_safe when not deletingTomas Winkler1-7/+5
2014-02-18mei: wd and amthif use mei_cl_ api for dis/connectionTomas Winkler1-8/+5
2014-02-14mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECTTomas Winkler1-1/+1