[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <052801cb6f5c$67216fb0$35644f10$%kim@samsung.com>
Date: Tue, 19 Oct 2010 16:08:14 +0900
From: Kukjin Kim <kgene.kim@...sung.com>
To: 'Darius Augulis' <augulis.darius@...il.com>,
linux-arm-kernel@...ts.infradead.org
Cc: paulius.zaleckas@...il.com, linux-kernel@...r.kernel.org,
ben-linux@...ff.org
Subject: RE: [PATCH 5/9 v2] ARM: S3C64XX: add support for mach-mini6410
Darius Augulis wrote:
>
> Add support for mini6410 board from FriendlyARM
>
> Signed-off-by: Darius Augulis <augulis.darius@...il.com>
> ---
>
> Changelog since v1:
> - Ben's comments about coding style fixed
>
> arch/arm/mach-s3c64xx/Kconfig | 10 ++
> arch/arm/mach-s3c64xx/Makefile | 1
> arch/arm/mach-s3c64xx/mach-mini6410.c | 157
> +++++++++++++++++++++++++++++++++
> 3 files changed, 168 insertions(+), 0 deletions(-)
> create mode 100644 arch/arm/mach-s3c64xx/mach-mini6410.c
>
(snip)
> +
> +MACHINE_START(MINI6410, "MINI6410")
> + /* Maintainer: Darius Augulis <augulis.darius@...il.com> */
> + .phys_io = S3C_PA_UART & 0xfff00000,
> + .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc,
Now, we no need to add above two members since commit 861bd81ee62a0d6759144c22909a8a3938951656 ("arm: remove machine_desc.io_pg_offst and .phys_io") from the arm tree
> + .boot_params = S3C64XX_PA_SDRAM + 0x100,
> +
> + .init_irq = s3c6410_init_irq,
> + .map_io = mini6410_map_io,
> + .init_machine = mini6410_machine_init,
> + .timer = &s3c24xx_timer,
> +MACHINE_END
Others, looks ok.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@...sung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists