[U-Boot] [PATCH v2] net: davinci_emac: convert to using the driver model

Bartosz Golaszewski brgl at bgdev.pl
Wed Jul 24 08:08:51 UTC 2019


śr., 24 lip 2019 o 01:22 Joe Hershberger <joe.hershberger at ni.com> napisał(a):
>
> On Mon, Jun 24, 2019 at 9:22 AM Bartosz Golaszewski <brgl at bgdev.pl> wrote:
> >
> > From: Bartosz Golaszewski <bgolaszewski at baylibre.com>
> >
> > Now that we removed all legacy boards selecting TI_EMAC we can
> > completely convert the driver code to using the driver model.
> > This patch also updates all remaining users of davinci_emac.
> >
> > Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
> > ---
> > v1 -> v2:
> > - moved the packetp assignment to the top of the recv() callback which fixes
> >   a crash on am3517_evm
> > - dropped a redundant call to net_process_received_packet(): this is already
> >   called from eth core
> >
> > Thanks goes to Adam Ford for much appreciated testing and help.
> >
> > Tested on da850-lcdk and da850-evm.
>
> Looks like a build failure on this patch...
>
> https://travis-ci.org/jhershbe/u-boot/jobs/562799958
>
> Can you have a look?
>
> Thanks,
> -Joe

This board was missing CONFIG_DM_ETH=y in my patch. I fixed it and v2
of the integration series is on the way.

Bart


More information about the U-Boot mailing list