Re: [PATCH net-next v7 2/2] net: ethernet: socionext: add AVE ethernet driver

2017-12-26 Thread David Miller
From: Kunihiko Hayashi Date: Thu, 21 Dec 2017 20:12:56 +0900 > + writel(AVE_TXDC_ADDR_START > + | (((priv->tx.ndesc * priv->desc_size) << 16) & AVE_TXDC_SIZE), > + priv->base + AVE_TXDC); ... > + writel(AVE_RXDC0_ADDR_START > +

[PATCH net-next v7 2/2] net: ethernet: socionext: add AVE ethernet driver

2017-12-21 Thread Kunihiko Hayashi
The UniPhier platform from Socionext provides the AVE ethernet controller that includes MAC and MDIO bus supporting RGMII/RMII modes. The controller is named AVE. Signed-off-by: Kunihiko Hayashi Signed-off-by: Jassi Brar Reviewed-by: