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

2017-10-24 Thread Masahiro Yamada
2017-10-25 10:07 GMT+09:00 Kunihiko Hayashi : > + > +/* Descriptor Control Register Group */ > +#define AVE_DESCC 0x300 /* Descriptor Control */ > +#define AVE_TXDC 0x304 /* TX Descriptor Configuration */ > +#define AVE_RXDC0 0x308 /* RX Descriptor Ring0 Configuration */ > +#

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

2017-10-24 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 --- drivers/net/ethernet/Kconfig |1 + drivers/net/etherne