[PATCH] ARM: S3C24XX: Add WIZnet W5300E01-ARM board support

2012-09-02 Thread Taehun Kim
This patch adds WIZnet W5300E01 board. I tested this code in the board. Please review this patch and apply it if do not have any problems. Taehun kim Signed-off-by: Taehun Kim --- arch/arm/mach-s3c24xx/Kconfig |5 + arch/arm/mach-s3c24xx/Makefile|1 + arch/arm/mach

Re: [PATCH] ARM: S3C24XX: Add WIZnet W5300E01-ARM board support

2012-09-03 Thread Taehun Kim
2012/9/3 Sylwester Nawrocki : > Hi, > > On 09/03/2012 09:56 AM, Vasily Khoruzhick wrote: >>> +static void __init w5300e01_init(void) >>> +{ >>> + s3c_nand_set_platdata(&w5300e01_nand_info); >>> + platform_add_devices(w5300e01_devices, >>> ARRAY_SIZE(w5300e01_devices)); >>> + >>> +

[PATCH v2] ARM: S3C24XX: Add WIZnet W5300E01-ARM board support

2012-09-03 Thread Taehun Kim
This patch adds WIZnet W5300E01 board changed to the new gpio functions. Please review this patch and apply it if do not have any problems. Signed-off-by: Taehun Kim --- arch/arm/mach-s3c24xx/Kconfig |5 + arch/arm/mach-s3c24xx/Makefile|1 + arch/arm/mach-s3c24xx/mach

Re: [PATCH v2] ARM: S3C24XX: Add WIZnet W5300E01-ARM board support

2012-09-04 Thread Taehun Kim
2012/9/4 Sylwester Nawrocki : > On 09/03/2012 07:36 PM, Taehun Kim wrote: >> +static void __init w5300e01_init(void) >> +{ >> + s3c_nand_set_platdata(&w5300e01_nand_info); >> + platform_add_devices(w5300e01_devices, ARRAY_SIZE(w5300e01_devices)); >&

[PATCH v3] ARM: S3C24XX: Add WIZnet W5300E01-ARM board support

2012-09-05 Thread Taehun Kim
- The gpio routines are changed to use the gpio_request() functions from comments of Vasily and Sylwester. - The mistake of adding a character by my email client automatically is fixed. Please review this patch and apply it if do not have any problems. Signed-off-by: Taehun Kim --- arch/arm