* [PATCH V2 RE-SEND 0/7] add new Samsung SXGbE driver
@ 2014-03-13 6:55 Byungho An
2014-03-13 20:09 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Byungho An @ 2014-03-13 6:55 UTC (permalink / raw)
To: netdev, linux-samsung-soc; +Cc: davem, ilho215.lee
Hi all,
This is 2nd posting for Samsung SXGbE driver and just re-sending because of
line wrapping in previous posting.
Changes since v1:
- changed name of driver to SXGbE as per Ben's comment
- squashed Joe's neatening for many stuff in original patches
Byungho An (1):
MAINTAINERS: add maintainer for Samsung sxgbe driver
Girish K S (2):
net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbe
net: sxgbe: add WOL(Wakeup-On-Lan)support for Samsung sxgbe
Siva Reddy (1):
net: sxgbe: add basic framework for Samsung 10Gb ethernet driver
Vipul Pandya (3):
net: sxgbe: add TSO support for Samsung sxgbe
net: sxgbe: add Checksum offload support for Samsung sxgbe
net: sxgbe: add ethtool related functions support Samsung sxgbe
.../devicetree/bindings/net/samsung-sxgbe.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/sxgbe_common.h | 571 +++++
drivers/net/ethernet/samsung/sxgbe_core.c | 290 +++
drivers/net/ethernet/samsung/sxgbe_desc.c | 515 ++++
drivers/net/ethernet/samsung/sxgbe_desc.h | 298 +++
drivers/net/ethernet/samsung/sxgbe_dma.c | 381 +++
drivers/net/ethernet/samsung/sxgbe_dma.h | 51 +
drivers/net/ethernet/samsung/sxgbe_ethtool.c | 628 +++++
drivers/net/ethernet/samsung/sxgbe_main.c | 2447
++++++++++++++++++++
drivers/net/ethernet/samsung/sxgbe_mdio.c | 274 +++
drivers/net/ethernet/samsung/sxgbe_mtl.c | 279 +++
drivers/net/ethernet/samsung/sxgbe_mtl.h | 108 +
drivers/net/ethernet/samsung/sxgbe_platform.c | 272 +++
drivers/net/ethernet/samsung/sxgbe_reg.h | 491 ++++
drivers/net/ethernet/samsung/sxgbe_xpcs.c | 92 +
drivers/net/ethernet/samsung/sxgbe_xpcs.h | 38 +
include/linux/sxgbe_platform.h | 54 +
22 files changed, 6850 insertions(+)
Thanks,
Byungho An
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH V2 RE-SEND 0/7] add new Samsung SXGbE driver
2014-03-13 6:55 [PATCH V2 RE-SEND 0/7] add new Samsung SXGbE driver Byungho An
@ 2014-03-13 20:09 ` David Miller
2014-03-16 0:23 ` Andrew.an
0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2014-03-13 20:09 UTC (permalink / raw)
To: bh74.an; +Cc: netdev, linux-samsung-soc, ilho215.lee
From: Byungho An <bh74.an@samsung.com>
Date: Thu, 13 Mar 2014 15:55:28 +0900
> This is 2nd posting for Samsung SXGbE driver and just re-sending because of
> line wrapping in previous posting.
>
> Changes since v1:
> - changed name of driver to SXGbE as per Ben's comment
> - squashed Joe's neatening for many stuff in original patches
I'm mostly happy with this driver, but all of those module parameters
have to be removed except for 'debug'.
They duplicate functionality provided by ethtool.
Module parameters are strongly, if not completely, discouraged. A
suitable generic configuration mechanism, such as ethtool, should
always be used instead.
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH V2 RE-SEND 0/7] add new Samsung SXGbE driver
2014-03-13 20:09 ` David Miller
@ 2014-03-16 0:23 ` Andrew.an
0 siblings, 0 replies; 3+ messages in thread
From: Andrew.an @ 2014-03-16 0:23 UTC (permalink / raw)
To: 'David Miller'; +Cc: netdev, linux-samsung-soc, ilho215.lee
David Miller <davem@davemloft.net> wrote:
> From: Byungho An <bh74.an@samsung.com>
> Date: Thu, 13 Mar 2014 15:55:28 +0900
>
> > This is 2nd posting for Samsung SXGbE driver and just re-sending because
> of
> > line wrapping in previous posting.
> >
> > Changes since v1:
> > - changed name of driver to SXGbE as per Ben's comment
> > - squashed Joe's neatening for many stuff in original patches
>
> I'm mostly happy with this driver, but all of those module parameters
> have to be removed except for 'debug'.
OK, I'll remove them.
>
> They duplicate functionality provided by ethtool.
OK.
>
> Module parameters are strongly, if not completely, discouraged. A
> suitable generic configuration mechanism, such as ethtool, should
> always be used instead.
OK. I'll repost soon.
Thanks
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-16 0:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 6:55 [PATCH V2 RE-SEND 0/7] add new Samsung SXGbE driver Byungho An
2014-03-13 20:09 ` David Miller
2014-03-16 0:23 ` Andrew.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).