Re: [PATCH 0/8] Amiga XSurf100 patch series, to be submitted to linux-net

2015-11-17 Thread Michael Schmitz
Hi Geert, On Tue, Nov 17, 2015 at 9:18 PM, Geert Uytterhoeven wrote: > Hi Michael, > > On Tue, Nov 17, 2015 at 12:33 AM, Michael Schmitz > wrote: >> just as a heads-up, I've been working on getting this series ready for >> submission to -net. The first six patches will need to be taken through

Re: [PATCH 0/8] Amiga XSurf100 patch series, to be submitted to linux-net

2015-11-17 Thread Geert Uytterhoeven
Hi Michael, On Tue, Nov 17, 2015 at 7:16 PM, Michael Karcher wrote: > On 17.11.2015 09:18, Geert Uytterhoeven wrote: >> Please don't put drivers in arch/m68k/. drivers/net is fine for a >> pure-net driver. > There is a USB daughterboard on the XSurf 100 card, so it will no longer > be pure-net if

Re: [PATCH 7/8] ax88796: Add X-Surf 100 zorro driver providing an ax88796 platform device

2015-11-17 Thread Geert Uytterhoeven
Hi Michael, On Tue, Nov 17, 2015 at 6:59 PM, Michael Karcher wrote: > On 17.11.2015 09:16, Geert Uytterhoeven wrote: >>> +static int xsurf100_probe(struct zorro_dev *zdev, const struct >>> zorro_device_id *ent) >>> +{ >>> + struct platform_device *pdev; >>> + struct ax_plat_data ax88

Re: [PATCH 0/8] Amiga XSurf100 patch series, to be submitted to linux-net

2015-11-17 Thread Michael Karcher
On 17.11.2015 09:18, Geert Uytterhoeven wrote: > Please don't put drivers in arch/m68k/. drivers/net is fine for a > pure-net driver. There is a USB daughterboard on the XSurf 100 card, so it will no longer be pure-net if that daughterboard is installed. See http://wiki.icomp.de/wiki/X-Surf-100 a

Re: [PATCH 7/8] ax88796: Add X-Surf 100 zorro driver providing an ax88796 platform device

2015-11-17 Thread Michael Karcher
Hello Geert, thanks for your comments! On 17.11.2015 09:16, Geert Uytterhoeven wrote: >> +static int xsurf100_probe(struct zorro_dev *zdev, const struct >> zorro_device_id *ent) >> +{ >> + struct platform_device *pdev; >> + struct ax_plat_data ax88796_data; >> + struct resource

Re: [PATCH 0/8] Amiga XSurf100 patch series, to be submitted to linux-net

2015-11-17 Thread Geert Uytterhoeven
Hi Michael, On Tue, Nov 17, 2015 at 12:33 AM, Michael Schmitz wrote: > just as a heads-up, I've been working on getting this series ready for > submission to -net. The first six patches will need to be taken through > -net, the last two are m68k specific and might be equally well placed in > arch

Re: [PATCH 7/8] ax88796: Add X-Surf 100 zorro driver providing an ax88796 platform device

2015-11-17 Thread Geert Uytterhoeven
Hi Michael, On Tue, Nov 17, 2015 at 12:33 AM, Michael Schmitz wrote: > --- /dev/null > +++ b/drivers/net/ethernet/8390/xsurf100.c > @@ -0,0 +1,71 @@ > +static int xsurf100_probe(struct zorro_dev *zdev, const struct > zorro_device_id *ent) > +{ > + struct platform_device *pdev; > + s