summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/amthif.c
AgeCommit message (Expand)Author
2015-05-24mei: drop iamthif_mtu from device structureAlexander Usyskin
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-03mei: fix mei_poll operationTomas Winkler
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-02mei: simplify io callback disposalTomas Winkler
2015-03-02mei: always initialize the callback with the intended operation typeTomas Winkler
2015-03-02mei: use only one buffer in callbackTomas Winkler
2015-03-02mei: iamthif: use regular client read functionsTomas Winkler
2015-03-02mei: iamthif: use client write functionsTomas Winkler
2015-03-02mei: iamthif: send flow control as a regular clientTomas Winkler
2015-03-02mei: iamthif: remove useless iamthif_ioctl variableTomas Winkler
2015-03-02mei: iamthif: fix device reset on mei_amthif_irq_read_msgTomas Winkler
2015-01-25mei: add reference counting for me clientsTomas Winkler
2014-11-03mei: use local cl variables in wd and amthifTomas Winkler
2014-11-03mei: drop unneeded client NULL check in cb structureAlexander Usyskin
2014-09-29mei: fix kernel-doc warningsAlexander Usyskin
2014-09-29mei: fix KDoc documentation formattingAlexander Usyskin
2014-09-29mei: remove include to pci header from mei module filesTomas Winkler
2014-09-29mei: get rid of most of the pci dependencies in meiTomas Winkler
2014-09-29mei: kill error message for allocation failureTomas Winkler
2014-09-29mei: fix style warning: Missing a blank line after declarationsTomas Winkler
2014-09-24mei: add mei_me_cl_by_uuid_id functionTomas Winkler
2014-09-24mei: me_client lookup function to return me_client objectTomas Winkler
2014-09-24mei: amthif: don't check amthif client identity on amthif queuesAlexander Usyskin
2014-05-03mei: set connecting state just upon connection request is sent to the fwAlexander Usyskin
2014-03-17mei: amthif: fix checkpatch errorTomas Winkler
2014-03-17mei: report consistently copy_from/to_user failuresAlexander Usyskin
2014-03-17mei: make me hw headers private to me hw.Tomas 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: rename MEI_FOP_IOCTL to MEI_FOP_CONNECTTomas Winkler
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-08mei: fix syntax in comments and debug outputAlexander Usyskin
2013-12-19mei: enable marking internal commandsTomas Winkler
2013-10-03mei: amthif: mei_amthif_host_init: propagate errors from called functionsTomas Winkler
2013-10-03mei: revamp open handler countsTomas Winkler
2013-09-30Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman
2013-09-26mei: cancel stall timers in mei_resetAlexander Usyskin
2013-09-26mei: push credentials inside the irq write handlerTomas Winkler
2013-09-26mei: propagate error from write routines instead of ENODEVTomas Winkler
2013-07-27mei: don't get stuck in select during resetTomas Winkler
2013-05-21mei: revamp interrupt thread handlersTomas Winkler
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-19mei: revamp mei_amthif_irq_read_messageTomas Winkler
2013-04-05mei: Fix comments in drivers/misc/meiMasanari Iida
2013-03-15mei: revamp mei_data2slotsTomas Winkler