RE: Samsung SoCs: preparation for single kernel

2010-06-23 Thread Marek Szyprowski
Hello, On Wednesday, June 23, 2010 3:55 AM Eric Miao wrote: ... e.g., cpu_is_* usage at OMAP tree static void omap_init_mcspi(void) { if (cpu_is_omap44xx()) omap4_mcspi_fixup(); platform_device_register(omap2_mcspi1);

RE: [PATCH v2 2/4] ARM: S3C2416: Set name of the framebuffer device only if it present

2010-06-23 Thread Marek Szyprowski
Hello, On Tuesday, June 22, 2010 5:22 PM Yauhen Kharuzhy wrote: Fix case when board doesn't have LCD connected and doesn't have corresponding platform device compiled. Signed-off-by: Yauhen Kharuzhy jek...@gmail.com --- arch/arm/mach-s3c2416/s3c2416.c |2 ++ 1 files changed, 2

Re: Samsung SoCs: preparation for single kernel

2010-06-23 Thread Tony Lindgren
* Eric Miao eric.y.m...@gmail.com [100623 03:48]: On Wed, Jun 23, 2010 at 7:27 AM, Kyungmin Park kmp...@infradead.org wrote: To Ben, I really need single kernel for s5pc110 (cortex A8) and s5pc210 (cortex A9) at least. Fortunately arm move to these approaches recently. but current

Re: Samsung SoCs: preparation for single kernel

2010-06-23 Thread Eric Miao
On Wed, Jun 23, 2010 at 3:28 PM, Tony Lindgren t...@atomide.com wrote: * Eric Miao eric.y.m...@gmail.com [100623 03:48]: On Wed, Jun 23, 2010 at 7:27 AM, Kyungmin Park kmp...@infradead.org wrote: To Ben, I really need single kernel for s5pc110 (cortex A8) and s5pc210 (cortex A9) at

RE: [PATCH v2 0/4] ARM: S5P: Support gpio interrupts

2010-06-23 Thread Kukjin Kim
Joonyoung Shim wrote: This patch v2 set is to support gpio interrupts of samsung s5p cpus, and the GPIOlib gpio_to_irq goes to plat-samsung gpiolib, so patch v2 set has four commit smaller than v1. Changes since v1: - Add irq_base to s3c_gpio_chip struct - GPIOlib gpio_to_irq() is

Re: Samsung SoCs: preparation for single kernel

2010-06-23 Thread Eric Miao
On Wed, Jun 23, 2010 at 2:25 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, On Wednesday, June 23, 2010 3:55 AM Eric Miao wrote: ... e.g., cpu_is_* usage at OMAP tree static void omap_init_mcspi(void) {        if (cpu_is_omap44xx())                

Re: [PATCH v2 0/4] ARM: S5P: Support gpio interrupts

2010-06-23 Thread Kyungmin Park
On Wed, Jun 23, 2010 at 4:50 PM, Kukjin Kim kgene@samsung.com wrote: Joonyoung Shim wrote: This patch v2 set is to support gpio interrupts of samsung s5p cpus, and the GPIOlib gpio_to_irq goes to plat-samsung gpiolib, so patch v2 set has four commit smaller than v1. Changes since v1: -

Re: [PATCH v4] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-23 Thread Jeff Garzik
On 06/14/2010 03:07 AM, Kukjin Kim wrote: From: Abhilash Kesavana.kesa...@samsung.com Adds support for the Samsung PATA controller. This driver is based on the Libata subsystem and references the earlier patches sent for IDE subsystem. Signed-off-by: Abhilash Kesavana.kesa...@samsung.com

[PATCH] ARM: S5P: Add Support common arch_reset() for S5P SoCs

2010-06-23 Thread Kukjin Kim
This patch adds system define for arch_reset() for S5P SoCs such as S5P6440, S5P6442, S5PC100 and S5PV210/S5PC110. Now perform reset using Watchdog reset, SWRESET support with s5p_reset_hook() will be added later. NOTE: depends on 'Add Watchdog support for S5PC100' ARM: S5P6442: Add Watchdog

[PATCH 3/3] ARM: S5P: Add Support common arch_reset() for S5P SoCs

2010-06-23 Thread Kukjin Kim
From: Jongpill Lee boyko@samsung.com This patch adds support common arch_reset() for S5P6440, S5P6442, S5PC100 and S5PV210/S5PC110. Now perform reset using Watchdog reset, SWRESET support with s5p_reset_hook() will be added later. Signed-off-by: Jongpill Lee boyko@samsung.com

Re: [GIT PULL linux-next] Samsung S5P SoCs

2010-06-23 Thread Stephen Rothwell
Hi, On Wed, 23 Jun 2010 09:56:52 +0900 Kukjin Kim kgene@samsung.com wrote: Could you please pull the following into linux-next? git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git#for-ne xt This tree is for next- Samsung S5P SoCs such as S5P6440, S5P6442, S5PC100,

Re: [PATCH 2/3] ARM: S5P: Add System define for arch_reset()

2010-06-23 Thread Kyungmin Park
On Thu, Jun 24, 2010 at 7:31 AM, Kukjin Kim kgene@samsung.com wrote: From: Jongpill Lee boyko@samsung.com This patch adds system define for arch_reset() using Watchdog reset. And adds IO mapping for using WDT. Are there any reason to use the WDT to system reset? As original purpose of

Re: Samsung SoCs: preparation for single kernel

2010-06-23 Thread Kyungmin Park
On Wed, Jun 23, 2010 at 6:20 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, On Wednesday, June 23, 2010 10:02 AM Eric Miao wrote: Now you have s5pv210_device_hsmmc0 s5pc100_device_hsmmc0 s3c64xx_device_hsmmc0 each with a different base. There is no need

RE: Samsung SoCs: preparation for single kernel

2010-06-23 Thread Marek Szyprowski
Hello, On Thursday, June 24, 2010 4:08 AM Kyungmin Park wrote: On Wed, Jun 23, 2010 at 6:20 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, On Wednesday, June 23, 2010 10:02 AM Eric Miao wrote: Now you have s5pv210_device_hsmmc0 s5pc100_device_hsmmc0