From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Sat, 6 Jun 2020 01:56:18 +0200 Subject: [PATCH 01/15] net: pcnet: Drop typedef struct pcnet_priv_t In-Reply-To: References: <20200517162425.76584-1-marek.vasut+renesas@gmail.com> <23f777dc-b7ee-6957-65e8-b683e7e188ee@gmail.com> <7b7279a9-25a6-c091-056e-096dbc571c38@gmail.com> Message-ID: <03cf6fab-8a88-878f-319d-33ec1c55b904@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 05.06.20 um 19:50 schrieb Marek Vasut: > On 6/5/20 6:38 PM, Daniel Schwierzeck wrote: >> >> >> Am 05.06.20 um 18:22 schrieb Marek Vasut: >>> On 6/5/20 5:28 PM, Daniel Schwierzeck wrote: >>>> >>>> >>>> Am 17.05.20 um 18:24 schrieb Marek Vasut: >>>>> Use struct pcnet_priv all over the place instead. >>>>> >>>>> Signed-off-by: Marek Vasut >>>>> Cc: Daniel Schwierzeck >>>>> Cc: Joe Hershberger >>>>> --- >>>>> 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. >>> >>> Can you share the patch you added so I can also add it to u-boot-sh/net >>> for my CI tests there ? >> >> https://github.com/danielschwierzeck/uboot-test-hooks/commit/6f46bcf59476f5005ac19336a22140c717a9ab6b >> >> https://gitlab.denx.de/u-boot/custodians/u-boot-mips/-/commit/09320af5578d46ae4d7bb557b79ca4567a6aaa6c > > Patch for this series I mean. > ah ok, I don't have a separate patch, I just updated your last patch with the missing defconfigs. https://gitlab.denx.de/u-boot/custodians/u-boot-mips/-/commit/9e3097ff7939799b1bd2276085ca359a5d5e2aef -- - Daniel