ARM: SAMSUNG: Remove old email address for ben-linux@fluff.org
The address ben@fluff.org is old, ben-linux@fluff.org has been in use for a long time, and we should fixup all the occasions of the older address to avoid confusion. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
@@ -338,7 +338,7 @@ static void __init h1940_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(H1940, "IPAQ-H1940")
|
MACHINE_START(H1940, "IPAQ-H1940")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
|
||||||
.phys_io = S3C2410_PA_UART,
|
.phys_io = S3C2410_PA_UART,
|
||||||
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
||||||
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
||||||
|
@@ -674,7 +674,7 @@ static void __init jive_machine_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(JIVE, "JIVE")
|
MACHINE_START(JIVE, "JIVE")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
|
||||||
.phys_io = S3C2410_PA_UART,
|
.phys_io = S3C2410_PA_UART,
|
||||||
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
||||||
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
||||||
|
@@ -150,7 +150,7 @@ static void __init smdk2413_machine_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(S3C2413, "S3C2413")
|
MACHINE_START(S3C2413, "S3C2413")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
|
||||||
.phys_io = S3C2410_PA_UART,
|
.phys_io = S3C2410_PA_UART,
|
||||||
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
||||||
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
||||||
@@ -163,7 +163,7 @@ MACHINE_START(S3C2413, "S3C2413")
|
|||||||
MACHINE_END
|
MACHINE_END
|
||||||
|
|
||||||
MACHINE_START(SMDK2412, "SMDK2412")
|
MACHINE_START(SMDK2412, "SMDK2412")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
|
||||||
.phys_io = S3C2410_PA_UART,
|
.phys_io = S3C2410_PA_UART,
|
||||||
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
||||||
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
||||||
@@ -176,7 +176,7 @@ MACHINE_START(SMDK2412, "SMDK2412")
|
|||||||
MACHINE_END
|
MACHINE_END
|
||||||
|
|
||||||
MACHINE_START(SMDK2413, "SMDK2413")
|
MACHINE_START(SMDK2413, "SMDK2413")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
|
||||||
.phys_io = S3C2410_PA_UART,
|
.phys_io = S3C2410_PA_UART,
|
||||||
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
||||||
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
||||||
|
@@ -209,7 +209,7 @@ static void __init rx3715_init_machine(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(RX3715, "IPAQ-RX3715")
|
MACHINE_START(RX3715, "IPAQ-RX3715")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
|
||||||
.phys_io = S3C2410_PA_UART,
|
.phys_io = S3C2410_PA_UART,
|
||||||
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
||||||
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
||||||
|
@@ -174,7 +174,7 @@ static void __init smdk2440_machine_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(S3C2440, "SMDK2440")
|
MACHINE_START(S3C2440, "SMDK2440")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
|
||||||
.phys_io = S3C2410_PA_UART,
|
.phys_io = S3C2410_PA_UART,
|
||||||
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
||||||
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
||||||
|
@@ -131,7 +131,7 @@ static void __init smdk2443_machine_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(SMDK2443, "SMDK2443")
|
MACHINE_START(SMDK2443, "SMDK2443")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
|
||||||
.phys_io = S3C2410_PA_UART,
|
.phys_io = S3C2410_PA_UART,
|
||||||
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
||||||
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
||||||
|
@@ -84,7 +84,7 @@ static void __init smdk6400_machine_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(SMDK6400, "SMDK6400")
|
MACHINE_START(SMDK6400, "SMDK6400")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
|
||||||
.phys_io = S3C_PA_UART & 0xfff00000,
|
.phys_io = S3C_PA_UART & 0xfff00000,
|
||||||
.io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc,
|
||||||
.boot_params = S3C64XX_PA_SDRAM + 0x100,
|
.boot_params = S3C64XX_PA_SDRAM + 0x100,
|
||||||
|
@@ -656,7 +656,7 @@ static void __init smdk6410_machine_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(SMDK6410, "SMDK6410")
|
MACHINE_START(SMDK6410, "SMDK6410")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
|
||||||
.phys_io = S3C_PA_UART & 0xfff00000,
|
.phys_io = S3C_PA_UART & 0xfff00000,
|
||||||
.io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc,
|
||||||
.boot_params = S3C64XX_PA_SDRAM + 0x100,
|
.boot_params = S3C64XX_PA_SDRAM + 0x100,
|
||||||
|
Reference in New Issue
Block a user