[U-Boot] [PATCH 7/9] net: pch_gbe: Convert to driver model
Simon Glass
sjg at chromium.org
Tue Aug 25 22:32:13 CEST 2015
On 25 August 2015 at 01:22, Bin Meng <bmeng.cn at gmail.com> wrote:
> This commit converts pch_gbe ethernet driver to driver model.
>
> Since this driver is only used by Intel Crown Bay board, the
> conversion does not keep the non-dm version.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> drivers/net/pch_gbe.c | 133 +++++++++++++++++++++++++++-----------------------
> drivers/net/pch_gbe.h | 2 -
> include/netdev.h | 4 --
> 3 files changed, 73 insertions(+), 66 deletions(-)
Nice!
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list