aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mei/amthif.c
AgeCommit message (Expand)Author
2013-10-05mei: cancel stall timers in mei_resetAlexander Usyskin
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
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler
2013-01-18Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman
2013-01-08mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler
2013-01-08mei: normalize me host client linking routinesTomas Winkler
2013-01-08mei: rename remaining amthi strings to amthifTomas 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: add common prefix to hbm functionTomas Winkler
2013-01-07mei: use structured buffer for the write bufferTomas Winkler
2013-01-07mei: include local headers after the system onesTomas Winkler
2013-01-07mei: use unified format for printing mei message headerTomas Winkler
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler
2013-01-07mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov
2012-11-21mei: streamline amthif write complete functionTomas Winkler
2012-11-15mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler
2012-11-15mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler
2012-11-15mei: move amthif specific release code to amithifTomas Winkler
2012-11-15mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler
2012-11-15mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler
2012-11-15mei: amthif: prefix cb list with amthifTomas Winkler
2012-11-01mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler
2012-11-01mei: extract AMTHI functions into the amthif.c fileTomas Winkler