summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/debugfs.c
AgeCommit message (Expand)AuthorLines
2015-10-27mei: Fix debugfs filename in error outputAlexander Kuleshov-1/+1
2015-09-20mei: fix debugfs files leak on error pathTomas Winkler-1/+2
2015-08-03mei: enable async event notifications only from hbm version 2.0Tomas Winkler-0/+2
2015-08-03mei: disconnect on connection request timeoutAlexander Usyskin-0/+2
2015-08-03mei: support for dynamic clientsTomas Winkler-0/+2
2015-05-24mei: export hbm features to debugfs under devstateTomas Winkler-0/+7
2015-05-24mei: connection to fixed address clients from user-spaceAlexander Usyskin-0/+6
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin-1/+1
2015-03-01mei: allow read concurrencyTomas Winkler-1/+1
2015-03-01mei: revamp me clients list handlingTomas Winkler-10/+9
2015-01-25mei: add reference counting for me clientsTomas Winkler-12/+20
2014-11-03mei: debugfs: display also connectionless clientsTomas Winkler-6/+2
2014-09-29mei: fix kernel-doc warningsAlexander Usyskin-0/+2
2014-09-29mei: fix KDoc documentation formattingAlexander Usyskin-2/+5
2014-09-29mei: trivial: fix errors in prints in commentsAlexander Usyskin-1/+1
2014-09-29mei: remove include to pci header from mei module filesTomas Winkler-1/+0
2014-09-29mei: get rid of most of the pci dependencies in meiTomas Winkler-3/+3
2014-09-29mei: fix style warning: Missing a blank line after declarationsTomas Winkler-0/+1
2014-09-29mei: debugfs: add single buffer indicatorTomas Winkler-3/+4
2014-09-29mei: debugfs: adjust print bufferAlexander Usyskin-7/+15
2014-09-29mei: add hbm and pg state in devstate debugfs printAlexander Usyskin-1/+6
2014-09-23mei: use list for me clients book keepingTomas Winkler-10/+9
2014-02-07mei: export active connections to debugfsTomas Winkler-0/+54
2014-01-08mei: fix syntax in comments and debug outputAlexander Usyskin-2/+2
2013-04-11mei: convert to use simple_open()Wei Yongjun-8/+2
2013-04-05mei: add debugfs hooksTomas Winkler-0/+149