* [PATCH V4 0/8] add new Samsung SXGBE driver
@ 2014-03-18 6:47 Byungho An
2014-03-18 9:41 ` Joe Perches
0 siblings, 1 reply; 2+ messages in thread
From: Byungho An @ 2014-03-18 6:47 UTC (permalink / raw)
To: netdev, linux-samsung-soc; +Cc: davem, ilho215.lee
Hi all,
This is 4th posting for SAMSUNG SXGBE driver.
Changes since v1:
- changed name of driver to SXGbE as per Ben's comment
- squashed Joe's neatening for many stuff in original patches
Changes since v2:
- updated and split binding document as per Mark's comment
- clean up codes as per Joe's comment
- removed unused fields and clean up codes as per Francois's comment
- removed module parameters as per Dave's comment
- moved driver directory to samsung/sxgbe/
Changes since v3:
- fixed Missing a blank line after declarations as per Dave's comment
- clean up codes as per Joe's comment
- removed reference of net_device.{irq, base_addr}
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 (2):
sxgbe: Add device-tree binding support document
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 | 53 +
MAINTAINERS | 9 +
drivers/net/ethernet/Kconfig | 1 +
drivers/net/ethernet/Makefile | 1 +
drivers/net/ethernet/samsung/Kconfig | 20 +
drivers/net/ethernet/samsung/Makefile | 5 +
drivers/net/ethernet/samsung/sxgbe/Kconfig | 9 +
drivers/net/ethernet/samsung/sxgbe/Makefile | 4 +
drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h | 553 +++++
drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c | 290 +++
drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.c | 515 +++++
drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h | 298 +++
drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c | 387 ++++
drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h | 51 +
drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c | 634 ++++++
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 2382
++++++++++++++++++++
drivers/net/ethernet/samsung/sxgbe/sxgbe_mdio.c | 274 +++
drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c | 293 +++
drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.h | 108 +
.../net/ethernet/samsung/sxgbe/sxgbe_platform.c | 267 +++
drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h | 491 ++++
drivers/net/ethernet/samsung/sxgbe/sxgbe_xpcs.c | 92 +
drivers/net/ethernet/samsung/sxgbe/sxgbe_xpcs.h | 38 +
include/linux/sxgbe_platform.h | 54 +
24 files changed, 6829 insertions(+)
Thanks,
Byungho An
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH V4 0/8] add new Samsung SXGBE driver
2014-03-18 6:47 [PATCH V4 0/8] add new Samsung SXGBE driver Byungho An
@ 2014-03-18 9:41 ` Joe Perches
0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2014-03-18 9:41 UTC (permalink / raw)
To: Byungho An; +Cc: netdev, linux-samsung-soc, davem, ilho215.lee
On Mon, 2014-03-17 at 23:47 -0700, Byungho An wrote:
> Hi all,
Hello all.
> drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 2382
> ++++++++++++++++++++
The patches are wrapped again and can not be applied.
It really would be more convenient if you could use
git send-email for these.
Please resend.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-18 9:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 6:47 [PATCH V4 0/8] add new Samsung SXGBE driver Byungho An
2014-03-18 9:41 ` Joe Perches
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).