diff options
author | Xiangliang Yu <Xiangliang.Yu@amd.com> | 2016-01-21 19:47:05 +0800 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2016-01-21 19:51:04 -0500 |
commit | a1b3695820aa490e58915d720a1438069813008b (patch) | |
tree | d2b9d86c397a169835f5c5db020dd1fcfaf2aff0 /MAINTAINERS | |
parent | 8a7b6a778a8519a879c7b6764a11c0d39eead95f (diff) | |
download | blackbird-op-linux-a1b3695820aa490e58915d720a1438069813008b.tar.gz blackbird-op-linux-a1b3695820aa490e58915d720a1438069813008b.zip |
NTB: Add support for AMD PCI-Express Non-Transparent Bridge
This adds support for AMD's PCI-Express Non-Transparent Bridge
(NTB) device on the Zeppelin platform. The driver connnects to the
standard NTB sub-system interface, with modification to add hooks
for power management in a separate patch. The AMD NTB device has 3
memory windows, 16 doorbell, 16 scratch-pad registers, and supports
up to 16 PCIe lanes running a Gen3 speeds.
Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
Reviewed-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 233f83464814..3485ebf92c8e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7586,6 +7586,12 @@ W: https://github.com/jonmason/ntb/wiki T: git git://github.com/jonmason/ntb.git F: drivers/ntb/hw/intel/ +NTB AMD DRIVER +M: Xiangliang Yu <Xiangliang.Yu@amd.com> +L: linux-ntb@googlegroups.com +S: Supported +F: drivers/ntb/hw/amd/ + NTFS FILESYSTEM M: Anton Altaparmakov <anton@tuxera.com> L: linux-ntfs-dev@lists.sourceforge.net |