/openbmc/linux/arch/m68k/include/asm/ |
H A D | amigahw.h | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/m68k/amiga/ |
H A D | chipram.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
H A D | config.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/drivers/scsi/ |
H A D | zorro7xx.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
H A D | a4000t.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
H A D | a3000.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
H A D | a2091.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
H A D | gvp11.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/drivers/parport/ |
H A D | parport_mfc3.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | hydra.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
H A D | zorro8390.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | ariadne.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
H A D | a2065.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/drivers/block/ |
H A D | z2ram.c | diff 6112ea0862facaeaeab504ee01c0d04bcd22daaf Sun Jan 09 04:03:43 CST 2011 Geert Uytterhoeven <geert@linux-m68k.org> zorro: ZTWO_VADDR() should return "void __iomem *"
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should return "void __iomem *" instead of "unsigned long".
This allows to drop several casts, but requires adding a few casts to accomodate legacy driver frameworks that store "unsigned long" I/O addresses.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|