Re: [PATCH net v4 01/13] net/8390: Remove redundant make dependencies

2018-02-12 Thread Geert Uytterhoeven
On Mon, Feb 12, 2018 at 4:08 AM, Finn Thain wrote: > The hydra, zorro8390 and mcf8390 drivers all #include "lib8390.c" and > have no need for 8390.o. modinfo confirms no dependency on 8390.ko. > Drop the redundant dependency from the Makefile. objdump confirms > that this has no effect on the modu

Re: [PATCH net v4 06/13] net/mac89x0: Convert to platform_driver

2018-02-12 Thread Geert Uytterhoeven
On Mon, Feb 12, 2018 at 4:08 AM, Finn Thain wrote: > Apparently these Dayna cards don't have a pseudoslot declaration ROM > which means they can't be probed like NuBus cards. > > Cc: Geert Uytterhoeven > Signed-off-by: Finn Thain > --- > arch/m68k/mac/config.c| 4 ++ > drivers/

Re: [PATCH net v4 09/13] net/mac8390: Convert to nubus_driver

2018-02-12 Thread Geert Uytterhoeven
On Mon, Feb 12, 2018 at 4:08 AM, Finn Thain wrote: > This resolves an old bug that constrained this driver to no more than > one card. > > Tested-by: Stan Johnson > Signed-off-by: Finn Thain > --- a/drivers/net/ethernet/8390/mac8390.c > +++ b/drivers/net/ethernet/8390/mac8390.c > @@ -390,86 +3

[PATCH] m68k/defconfig: Update defconfigs for v4.16-rc1

2018-02-12 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- arch/m68k/configs/amiga_defconfig| 13 - arch/m68k/configs/apollo_defconfig | 13 - arch/m68k/configs/atari_defconfig| 13 - arch/m68k/configs/bvme6000_defconfig | 13 - arch/m68k/configs/hp300_defconf

[PATCH] m68k/mm: Stop printing the virtual memory layout

2018-02-12 Thread Geert Uytterhoeven
Since commit ad67b74d2469d9b8 ("printk: hash addresses printed with %p"), the virtual memory layout printed during boot up contains "ptrval" instead of actual addresses: Memory: 268040K/276480K available (2979K kernel code, 310K rwdata, 784K rodata, 144K init, 172K bss, 8440K reserved, 0K cma

[PATCH] ata: add Amiga Gayle PATA controller driver

2018-02-12 Thread Bartlomiej Zolnierkiewicz
Add Amiga Gayle PATA controller driver. It enables libata support for the on-board IDE interfaces on some Amiga models (A600, A1200, A4000 and A4000T) and also for IDE interfaces on the Zorro expansion bus (M-Tech E-Matrix 530 expansion card). Thanks to John Paul Adrian Glaubitz and Michael Schmit

Re: [PATCH] ata: add Amiga Gayle PATA controller driver

2018-02-12 Thread Philippe Ombredanne
On Mon, Feb 12, 2018 at 2:49 PM, Bartlomiej Zolnierkiewicz wrote: > Add Amiga Gayle PATA controller driver. It enables libata support > for the on-board IDE interfaces on some Amiga models (A600, A1200, > A4000 and A4000T) and also for IDE interfaces on the Zorro expansion > bus (M-Tech E-Matrix 5

Re: [PATCH net v4 02/13] net/8390: Fix msg_enable patch snafu

2018-02-12 Thread David Miller
From: Finn Thain Date: Sun, 11 Feb 2018 22:08:43 -0500 (EST) > The lib8390 module parameter 'msg_enable' doesn't do anything useful: > it causes an ancient version string to be logged. Not true. You need to look at the various netif_*() et al. message logging interfaces, they check "p->msg_enab

Re: [PATCH] m68k/mm: Stop printing the virtual memory layout

2018-02-12 Thread Finn Thain
On Mon, 12 Feb 2018, Geert Uytterhoeven wrote: > Since commit ad67b74d2469d9b8 ("printk: hash addresses printed with > %p"), the virtual memory layout printed during boot up contains "ptrval" > instead of actual addresses: > > Memory: 268040K/276480K available (2979K kernel code, 310K rwdata,

Re: [PATCH net v4 02/13] net/8390: Fix msg_enable patch snafu

2018-02-12 Thread Finn Thain
On Mon, 12 Feb 2018, David Miller wrote: > From: Finn Thain > Date: Sun, 11 Feb 2018 22:08:43 -0500 (EST) > > > The lib8390 module parameter 'msg_enable' doesn't do anything useful: > > it causes an ancient version string to be logged. > > Not true. > > You need to look at the various netif_*(

Re: [PATCH net v4 09/13] net/mac8390: Convert to nubus_driver

2018-02-12 Thread Finn Thain
On Mon, 12 Feb 2018, Geert Uytterhoeven wrote: > On Mon, Feb 12, 2018 at 4:08 AM, Finn Thain > wrote: > > This resolves an old bug that constrained this driver to no more than > > one card. > > > > Tested-by: Stan Johnson > > Signed-off-by: Finn Thain > > > --- a/drivers/net/ethernet/8390/mac

Re: [PATCH] m68k/mm: Stop printing the virtual memory layout

2018-02-12 Thread Geert Uytterhoeven
Hi Finn, On Tue, Feb 13, 2018 at 1:48 AM, Finn Thain wrote: > On Mon, 12 Feb 2018, Geert Uytterhoeven wrote: >> Since commit ad67b74d2469d9b8 ("printk: hash addresses printed with >> %p"), the virtual memory layout printed during boot up contains "ptrval" >> instead of actual addresses: >> >>