aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/amthif.c
Commit message (Expand)AuthorAge
* mei: set connecting state just upon connection request is sent to the fwAlexander Usyskin2014-05-03
* mei: amthif: fix checkpatch errorTomas Winkler2014-03-17
* mei: report consistently copy_from/to_user failuresAlexander Usyskin2014-03-17
* mei: make me hw headers private to me hw.Tomas Winkler2014-03-17
* mei: make return values consistent across the driverAlexander Usyskin2014-02-28
* mei: revamp writing slot countingTomas Winkler2014-02-28
* mei: add mei_hbuf_acquire wrapperTomas Winkler2014-02-28
* mei: don't of list_for_each_entry_safe when not deletingTomas Winkler2014-02-18
* mei: wd and amthif use mei_cl_ api for dis/connectionTomas Winkler2014-02-18
* mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECTTomas Winkler2014-02-14
* drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-07
* mei: fix syntax in comments and debug outputAlexander Usyskin2014-01-08
* mei: enable marking internal commandsTomas Winkler2013-12-18
* mei: amthif: mei_amthif_host_init: propagate errors from called functionsTomas Winkler2013-10-03
* mei: revamp open handler countsTomas Winkler2013-10-03
* Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman2013-09-29
|\
| * mei: cancel stall timers in mei_resetAlexander Usyskin2013-09-26
* | mei: push credentials inside the irq write handlerTomas Winkler2013-09-26
* | mei: propagate error from write routines instead of ENODEVTomas Winkler2013-09-26
|/
* mei: don't get stuck in select during resetTomas Winkler2013-07-26
* mei: revamp interrupt thread handlersTomas Winkler2013-05-21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-30
|\
| * mei: Fix comments in drivers/misc/meiMasanari Iida2013-04-05
* | mei: revamp mei_amthif_irq_read_messageTomas Winkler2013-04-19
* | mei: revamp mei_data2slotsTomas Winkler2013-03-15
|/
* mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler2013-02-06
* mei: separate compilation of the ME hardware specificsTomas Winkler2013-02-06
* Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman2013-01-18
|\
| * mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov2013-01-07
* | mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler2013-01-08
* | mei: normalize me host client linking routinesTomas Winkler2013-01-08
* | mei: rename remaining amthi strings to amthifTomas Winkler2013-01-08
* | mei: rename interface to hw-meTomas Winkler2013-01-08
* | mei: fix client functions namesTomas Winkler2013-01-08
* | mei: add new hbm.h header to export hbm protocolTomas Winkler2013-01-08
* | mei: add common prefix to hbm functionTomas Winkler2013-01-07
* | mei: use structured buffer for the write bufferTomas Winkler2013-01-07
* | mei: include local headers after the system onesTomas Winkler2013-01-07
* | mei: use unified format for printing mei message headerTomas Winkler2013-01-07
* | mei: drop redundant length parameter from mei_write_message functionTomas Winkler2013-01-07
|/
* mei: streamline amthif write complete functionTomas Winkler2012-11-21
* mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler2012-11-15
* mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler2012-11-15
* mei: move amthif specific release code to amithifTomas Winkler2012-11-15
* mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler2012-11-15
* mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler2012-11-15
* mei: amthif: prefix cb list with amthifTomas Winkler2012-11-15
* mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler2012-11-01
* mei: extract AMTHI functions into the amthif.c fileTomas Winkler2012-11-01