linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch v6] net: ethernet: xilinx: Enable emaclite for MIPS
@ 2016-09-05 12:07 Zubair Lutfullah Kakakhel
  2016-09-07 23:07 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Zubair Lutfullah Kakakhel @ 2016-09-05 12:07 UTC (permalink / raw)
  To: davem; +Cc: michal.simek, linux-kernel, netdev, Zubair.Kakakhel

The MIPS based xilfpga platform uses this driver.
Enable it for MIPS

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>

---
V1 -> V6 are from a series that has gotten too big.
So I have split this patch and am sending it separately.
---
 drivers/net/ethernet/xilinx/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig
index 4f5c024..6d68c8a 100644
--- a/drivers/net/ethernet/xilinx/Kconfig
+++ b/drivers/net/ethernet/xilinx/Kconfig
@@ -5,7 +5,7 @@
 config NET_VENDOR_XILINX
 	bool "Xilinx devices"
 	default y
-	depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ
+	depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
 	---help---
 	  If you have a network (Ethernet) card belonging to this class, say Y.
 
@@ -18,7 +18,7 @@ if NET_VENDOR_XILINX
 
 config XILINX_EMACLITE
 	tristate "Xilinx 10/100 Ethernet Lite support"
-	depends on (PPC32 || MICROBLAZE || ARCH_ZYNQ)
+	depends on PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
 	select PHYLIB
 	---help---
 	  This driver supports the 10/100 Ethernet Lite from Xilinx.
-- 
1.9.1

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

* Re: [Patch v6] net: ethernet: xilinx: Enable emaclite for MIPS
  2016-09-05 12:07 [Patch v6] net: ethernet: xilinx: Enable emaclite for MIPS Zubair Lutfullah Kakakhel
@ 2016-09-07 23:07 ` David Miller
  2016-09-08  8:17   ` Zubair Lutfullah Kakakhel
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2016-09-07 23:07 UTC (permalink / raw)
  To: Zubair.Kakakhel; +Cc: michal.simek, linux-kernel, netdev

From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Date: Mon, 5 Sep 2016 13:07:54 +0100

> The MIPS based xilfpga platform uses this driver.
> Enable it for MIPS
> 
> Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
> 
> ---
> V1 -> V6 are from a series that has gotten too big.
> So I have split this patch and am sending it separately.

What tree to you expect this patch to be applied to?

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

* Re: [Patch v6] net: ethernet: xilinx: Enable emaclite for MIPS
  2016-09-07 23:07 ` David Miller
@ 2016-09-08  8:17   ` Zubair Lutfullah Kakakhel
  2016-09-08 23:07     ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Zubair Lutfullah Kakakhel @ 2016-09-08  8:17 UTC (permalink / raw)
  To: David Miller; +Cc: michal.simek, linux-kernel, netdev

Hi,

On 09/08/2016 12:07 AM, David Miller wrote:
> From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
> Date: Mon, 5 Sep 2016 13:07:54 +0100
>
>> The MIPS based xilfpga platform uses this driver.
>> Enable it for MIPS
>>
>> Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
>>
>> ---
>> V1 -> V6 are from a series that has gotten too big.
>> So I have split this patch and am sending it separately.
>
> What tree to you expect this patch to be applied to?
>

net-next

Apologies for not mentioning.
When I sent it, I had rebased it on the top commit at the time.

https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=2f5281ba2a8feaf6f0aee93356f350855bb530fc

Kind Regards,
ZubairLK

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

* Re: [Patch v6] net: ethernet: xilinx: Enable emaclite for MIPS
  2016-09-08  8:17   ` Zubair Lutfullah Kakakhel
@ 2016-09-08 23:07     ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2016-09-08 23:07 UTC (permalink / raw)
  To: Zubair.Kakakhel; +Cc: michal.simek, linux-kernel, netdev

From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Date: Thu, 8 Sep 2016 09:17:31 +0100

> Hi,
> 
> On 09/08/2016 12:07 AM, David Miller wrote:
>> From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
>> Date: Mon, 5 Sep 2016 13:07:54 +0100
>>
>>> The MIPS based xilfpga platform uses this driver.
>>> Enable it for MIPS
>>>
>>> Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
>>>
>>> ---
>>> V1 -> V6 are from a series that has gotten too big.
>>> So I have split this patch and am sending it separately.
>>
>> What tree to you expect this patch to be applied to?
>>
> 
> net-next
> 
> Apologies for not mentioning.

Applied, thanks.

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-05 12:07 [Patch v6] net: ethernet: xilinx: Enable emaclite for MIPS Zubair Lutfullah Kakakhel
2016-09-07 23:07 ` David Miller
2016-09-08  8:17   ` Zubair Lutfullah Kakakhel
2016-09-08 23:07     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).