Re: [PATCH v2 25/36] sun3_scsi: Convert to platform device

2014-11-09 Thread Geert Uytterhoeven
On Mon, Oct 27, 2014 at 6:26 AM, Finn Thain fth...@telegraphics.com.au wrote: --- linux.orig/arch/m68k/sun3/config.c 2014-10-27 16:17:59.0 +1100 +++ linux/arch/m68k/sun3/config.c 2014-10-27 16:25:50.0 +1100 @@ -169,3 +171,61 @@ static void __init sun3_sched_init(irq_h

Re: [PATCH v2 25/36] sun3_scsi: Convert to platform device

2014-11-09 Thread Finn Thain
On Sun, 9 Nov 2014, Geert Uytterhoeven wrote: On Mon, Oct 27, 2014 at 6:26 AM, Finn Thain fth...@telegraphics.com.au wrote: --- linux.orig/arch/m68k/sun3/config.c 2014-10-27 16:17:59.0 +1100 +++ linux/arch/m68k/sun3/config.c 2014-10-27 16:25:50.0 +1100 @@ -169,3

Re: [PATCH v2 25/36] sun3_scsi: Convert to platform device

2014-11-09 Thread Geert Uytterhoeven
On Sun, Nov 9, 2014 at 1:12 PM, Finn Thain fth...@telegraphics.com.au wrote: According to the Sun-3 Architecture Manual v2.0 (May 1985), end should be 0x0014001f. OK. Where did you find that, BTW? In my local collection of hardware docs I downloaded eons ago ;-) Fortunately it hasn't

Re: [PATCH v2 25/36] sun3_scsi: Convert to platform device

2014-10-30 Thread Hannes Reinecke
On 10/27/2014 06:26 AM, Finn Thain wrote: Convert sun3_scsi to platform device and eliminate scsi_register(). Signed-off-by: Finn Thain fth...@telegraphics.com.au Reviewed-by: Hannes Reinecke h...@suse.de Cheers, Hannes -- Dr. Hannes Reinecke zSeries Storage h...@suse.de

[PATCH v2 25/36] sun3_scsi: Convert to platform device

2014-10-27 Thread Finn Thain
Convert sun3_scsi to platform device and eliminate scsi_register(). Signed-off-by: Finn Thain fth...@telegraphics.com.au --- Changes since v1: - Use NO_IRQ instead of IRQ_NONE. - Move device IRQ and address constants to platform resources. - Test idprom-id_machtype before registering platform