* [PATCH 0/7] add new Samsung xgmac driver
@ 2014-03-05 11:28 Byungho An
2014-03-09 17:26 ` Ben Hutchings
0 siblings, 1 reply; 3+ messages in thread
From: Byungho An @ 2014-03-05 11:28 UTC (permalink / raw)
To: netdev, linux-samsung-soc; +Cc: davem, ilho215.lee
Hi all,
This series adds Samsung xgmac driver.
Byungho An (1):
MAINTAINERS: add maintainer for Samsung xgmac driver
Girish K S (2):
net: xgmac: add EEE(Energy Efficient Ethernet) for Samsung xgmac
net: xgmac: add WOL(Wakeup-On-Lan)support for Samsung xgmac
Siva Reddy (1):
net: xgmac: add basic framework for Samsung 10Gb ethernet driver
Vipul Pandya (3):
net: xgmac: add TSO support for Samsung xgmac
net: xgmac: add Checksum offload support for Samsung xgmac
net: xgmac: add ethtool related functions support Samsung xgmac
.../devicetree/bindings/net/samsung-xgmac.txt | 39 +
MAINTAINERS | 9 +
drivers/net/ethernet/Kconfig | 1 +
drivers/net/ethernet/Makefile | 1 +
drivers/net/ethernet/samsung/Kconfig | 7 +
drivers/net/ethernet/samsung/Makefile | 4 +
drivers/net/ethernet/samsung/xgmac_common.h | 571 +++++
drivers/net/ethernet/samsung/xgmac_core.c | 290 +++
drivers/net/ethernet/samsung/xgmac_desc.c | 515 ++++
drivers/net/ethernet/samsung/xgmac_desc.h | 298 +++
drivers/net/ethernet/samsung/xgmac_dma.c | 381 +++
drivers/net/ethernet/samsung/xgmac_dma.h | 51 +
drivers/net/ethernet/samsung/xgmac_ethtool.c | 628 +++++
drivers/net/ethernet/samsung/xgmac_main.c | 2447 ++++++++++++++++++++
drivers/net/ethernet/samsung/xgmac_mdio.c | 274 +++
drivers/net/ethernet/samsung/xgmac_mtl.c | 279 +++
drivers/net/ethernet/samsung/xgmac_mtl.h | 108 +
drivers/net/ethernet/samsung/xgmac_platform.c | 272 +++
drivers/net/ethernet/samsung/xgmac_reg.h | 491 ++++
drivers/net/ethernet/samsung/xgmac_xpcs.c | 92 +
drivers/net/ethernet/samsung/xgmac_xpcs.h | 38 +
include/linux/xgmac_platform.h | 54 +
22 files changed, 6850 insertions(+)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/7] add new Samsung xgmac driver
2014-03-05 11:28 [PATCH 0/7] add new Samsung xgmac driver Byungho An
@ 2014-03-09 17:26 ` Ben Hutchings
2014-03-12 1:49 ` Byungho An
0 siblings, 1 reply; 3+ messages in thread
From: Ben Hutchings @ 2014-03-09 17:26 UTC (permalink / raw)
To: Byungho An; +Cc: netdev, linux-samsung-soc, davem, ilho215.lee
[-- Attachment #1: Type: text/plain, Size: 286 bytes --]
On Wed, 2014-03-05 at 20:28 +0900, Byungho An wrote:
> Hi all,
>
> This series adds Samsung xgmac driver.
[...]
Calxeda already took that driver name. Be more original.
Ben.
--
Ben Hutchings
I say we take off; nuke the site from orbit. It's the only way to be sure.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH 0/7] add new Samsung xgmac driver
2014-03-09 17:26 ` Ben Hutchings
@ 2014-03-12 1:49 ` Byungho An
0 siblings, 0 replies; 3+ messages in thread
From: Byungho An @ 2014-03-12 1:49 UTC (permalink / raw)
To: 'Ben Hutchings'; +Cc: netdev, linux-samsung-soc, davem, ilho215.lee
Ben Hutchings wrote:
>
> On Wed, 2014-03-05 at 20:28 +0900, Byungho An wrote:
> > Hi all,
> >
> > This series adds Samsung xgmac driver.
> [...]
>
> Calxeda already took that driver name. Be more original.
>
Hmm...ok, I see. I will use "sxgmac" as per your suggestion.
Thank you,
Byungho An
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-12 1:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 11:28 [PATCH 0/7] add new Samsung xgmac driver Byungho An
2014-03-09 17:26 ` Ben Hutchings
2014-03-12 1:49 ` Byungho An
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).