[PATCH V5 0/1] AMD NTB V5 changes

From: Xiangliang Yu
Date: Wed Jan 20 2016 - 22:40:48 EST


Main changes in V5
Change ioread64/iowrite64 to read64/write64 to keep consistent
with readl/writel, readw/writel.
Add a comment for link check function.

Xiangliang Yu (1):
NTB: Add support for AMD PCI-Express Non-Transparent Bridge

MAINTAINERS | 6 +
drivers/ntb/hw/Kconfig | 1 +
drivers/ntb/hw/Makefile | 1 +
drivers/ntb/hw/amd/Kconfig | 7 +
drivers/ntb/hw/amd/Makefile | 1 +
drivers/ntb/hw/amd/ntb_hw_amd.c | 1143 +++++++++++++++++++++++++++++++++++++++
drivers/ntb/hw/amd/ntb_hw_amd.h | 217 ++++++++
7 files changed, 1376 insertions(+)
create mode 100644 drivers/ntb/hw/amd/Kconfig
create mode 100644 drivers/ntb/hw/amd/Makefile
create mode 100644 drivers/ntb/hw/amd/ntb_hw_amd.c
create mode 100644 drivers/ntb/hw/amd/ntb_hw_amd.h

--
1.9.1