All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Change notes of V2
@ 2015-12-23 13:42 ` Xiangliang Yu
  0 siblings, 0 replies; 9+ messages in thread
From: Xiangliang Yu @ 2015-12-23 13:42 UTC (permalink / raw)
  To: jdmason, dave.jiang, Allen.Hubbe, linux-ntb, linux-kernel
  Cc: SPG_Linux_Kernel, Xiangliang Yu

Main changes in V2:
1. Fixed compiler warning;
2. Add marcro argument of ndev in NTB_READ_REG/NTB_WRITE_REG;
3. Add notes for flush and wakeup interfaces;

Xiangliang Yu (3):
  NTB: Add AMD PCI-Express NTB driver
  NTB: Add AMD NTB support in Kconfig and Makefile
  NTB: Add flush_req and wakeup interface

 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 | 1265 +++++++++++++++++++++++++++++++++++++++
 drivers/ntb/hw/amd/ntb_hw_amd.h |  265 ++++++++
 include/linux/ntb.h             |   35 ++
 7 files changed, 1575 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] 9+ messages in thread

end of thread, other threads:[~2016-01-08  3:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23 13:42 [PATCH V2 0/3] Change notes of V2 Xiangliang Yu
2015-12-23 13:42 ` Xiangliang Yu
2016-01-06 18:19 ` Allen Hubbe
2016-01-06 18:19   ` Allen Hubbe
2016-01-07  3:15   ` Yu, Xiangliang
2016-01-07  3:15     ` Yu, Xiangliang
2016-01-07 14:43     ` Allen Hubbe
2016-01-07 14:43       ` Allen Hubbe
2016-01-08  3:09       ` Yu, Xiangliang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.