Re: [PATCH] nubus: Set default dma mask for nubus_board devices

2018-07-02 Thread Geert Uytterhoeven
On Mon, Jun 25, 2018 at 1:45 PM Finn Thain wrote: > A 32-bit mask is used by default because a NuBus slot has 32 > address/data lines and a NuBus board is free to use all of them. > > Cc: Christoph Hellwig > Cc: Greg Kroah-Hartman > Tested-by: Stan Johnson > Signed-off-by: Finn Thain Thanks,

Re: [PATCH] nubus: Set default dma mask for nubus_board devices

2018-06-28 Thread Christoph Hellwig
On Fri, Jun 29, 2018 at 02:15:21PM +1000, Finn Thain wrote: > On Thu, 28 Jun 2018, Christoph Hellwig wrote: > > > On Mon, Jun 25, 2018 at 09:46:11PM +1000, Finn Thain wrote: > > > A 32-bit mask is used by default because a NuBus slot has 32 > > > address/data lines and a NuBus board is free to us

Re: [PATCH] nubus: Set default dma mask for nubus_board devices

2018-06-28 Thread Finn Thain
On Thu, 28 Jun 2018, Christoph Hellwig wrote: > On Mon, Jun 25, 2018 at 09:46:11PM +1000, Finn Thain wrote: > > A 32-bit mask is used by default because a NuBus slot has 32 > > address/data lines and a NuBus board is free to use all of them. > > Looks good: Thanks for looking it over. But did y

Re: [PATCH] nubus: Set default dma mask for nubus_board devices

2018-06-28 Thread Christoph Hellwig
On Mon, Jun 25, 2018 at 09:46:11PM +1000, Finn Thain wrote: > A 32-bit mask is used by default because a NuBus slot has 32 > address/data lines and a NuBus board is free to use all of them. Looks good:

[PATCH] nubus: Set default dma mask for nubus_board devices

2018-06-25 Thread Finn Thain
A 32-bit mask is used by default because a NuBus slot has 32 address/data lines and a NuBus board is free to use all of them. Cc: Christoph Hellwig Cc: Greg Kroah-Hartman Tested-by: Stan Johnson Signed-off-by: Finn Thain --- drivers/nubus/bus.c | 3 +++ 1 file changed, 3 insertions(+) diff -