Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
From: Xiangliang Yu <Xiangliang.Yu@amd.com>
To: jdmason@kudzu.us, Allen.Hubbe@emc.com, akpm@linux-foundation.org,
	gregkh@linuxfoundation.org, davem@davemloft.net,
	mchehab@osg.samsung.com, joe@perches.com, jslaby@suse.com,
	linux-kernel@vger.kernel.org, linux-ntb@googlegroups.com
Cc: SPG_Linux_Kernel@amd.com, Xiangliang Yu <Xiangliang.Yu@amd.com>
Subject: [PATCH V4 0/1] AMD NTB V4 changes
Date: Tue, 19 Jan 2016 20:16:26 +0800	[thread overview]
Message-ID: <1453205786-804-1-git-send-email-Xiangliang.Yu@amd.com> (raw)

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


                 reply	other threads:[~2016-01-19  7:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1453205786-804-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=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=jdmason@kudzu.us \
    --cc=joe@perches.com \
    --cc=jslaby@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-ntb@googlegroups.com \
    --cc=mchehab@osg.samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox