Re: [RFC v2 2/2] [WIP] net: add initial ENC28J60 support

2014-06-23 Thread Sascha Hauer
On Mon, Jun 16, 2014 at 11:41:20AM +0400, Antony Pavlov wrote: ENC28J60 is a stand-alone Ethernet controller with SPI Interface. and integrated 10BASE-T PHY. This driver was ported from linux-3.15. The most notable barebox driver version changes: * add device tree support; * use

[RFC v2 2/2] [WIP] net: add initial ENC28J60 support

2014-06-16 Thread Antony Pavlov
ENC28J60 is a stand-alone Ethernet controller with SPI Interface. and integrated 10BASE-T PHY. This driver was ported from linux-3.15. The most notable barebox driver version changes: * add device tree support; * use IF_ENABLED for checking CONFIG_ENC28J60_WRITEVERIFY; * add mii_bus