aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/amthif.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-08mei: fix syntax in comments and debug outputAlexander Usyskin1-2/+2
2013-12-18mei: enable marking internal commandsTomas Winkler1-0/+2
2013-10-03mei: amthif: mei_amthif_host_init: propagate errors from called functionsTomas Winkler1-4/+7
2013-10-03mei: revamp open handler countsTomas Winkler1-2/+3
2013-09-29Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman1-0/+1
2013-09-26mei: cancel stall timers in mei_resetAlexander Usyskin1-0/+1
2013-09-26mei: push credentials inside the irq write handlerTomas Winkler1-0/+9
2013-09-26mei: propagate error from write routines instead of ENODEVTomas Winkler1-11/+13
2013-07-26mei: don't get stuck in select during resetTomas Winkler1-3/+11
2013-05-21mei: revamp interrupt thread handlersTomas Winkler1-3/+3
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2013-04-19mei: revamp mei_amthif_irq_read_messageTomas Winkler1-5/+5
2013-04-05mei: Fix comments in drivers/misc/meiMasanari Iida1-3/+3
2013-03-15mei: revamp mei_data2slotsTomas Winkler1-5/+6
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler1-4/+4
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler1-3/+3
2013-01-18Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman1-3/+3
2013-01-08mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler1-0/+2
2013-01-08mei: normalize me host client linking routinesTomas Winkler1-16/+26
2013-01-08mei: rename remaining amthi strings to amthifTomas Winkler1-31/+31
2013-01-08mei: rename interface to hw-meTomas Winkler1-1/+1
2013-01-08mei: fix client functions namesTomas Winkler1-4/+5
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler1-0/+1
2013-01-07mei: add common prefix to hbm functionTomas Winkler1-3/+4
2013-01-07mei: use structured buffer for the write bufferTomas Winkler1-13/+12
2013-01-07mei: include local headers after the system onesTomas Winkler1-2/+1
2013-01-07mei: use unified format for printing mei message headerTomas Winkler1-2/+1
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler1-4/+2
2013-01-07mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov1-3/+3
2012-11-21mei: streamline amthif write complete functionTomas Winkler1-54/+44
2012-11-15mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler1-2/+2
2012-11-15mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler1-0/+19
2012-11-15mei: move amthif specific release code to amithifTomas Winkler1-0/+114
2012-11-15mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler1-1/+1
2012-11-15mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler1-10/+4
2012-11-15mei: amthif: prefix cb list with amthifTomas Winkler1-5/+5
2012-11-01mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler1-3/+36
2012-11-01mei: extract AMTHI functions into the amthif.c fileTomas Winkler1-0/+572