[PATCH V4 0/1] AMD NTB V4 changes

From: Xiangliang Yu
Date: Tue Jan 19 2016 - 02:17:50 EST


Main changes in V4
Add contact info into MAINTAINERS file.
Remove flush interface patch, will resubmit it next time.
Improve code quality.

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 | 1138 +++++++++++++++++++++++++++++++++++++++
drivers/ntb/hw/amd/ntb_hw_amd.h | 217 ++++++++
7 files changed, 1371 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