On Thu, Nov 05, 2009 at 10:07:06AM -0600, James Bottomley wrote: >On Thu, 2009-11-05 at 08:43 -0500, Josh Boyer wrote: >> On Tue, Sep 15, 2009 at 03:25:55PM -0700, pbathija@xxxxxxxx wrote: >> >From: Pravin Bathija <pbathija@xxxxxxxx> >> > >> >Powerpc 44x uses 36 bit real address while the real address defined >> >in MPT Fusion driver is of type 32 bit. This causes ioremap to fail and driver >> >fails to initialize. This fix changes the data types representing the real >> >address from unsigned long 32-bit types to "phys_addr_t" which is 64-bit. The >> >driver has been tested, the disks get discovered correctly and can do IO. Also, >> >replaced phys_addr_t with resource_size_t as suggested by Ben. >> > >> >Signed-off-by: Pravin Bathija <pbathija@xxxxxxxx> >> >Acked-by: Feng Kan <fkan@xxxxxxxx> >> >Acked-by: Prodyut Hazarika <phazarika@xxxxxxxx> >> >Acked-by: Loc Ho <lho@xxxxxxxx> >> >Acked-by: Tirumala Reddy Marri <tmarri@xxxxxxxx> >> >Acked-by: Victor Gallardo <vgallardo@xxxxxxxx> >> >> Is this patch included in the scsi tree at all? I can't seem to find it in >> linux-next and I know it's not in the powerpc tree. Are there further changes >> needed, or has it simply been missed? > >What was the feedback from LSI ... I haven't seen any here? I've seen no feedback on it anywhere. The original patch used both phys_addr_t and resource_size_t and Ben suggested they just use resource_size_t everywhere. Pravin reposted (which is this current patch) and it has sat here since then. josh -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html