net: add ENC28J60 support
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;
  * drop netif_msg_*() debug level checking;
  * use IF_ENABLED for checking CONFIG_ENC28J60_WRITEVERIFY;
  * add mii_bus support.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent c0808d7 commit 97bd0407b02b3d761ac7ec3d5d999b04bb7ac0e4
@Antony Pavlov Antony Pavlov authored on 1 Jul 2014
Sascha Hauer committed on 2 Jul 2014
Showing 4 changed files
View
drivers/net/Kconfig
View
drivers/net/Makefile
View
drivers/net/enc28j60.c 0 → 100644
Too large (Show diff)
View
drivers/net/enc28j60_hw.h 0 → 100644