Am 17.05.20 um 18:24 schrieb Marek Vasut: > Use struct pcnet_priv all over the place instead. > > Signed-off-by: Marek Vasut <marek.vasut+rene...@gmail.com> > Cc: Daniel Schwierzeck <daniel.schwierz...@gmail.com> > Cc: Joe Hershberger <joe.hershber...@ni.com> > --- > drivers/net/pcnet.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > series applied to u-boot-mips/next, thanks. Marek, the Qemu Malta tests in Travis CI are basically working. But only with your patch series applied, the 64 Bit variants are running stable. The the Little-Endian variants need to swap the u-boot.bin to Big-Endian format. This is required by Qemu Malta board implementation because they want to boot from a bi-endian image and expect a Big-Ednian image as default. My current script-based solution doesn't work inside the U-Boot builder Docker image. I'll submit some patches as soon as I figured out a better solution. -- - Daniel
- [PATCH 10/15] net: pcnet: Pass private data through dev... Marek Vasut
- [PATCH 13/15] net: pcnet: Split common and non-DM funct... Marek Vasut
- [PATCH 09/15] net: pcnet: Wrap devbusfn into private da... Marek Vasut
- [PATCH 11/15] net: pcnet: Wrap iobase into private data Marek Vasut
- [PATCH 12/15] net: pcnet: Wrap name and enetaddr into p... Marek Vasut
- [PATCH 14/15] net: pcnet: Add DM support Marek Vasut
- [PATCH 15/15] net: pcnet: Add Kconfig entries Marek Vasut
- Re: [PATCH 15/15] net: pcnet: Add Kconfig entries Daniel Schwierzeck
- Re: [PATCH 15/15] net: pcnet: Add Kconfig entr... Marek Vasut
- Re: [PATCH 15/15] net: pcnet: Add Kconfig ... Daniel Schwierzeck
- Re: [PATCH 01/15] net: pcnet: Drop typedef struct pcnet... Daniel Schwierzeck
- Re: [PATCH 01/15] net: pcnet: Drop typedef struct ... Marek Vasut
- Re: [PATCH 01/15] net: pcnet: Drop typedef str... Daniel Schwierzeck
- Re: [PATCH 01/15] net: pcnet: Drop typedef... Marek Vasut
- Re: [PATCH 01/15] net: pcnet: Drop typ... Daniel Schwierzeck
- Re: [PATCH 01/15] net: pcnet: Dro... Marek Vasut