All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile
@ 2015-12-23 13:43 ` Xiangliang Yu
  0 siblings, 0 replies; 5+ messages in thread
From: Xiangliang Yu @ 2015-12-23 13:43 UTC (permalink / raw)
  To: jdmason, dave.jiang, Allen.Hubbe, linux-ntb, linux-kernel
  Cc: SPG_Linux_Kernel, Xiangliang Yu

This patch is to enable AMD NTB support in Kconfig and Makefile.

Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
---
 drivers/ntb/hw/Kconfig  | 1 +
 drivers/ntb/hw/Makefile | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/ntb/hw/Kconfig b/drivers/ntb/hw/Kconfig
index 4d5535c..0c5c2a6 100644
--- a/drivers/ntb/hw/Kconfig
+++ b/drivers/ntb/hw/Kconfig
@@ -1 +1,2 @@
 source "drivers/ntb/hw/intel/Kconfig"
+source "drivers/ntb/hw/amd/Kconfig"
diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile
index 175d7c9..636be7d 100644
--- a/drivers/ntb/hw/Makefile
+++ b/drivers/ntb/hw/Makefile
@@ -1 +1,2 @@
 obj-$(CONFIG_NTB_INTEL)	+= intel/
+obj-$(CONFIG_NTB_AMD)	+= amd/
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile
@ 2015-12-23 13:43 ` Xiangliang Yu
  0 siblings, 0 replies; 5+ messages in thread
From: Xiangliang Yu @ 2015-12-23 13:43 UTC (permalink / raw)
  To: jdmason, dave.jiang, Allen.Hubbe, linux-ntb, linux-kernel
  Cc: SPG_Linux_Kernel, Xiangliang Yu

This patch is to enable AMD NTB support in Kconfig and Makefile.

Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
---
 drivers/ntb/hw/Kconfig  | 1 +
 drivers/ntb/hw/Makefile | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/ntb/hw/Kconfig b/drivers/ntb/hw/Kconfig
index 4d5535c..0c5c2a6 100644
--- a/drivers/ntb/hw/Kconfig
+++ b/drivers/ntb/hw/Kconfig
@@ -1 +1,2 @@
 source "drivers/ntb/hw/intel/Kconfig"
+source "drivers/ntb/hw/amd/Kconfig"
diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile
index 175d7c9..636be7d 100644
--- a/drivers/ntb/hw/Makefile
+++ b/drivers/ntb/hw/Makefile
@@ -1 +1,2 @@
 obj-$(CONFIG_NTB_INTEL)	+= intel/
+obj-$(CONFIG_NTB_AMD)	+= amd/
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile
  2015-12-23 13:43 ` Xiangliang Yu
  (?)
@ 2016-01-06 14:56 ` Jon Mason
  2016-01-07  2:28     ` Yu, Xiangliang
  -1 siblings, 1 reply; 5+ messages in thread
From: Jon Mason @ 2016-01-06 14:56 UTC (permalink / raw)
  To: Xiangliang Yu
  Cc: Dave Jiang, Hubbe, Allen, linux-ntb, linux-kernel, SPG_Linux_Kernel

On Wed, Dec 23, 2015 at 8:43 AM, Xiangliang Yu <Xiangliang.Yu@amd.com> wrote:
> This patch is to enable AMD NTB support in Kconfig and Makefile.
>
> Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
> ---
>  drivers/ntb/hw/Kconfig  | 1 +
>  drivers/ntb/hw/Makefile | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/drivers/ntb/hw/Kconfig b/drivers/ntb/hw/Kconfig
> index 4d5535c..0c5c2a6 100644
> --- a/drivers/ntb/hw/Kconfig
> +++ b/drivers/ntb/hw/Kconfig
> @@ -1 +1,2 @@
>  source "drivers/ntb/hw/intel/Kconfig"
> +source "drivers/ntb/hw/amd/Kconfig"
> diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile
> index 175d7c9..636be7d 100644
> --- a/drivers/ntb/hw/Makefile
> +++ b/drivers/ntb/hw/Makefile
> @@ -1 +1,2 @@
>  obj-$(CONFIG_NTB_INTEL)        += intel/
> +obj-$(CONFIG_NTB_AMD)  += amd/
> --
> 1.9.1
>

This should be part of the first patch.

Thanks,
Jon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile
  2016-01-06 14:56 ` Jon Mason
@ 2016-01-07  2:28     ` Yu, Xiangliang
  0 siblings, 0 replies; 5+ messages in thread
From: Yu, Xiangliang @ 2016-01-07  2:28 UTC (permalink / raw)
  To: Jon Mason
  Cc: Dave Jiang, Hubbe, Allen, linux-ntb, linux-kernel, SPG_Linux_Kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 880 bytes --]

> >  drivers/ntb/hw/Kconfig  | 1 +
> >  drivers/ntb/hw/Makefile | 1 +
> >  2 files changed, 2 insertions(+)
> >
> > diff --git a/drivers/ntb/hw/Kconfig b/drivers/ntb/hw/Kconfig index
> > 4d5535c..0c5c2a6 100644
> > --- a/drivers/ntb/hw/Kconfig
> > +++ b/drivers/ntb/hw/Kconfig
> > @@ -1 +1,2 @@
> >  source "drivers/ntb/hw/intel/Kconfig"
> > +source "drivers/ntb/hw/amd/Kconfig"
> > diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile index
> > 175d7c9..636be7d 100644
> > --- a/drivers/ntb/hw/Makefile
> > +++ b/drivers/ntb/hw/Makefile
> > @@ -1 +1,2 @@
> >  obj-$(CONFIG_NTB_INTEL)        += intel/
> > +obj-$(CONFIG_NTB_AMD)  += amd/
> > --
> > 1.9.1
> >
> 
> This should be part of the first patch.

Ok. 
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile
@ 2016-01-07  2:28     ` Yu, Xiangliang
  0 siblings, 0 replies; 5+ messages in thread
From: Yu, Xiangliang @ 2016-01-07  2:28 UTC (permalink / raw)
  To: Jon Mason
  Cc: Dave Jiang, Hubbe, Allen, linux-ntb, linux-kernel, SPG_Linux_Kernel

> >  drivers/ntb/hw/Kconfig  | 1 +
> >  drivers/ntb/hw/Makefile | 1 +
> >  2 files changed, 2 insertions(+)
> >
> > diff --git a/drivers/ntb/hw/Kconfig b/drivers/ntb/hw/Kconfig index
> > 4d5535c..0c5c2a6 100644
> > --- a/drivers/ntb/hw/Kconfig
> > +++ b/drivers/ntb/hw/Kconfig
> > @@ -1 +1,2 @@
> >  source "drivers/ntb/hw/intel/Kconfig"
> > +source "drivers/ntb/hw/amd/Kconfig"
> > diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile index
> > 175d7c9..636be7d 100644
> > --- a/drivers/ntb/hw/Makefile
> > +++ b/drivers/ntb/hw/Makefile
> > @@ -1 +1,2 @@
> >  obj-$(CONFIG_NTB_INTEL)        += intel/
> > +obj-$(CONFIG_NTB_AMD)  += amd/
> > --
> > 1.9.1
> >
> 
> This should be part of the first patch.

Ok. 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-07  2:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23 13:43 [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile Xiangliang Yu
2015-12-23 13:43 ` Xiangliang Yu
2016-01-06 14:56 ` Jon Mason
2016-01-07  2:28   ` Yu, Xiangliang
2016-01-07  2:28     ` 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.