Re: [RFC PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A

2015-12-05 Thread Finn Thain
On Mon, 30 Nov 2015, Ondrej Zary wrote: > On Monday 30 November 2015, Finn Thain wrote: > > > > On Sun, 29 Nov 2015, Ondrej Zary wrote: > > > > > Add I/O register mapping for NCR53C400A and enable PDMA mode to > > > improve performance and fix non-working IRQ. > > > > > > > Is CONFIG_SCSI_GEN

Re: [RFC PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A

2015-11-30 Thread Ondrej Zary
On Monday 30 November 2015, Finn Thain wrote: > > On Sun, 29 Nov 2015, Ondrej Zary wrote: > > > Add I/O register mapping for NCR53C400A and enable PDMA mode to > > improve performance and fix non-working IRQ. > > > > Is CONFIG_SCSI_GENERIC_NCR53C400 is still needed? Can the driver be fully > c

Re: [RFC PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A

2015-11-30 Thread Finn Thain
On Sun, 29 Nov 2015, Ondrej Zary wrote: > Add I/O register mapping for NCR53C400A and enable PDMA mode to > improve performance and fix non-working IRQ. > Is CONFIG_SCSI_GENERIC_NCR53C400 is still needed? Can the driver be fully configured at runtime now? > Tested with HP C2502 (and user-spac

Re: [RFC PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A

2015-11-30 Thread Finn Thain
On Sun, 29 Nov 2015, Ondrej Zary wrote: > Add I/O register mapping for NCR53C400A and enable PDMA mode to > improve performance and fix non-working IRQ. > > Tested with HP C2502 (and user-space enabler). > > Signed-off-by: Ondrej Zary > --- > drivers/scsi/g_NCR5380.c | 11 ++- > 1 f