Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1420735 > unrolled thread

[PATCH] net: hns: update the dependency

Started byYisen Zhuang <Yisen.Zhuang@huawei.com>
First post2016-06-13 13:40 +0200
Last post2016-06-15 09:40 +0200
Articles 5 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] net: hns: update the dependency Yisen Zhuang <Yisen.Zhuang@huawei.com> - 2016-06-13 13:40 +0200
    Re: [PATCH] net: hns: update the dependency David Miller <davem@davemloft.net> - 2016-06-15 07:30 +0200
      Re: [PATCH] net: hns: update the dependency Yisen Zhuang <Yisen.zhuang@huawei.com> - 2016-06-15 08:10 +0200
        Re: [PATCH] net: hns: update the dependency David Miller <davem@davemloft.net> - 2016-06-15 08:30 +0200
          Re: [PATCH] net: hns: update the dependency Yisen Zhuang <Yisen.zhuang@huawei.com> - 2016-06-15 09:40 +0200

#1420735 — [PATCH] net: hns: update the dependency

FromYisen Zhuang <Yisen.Zhuang@huawei.com>
Date2016-06-13 13:40 +0200
Subject[PATCH] net: hns: update the dependency
Message-ID<rJynL-5Ep-3@gated-at.bofh.it>
From: Kejian Yan <yankejian@huawei.com>

After the patchset about adding support of ACPI (commit id is 6343488)
being applied, HNS does not depend on OF. It depends on OF or ACPI, so
the Kconfig file needs to be updated.

Signed-off-by: Kejian Yan <yankejian@huawei.com>
Signed-off-by: Yisen Zhuang <Yisen.Zhuang@huawei.com>
---
 drivers/net/ethernet/hisilicon/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/hisilicon/Kconfig b/drivers/net/ethernet/hisilicon/Kconfig
index 4ccc032..2e25662 100644
--- a/drivers/net/ethernet/hisilicon/Kconfig
+++ b/drivers/net/ethernet/hisilicon/Kconfig
@@ -5,7 +5,7 @@
 config NET_VENDOR_HISILICON
 	bool "Hisilicon devices"
 	default y
-	depends on OF && HAS_DMA
+	depends on (OF || ACPI) && HAS_DMA
 	depends on ARM || ARM64 || COMPILE_TEST
 	---help---
 	  If you have a network (Ethernet) card belonging to this class, say Y.
-- 
1.9.1

[toc] | [next] | [standalone]


#1422592

FromDavid Miller <davem@davemloft.net>
Date2016-06-15 07:30 +0200
Message-ID<rKbyN-6Lx-3@gated-at.bofh.it>
In reply to#1420735
From: Yisen Zhuang <Yisen.Zhuang@huawei.com>
Date: Mon, 13 Jun 2016 19:56:27 +0800

> From: Kejian Yan <yankejian@huawei.com>
> 
> After the patchset about adding support of ACPI (commit id is 6343488)
> being applied, HNS does not depend on OF. It depends on OF or ACPI, so
> the Kconfig file needs to be updated.
> 
> Signed-off-by: Kejian Yan <yankejian@huawei.com>
> Signed-off-by: Yisen Zhuang <Yisen.Zhuang@huawei.com>

Why did you submit this same exact patch 3 times?

[toc] | [prev] | [next] | [standalone]


#1422617

FromYisen Zhuang <Yisen.zhuang@huawei.com>
Date2016-06-15 08:10 +0200
Message-ID<rKcbv-7f2-5@gated-at.bofh.it>
In reply to#1422592
Hi David,

You mean that i send this patch 3 times?

I am sorry for this.

I don't know why you can receive 3 times. I can only receive an email for this patch.

Thanks,

Yisen

在 2016/6/15 13:26, David Miller 写道:
> From: Yisen Zhuang <Yisen.Zhuang@huawei.com>
> Date: Mon, 13 Jun 2016 19:56:27 +0800
> 
>> From: Kejian Yan <yankejian@huawei.com>
>>
>> After the patchset about adding support of ACPI (commit id is 6343488)
>> being applied, HNS does not depend on OF. It depends on OF or ACPI, so
>> the Kconfig file needs to be updated.
>>
>> Signed-off-by: Kejian Yan <yankejian@huawei.com>
>> Signed-off-by: Yisen Zhuang <Yisen.Zhuang@huawei.com>
> 
> Why did you submit this same exact patch 3 times?
> 
> .
> 

[toc] | [prev] | [next] | [standalone]


#1422651

FromDavid Miller <davem@davemloft.net>
Date2016-06-15 08:30 +0200
Message-ID<rKcuR-7lr-7@gated-at.bofh.it>
In reply to#1422617
From: Yisen Zhuang <Yisen.zhuang@huawei.com>
Date: Wed, 15 Jun 2016 14:03:33 +0800

> Hi David,
> 
> You mean that i send this patch 3 times?
> 
> I am sorry for this.
> 
> I don't know why you can receive 3 times. I can only receive an email for this patch.

I got three copies, each with a different Date: field.

patchwork saw all 3 copies as well:

http://patchwork.ozlabs.org/patch/634452/
http://patchwork.ozlabs.org/patch/634559/
http://patchwork.ozlabs.org/patch/634586/

[toc] | [prev] | [next] | [standalone]


#1422690

FromYisen Zhuang <Yisen.zhuang@huawei.com>
Date2016-06-15 09:40 +0200
Message-ID<rKdAB-80i-13@gated-at.bofh.it>
In reply to#1422651
Hi David,

I'm really sorry for this.

Because i didn't receive the first two emails, i resented it a few times.

I will pay more attention next time.

Thanks,

Yisen

在 2016/6/15 14:24, David Miller 写道:
> From: Yisen Zhuang <Yisen.zhuang@huawei.com>
> Date: Wed, 15 Jun 2016 14:03:33 +0800
> 
>> Hi David,
>>
>> You mean that i send this patch 3 times?
>>
>> I am sorry for this.
>>
>> I don't know why you can receive 3 times. I can only receive an email for this patch.
> 
> I got three copies, each with a different Date: field.
> 
> patchwork saw all 3 copies as well:
> 
> http://patchwork.ozlabs.org/patch/634452/
> http://patchwork.ozlabs.org/patch/634559/
> http://patchwork.ozlabs.org/patch/634586/
> 
> .
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web