NTB: Add NTB hardware abstraction layer
authorAllen Hubbe <Allen.Hubbe@emc.com>
Thu, 9 Apr 2015 14:33:20 +0000 (10:33 -0400)
committerJon Mason <jdmason@kudzu.us>
Sat, 4 Jul 2015 18:04:44 +0000 (14:04 -0400)
commita1bd3baeb2f18b2b3d0f98ce5fdaa725149b950b
treeea7f83ae16bf1369c37f1e5ed585efaa87fc84f2
parentec110bc7cc48d7806c9b65094e6afb19452d458f
NTB: Add NTB hardware abstraction layer

Abstract the NTB device behind a programming interface, so that it can
support different hardware and client drivers.

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