All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiangliang Yu <Xiangliang.Yu@amd.com>
To: <jdmason@kudzu.us>, <dave.jiang@intel.com>, <Allen.Hubbe@emc.com>,
	<linux-ntb@googlegroups.com>, <linux-kernel@vger.kernel.org>
Cc: <SPG_Linux_Kernel@amd.com>, Xiangliang Yu <Xiangliang.Yu@amd.com>
Subject: [PATCH V2 0/3] Change notes of V2
Date: Wed, 23 Dec 2015 21:42:40 +0800	[thread overview]
Message-ID: <1450878160-9259-1-git-send-email-Xiangliang.Yu@amd.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Xiangliang Yu <Xiangliang.Yu@amd.com>
To: jdmason@kudzu.us, dave.jiang@intel.com, Allen.Hubbe@emc.com,
	linux-ntb@googlegroups.com, linux-kernel@vger.kernel.org
Cc: SPG_Linux_Kernel@amd.com, Xiangliang Yu <Xiangliang.Yu@amd.com>
Subject: [PATCH V2 0/3] Change notes of V2
Date: Wed, 23 Dec 2015 21:42:40 +0800	[thread overview]
Message-ID: <1450878160-9259-1-git-send-email-Xiangliang.Yu@amd.com> (raw)

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


             reply	other threads:[~2015-12-23  8:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-23 13:42 Xiangliang Yu [this message]
2015-12-23 13:42 ` [PATCH V2 0/3] Change notes of V2 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450878160-9259-1-git-send-email-Xiangliang.Yu@amd.com \
    --to=xiangliang.yu@amd.com \
    --cc=Allen.Hubbe@emc.com \
    --cc=SPG_Linux_Kernel@amd.com \
    --cc=dave.jiang@intel.com \
    --cc=jdmason@kudzu.us \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-ntb@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.