]> git.baikalelectronics.ru Git - kernel.git/commit
NTB: Add tool test client
authorAllen Hubbe <Allen.Hubbe@emc.com>
Thu, 21 May 2015 06:51:39 +0000 (02:51 -0400)
committerJon Mason <jdmason@kudzu.us>
Sat, 4 Jul 2015 18:08:17 +0000 (14:08 -0400)
commitdb02d0f4731d75ca199c25abf04142b6eee95454
treeecbe76c342d3bd0c1725fa141503393b4825cd3a
parent8059c73fde17ef5dd84c1990695c2c91cb383131
NTB: Add tool test client

This is a simple debugging driver that enables the doorbell and
scratch pad registers to be read and written from the debugfs.  This
tool enables more complicated debugging to be scripted from user space.
This driver may be used to test that your ntb hardware and drivers are
functioning at a basic level.

Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Documentation/ntb.txt
drivers/ntb/test/Kconfig
drivers/ntb/test/Makefile
drivers/ntb/test/ntb_tool.c [new file with mode: 0644]