]> 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)
commit05cfae42e3979c05167563ae9b98ecd3cc6dc53a
treeecbe76c342d3bd0c1725fa141503393b4825cd3a
parent9b165266d523549c68d1da95c66dbb4d7f99b94f
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]