From: Jakub Kicinski <jakub.kicinski@netronome.com>
To: Michal Simek <michal.simek@xilinx.com>
Cc: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>,
davem@davemloft.net, netdev@vger.kernel.org,
anirudha.sarangi@xilinx.com, john.linn@xilinx.com,
mchehab+samsung@kernel.org, gregkh@linuxfoundation.org,
nicolas.ferre@microchip.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 net-next] net: axienet: In kconfig add ARM64 as supported platform
Date: Tue, 22 Oct 2019 10:29:52 -0700 [thread overview]
Message-ID: <20191022102952.09211971@cakuba.netronome.com> (raw)
In-Reply-To: <cbdd6608-804a-086c-1892-1903ec4a7d80@xilinx.com>
On Mon, 21 Oct 2019 16:15:45 +0200, Michal Simek wrote:
> On 21. 10. 19 12:18, Radhey Shyam Pandey wrote:
> > xilinx axi_emac driver is supported on ZynqMP UltraScale platform.
> > So enable ARCH64 in kconfig. It also removes redundant ARCH_ZYNQ
> > dependency. Basic sanity testing is done on zu+ mpsoc zcu102
> > evaluation board.
> >
> > Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
> > ---
> > Changes for v2:
> > Remove redundant ARCH_ZYNQ dependency.
> > Modified commit description.
> > ---
> > drivers/net/ethernet/xilinx/Kconfig | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig
> > index 8d994ce..da11876 100644
> > --- a/drivers/net/ethernet/xilinx/Kconfig
> > +++ b/drivers/net/ethernet/xilinx/Kconfig
> > @@ -6,7 +6,7 @@
> > config NET_VENDOR_XILINX
> > bool "Xilinx devices"
> > default y
> > - depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS || X86 || ARM || COMPILE_TEST
> > + depends on PPC || PPC32 || MICROBLAZE || MIPS || X86 || ARM || ARM64 || COMPILE_TEST
> > ---help---
> > If you have a network (Ethernet) card belonging to this class, say Y.
> >
> > @@ -26,11 +26,11 @@ config XILINX_EMACLITE
> >
> > config XILINX_AXI_EMAC
> > tristate "Xilinx 10/100/1000 AXI Ethernet support"
> > - depends on MICROBLAZE || X86 || ARM || COMPILE_TEST
> > + depends on MICROBLAZE || X86 || ARM || ARM64 || COMPILE_TEST
> > select PHYLINK
> > ---help---
> > This driver supports the 10/100/1000 Ethernet from Xilinx for the
> > - AXI bus interface used in Xilinx Virtex FPGAs.
> > + AXI bus interface used in Xilinx Virtex FPGAs and Soc's.
> >
> > config XILINX_LL_TEMAC
> > tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
> >
>
> Acked-by: Michal Simek <michal.simek@xilinx.com>
>
> But I can image that others could prefer to remove all dependencies.
Yes, we'd much rather see this litany of architectures removed.
Is there any reason it's there in the first place?
Most drivers are tested on just a few architectures, but as long
as correct APIs are used they are assumed to work across the board.
Otherwise 75% of our drivers would be x86 only. Don't be shy.
next prev parent reply other threads:[~2019-10-22 17:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-21 10:18 [PATCH v2 net-next] net: axienet: In kconfig add ARM64 as supported platform Radhey Shyam Pandey
2019-10-21 14:15 ` Michal Simek
2019-10-22 17:29 ` Jakub Kicinski [this message]
2019-10-23 18:11 ` Radhey Shyam Pandey
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=20191022102952.09211971@cakuba.netronome.com \
--to=jakub.kicinski@netronome.com \
--cc=anirudha.sarangi@xilinx.com \
--cc=davem@davemloft.net \
--cc=gregkh@linuxfoundation.org \
--cc=john.linn@xilinx.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab+samsung@kernel.org \
--cc=michal.simek@xilinx.com \
--cc=netdev@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=radhey.shyam.pandey@xilinx.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;
as well as URLs for NNTP newsgroup(s).