Re: [PATCH 1/5] net: mvberlin_eth: add an Ethernet driver for Marvell Berlin

2014-09-09 Thread Antoine Tenart
Ezequiel, On Fri, Aug 29, 2014 at 11:51:45AM -0300, Ezequiel Garcia wrote: Hi Antoine, A quick look... Well, it seems Sebastian is right and we can use the existing PXA168 Ethernet driver, so I just sent a new series doing that... Thanks for the review anyway! Antoine -- Antoine Ténart,

Re: [PATCH 1/5] net: mvberlin_eth: add an Ethernet driver for Marvell Berlin

2014-09-01 Thread David Miller
From: Antoine Tenart antoine.ten...@free-electrons.com Date: Fri, 29 Aug 2014 15:50:59 +0200 +struct rx_desc { + u16 buf_size; /* Buffer size */ + u16 byte_cnt; /* Descriptor buffer byte count */ ... + u16 byte_cnt;

[PATCH 1/5] net: mvberlin_eth: add an Ethernet driver for Marvell Berlin

2014-08-29 Thread Antoine Tenart
This patch introduces the Marvell Berlin network unit driver, which uses the MVMDIO interface to communicate to the PHY. This is a fast Ethernet driver. This driver is highly based on the mv643xx_eth driver, and reuse some of its functions. But lots of differences are there: - They do not have

Re: [PATCH 1/5] net: mvberlin_eth: add an Ethernet driver for Marvell Berlin

2014-08-29 Thread Ezequiel Garcia
Hi Antoine, A quick look... On 29 Aug 03:50 PM, Antoine Tenart wrote: This patch introduces the Marvell Berlin network unit driver, which uses the MVMDIO interface to communicate to the PHY. This is a fast Ethernet driver. This driver is highly based on the mv643xx_eth driver, and reuse