* [PATCH V5 0/1] AMD NTB V5 changes
@ 2016-01-21 8:39 Xiangliang Yu
0 siblings, 0 replies; only message in thread
From: Xiangliang Yu @ 2016-01-21 8:39 UTC (permalink / raw)
To: jdmason, Allen.Hubbe, dave.jiang, linux-kernel, linux-ntb
Cc: SPG_Linux_Kernel, Xiangliang Yu
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-21 3:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21 8:39 [PATCH V5 0/1] AMD NTB V5 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