
On Tue, 2015-08-11 at 07:39 -0600, Simon Glass wrote:
This little series updates the e1000 Ethernet driver to support driver model. It also moves the configuration to Kconfig and adjusts all boards using Masahiro's excellent moveconfig tool.
To avoid a large patch which mixes irrelevant changes this series includes a patch to reorder the defconfig files before changing them.
Unfortunately the NETDEVICES config must be enabled also so that E1000 will actually be enabled.
Changes in v2:
- Move the Kconfig additions to a new patch
- Add new patch to tidy up some defconfig files
- Add CONFIG_NETDEVICES where needed
- Add required changes to the defconfig files
Simon Glass (6): net: e1000: Move #include of common.h to the C files net: e1000: Prepare for driver model conversion net: e1000: Convert to driver model net: e1000: Add Kconfig options Tidy up some defconfig files net: Move CONFIG_E1000 options to Kconfig
Signed-off-by: Marcel Ziswiler marcel.ziswiler@toradex.com
Tested-by: Marcel Ziswiler marcel.ziswiler@toradex.com Tested-on: Apalis T30 2GB on Apalis Evaluation Board Note: Tegra PCIe driver is not DM enabled as of yet. Just tested that this series does not break regular operation thereof.