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