[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOmrzkK0grWvCx44WRspVZPUhO=fnK9SyvL=sejkn5dUyNfwFg@mail.gmail.com>
Date: Wed, 18 Apr 2018 11:00:05 +1200
From: Michael Schmitz <schmitzmic@...il.com>
To: Andrew Lunn <andrew@...n.ch>
Cc: netdev <netdev@...r.kernel.org>,
"Linux/m68k" <linux-m68k@...r.kernel.org>,
Michael Karcher <Michael.Karcher@...berlin.de>,
Michael Karcher <kernel@...rcher.dialup.fu-berlin.de>
Subject: Re: [PATCH v2 8/8] net: New ax88796 platform driver for Amiga X-Surf
100 Zorro board (m68k)
Hi Andrew,
On Wed, Apr 18, 2018 at 1:26 AM, Andrew Lunn <andrew@...n.ch> wrote:
> On Tue, Apr 17, 2018 at 02:08:15PM +1200, Michael Schmitz wrote:
>> Add platform device driver to populate the ax88796 platform data from
>> information provided by the XSurf100 zorro device driver.
>> This driver will have to be loaded before loading the ax88796 module,
>> or compiled as built-in.
>>
>> Signed-off-by: Michael Karcher <kernel@...rcher.dialup.fu-berlin.de>
>> Signed-off-by: Michael Schmitz <schmitzmic@...il.com>
>> ---
>> drivers/net/ethernet/8390/Kconfig | 14 +-
>> drivers/net/ethernet/8390/Makefile | 1 +
>> drivers/net/ethernet/8390/xsurf100.c | 411 ++++++++++++++++++++++++++++++++++
>> 3 files changed, 425 insertions(+), 1 deletions(-)
>> create mode 100644 drivers/net/ethernet/8390/xsurf100.c
>>
>> diff --git a/drivers/net/ethernet/8390/Kconfig b/drivers/net/ethernet/8390/Kconfig
>> index fdc6734..0cadd45 100644
>> --- a/drivers/net/ethernet/8390/Kconfig
>> +++ b/drivers/net/ethernet/8390/Kconfig
>> @@ -30,7 +30,7 @@ config PCMCIA_AXNET
>>
>> config AX88796
>> tristate "ASIX AX88796 NE2000 clone support"
>> - depends on (ARM || MIPS || SUPERH)
>> + depends on (ARM || MIPS || SUPERH || AMIGA)
>
> Hi Michael
>
> Will it compile on other platforms? If so, it is a good idea to add
> COMPILE_TEST as well.
I suppose it will - nothing in there that wouldn't be portable. Well,
let's find out, shall we?
Cheers,
Michael
>
> Andrew
Powered by blists - more mailing lists