summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/mei-trace.c
AgeCommit message (Collapse)AuthorFilesLines
2016-02-08mei: trace pci configuration space ioTomas Winkler1-0/+2
Use tracing events also for reading and writing pci configuration space <debugfs>/tracing/events/mei/mei_pci_reg_{read,write} Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-02mei: me: add io register tracingTomas Winkler1-0/+25
To make debugging a bit easier we add me register access tracing <debugfs>/tracing/events/mei/mei_reg_{read,write} Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>