* [PATCH V4 0/1] AMD NTB V4 changes
@ 2016-01-19 12:16 Xiangliang Yu
0 siblings, 0 replies; only message in thread
From: Xiangliang Yu @ 2016-01-19 12:16 UTC (permalink / raw)
To: jdmason, Allen.Hubbe, akpm, gregkh, davem, mchehab, joe, jslaby,
linux-kernel, linux-ntb
Cc: SPG_Linux_Kernel, Xiangliang Yu
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-19 7:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 12:16 [PATCH V4 0/1] AMD NTB V4 changes Xiangliang Yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox