On Thu, Jan 21, 2016 at 07:53:10PM +0800, Xiangliang Yu wrote: > Resend V5 for more convenient pick up. > Main changes in V5 > Only change Signed-off-by to Reviewed-by.
Included in the NTB git tree. Thanks, Jon > > Xiangliang Yu (1): > [Resend patch V5] 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 >