Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-19 Thread Kyungmin Park
On 12/20/11, Mark Brown wrote: > On Mon, Dec 12, 2011 at 11:32:28PM +0900, Kyungmin Park wrote: >> On Mon, Dec 12, 2011 at 7:03 PM, Mark Brown > >> > I'm not sure I understand why we would not be ready to do things like >> > this? I'd also expect that

Re: [PATCH 1/4] ARM: EXYNOS4: Add DMC1, allow PPMU access for DMC.

2011-12-16 Thread Kyungmin Park
Hi Mr. Kim, It's maybe missing for v3.3 merge at samsung soc. Please give your opinion, how to handle it? If you don't mind it, it can merge it by devfreq. Thank you, Kyungmin Park On 12/1/11, MyungJoo Ham wrote: > - Add DMC1 > - Enlarge address space for DMC from 4k to

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-12 Thread Kyungmin Park
On Mon, Dec 12, 2011 at 7:03 PM, Mark Brown wrote: > On Mon, Dec 12, 2011 at 06:27:30PM +0900, Kyungmin Park wrote: >> On 12/12/11, Mark Brown wrote: > >> >> +  &s5p_device_g2d, > >> > For devices like g2d which are always part of the SoC and which don&#

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-12 Thread Kyungmin Park
register it automatically. but I'm not sure we're ready to use this scheme. and I hope to start these work at smdk board instead of this patch. Thank you, Kyungmin Park > > The crypto accelerators are another example of this - it's not really > board specific if they&

Re: [PATCH 2/2] regulator: add device tree support for max8997

2011-12-08 Thread Kyungmin Park
form data structure is instantiated here and the drivers > for > + * the sub-modules need not instantiate another instance while parsing > their > + * platform data. > + */ > +static int max8997_i2c_parse_dt_pdata(struct device *dev, > + struct max8997_platform

Re: [PATCH v7 0/2] iommu/exynos: Add IOMMU/System MMU driver for Samsung Exynos

2011-12-06 Thread Kyungmin Park
On Tue, Dec 6, 2011 at 9:13 PM, KyongHo Cho wrote: > On Tue, Dec 6, 2011 at 8:24 AM, Kyungmin Park wrote: >> On 12/6/11, Joerg Roedel wrote: >>> On Fri, Nov 18, 2011 at 06:47:28PM +0900, KyongHo Cho wrote: >>>> Patch Summary: >>>> [PATCH v7 1/2] ARM:

Re: [PATCH v7 0/2] iommu/exynos: Add IOMMU/System MMU driver for Samsung Exynos

2011-12-05 Thread Kyungmin Park
kernel config that I can use for my testing and that builds a current > 3.2-rc4 kernel for Exynos? and I hope to see the real example how to use it with exynos platform. Now I can't find the interface between exynos platform and generic exynos iommu. BTW, how do you test it at ma

Re: [PATCH 2/2] arm: exynos: allow platform-lcd driver to control lcd regulator source on origen

2011-12-05 Thread Kyungmin Park
ck itself, but in board it's fixed. I'm not sure it's correct usage at board file. I think original code is better to understand and use it as name, it's fixed v3.3 voltage. Thank you, Kyungmin Park > .boot_on= 1, > -

Re: [PATCH] backlight: add regulator support for platform_lcd driver

2011-12-05 Thread Kyungmin Park
plcd->pdata->max_uV) > + if (regulator_set_voltage(lcd_regulator, > + plcd->pdata->min_uV, plcd->pdata->max_uV)) > + dev_info(plcd->us, > +

Re: [PATCH 1/4] ARM: EXYNOS4: Add DMC1, allow PPMU access for DMC.

2011-12-02 Thread Kyungmin Park
On 12/2/11, Kukjin Kim wrote: > MyungJoo Ham wrote: >> >> - Add DMC1 >> - Enlarge address space for DMC from 4k to 64k so that PPMU registers >> may be accessed. >> >> Signed-off-by: MyungJoo Ham >> Signed-off-by: Kyungmin Park >> ---

Re: [PATCH 3/3] ARM: S3C64XX: Implement basic power domain support

2011-12-01 Thread Kyungmin Park
ower domain" from Mr. Kim Thank you, Kyungmin Park On 12/2/11, Mark Brown wrote: > The S3C64xx SoCs contain a set of gateable power domains which can be > enabled and disabled at runtime in order to save power. Use the generic > power domain code to implement support for these in softw

Re: [GIT PULL] Samsung fixes for v3.2

2011-11-21 Thread Kyungmin Park
s/mct.c:451: error: (Each undeclared identifier is reported only once arch/arm/mach-exynos/mct.c:451: error: for each function it appears in.) make[1]: *** [arch/arm/mach-exynos/mct.o] Error 1 Thank you, Kyungmin Park On 11/21/11, Kukjin Kim wrote: > Hi Arnd, > > Please pull samsung-fixes for v

Re: [linux-pm] [PATCH 1/3 v3] ARM: EXYNOS4: Support for generic I/O power domains on EXYNOS4210/4212

2011-11-15 Thread Kyungmin Park
clock is not recommended on EXYNOS4 now. >> >> As you said, should we separately control power and clock of power domain? > > If you ask my opinion, yes, I mean when it is required, it would be > controlled independent. Okay. It's meaning-less, Until change his mind, just

Re: [PATCH v6 2/2] iommu/exynos: Add iommu driver for Exynos Platforms

2011-11-14 Thread Kyungmin Park
On 11/15/11, KyongHo Cho wrote: > This is the System MMU driver and IOMMU API implementation for > Exynos SOC platforms. Exynos platforms has more than 10 System > MMUs dedicated for each multimedia accellerators. > > The System MMU driver is already in arc/arm/plat-s5p but it is > moved to driver

Re: [PATCH v6 1/2] ARM: EXYNOS: Change System MMU platform device definitions

2011-11-14 Thread Kyungmin Park
; + sysmmu_set_owner(&SYSMMU_PLATDEV(fimc2).dev, &s5p_device_fimc2.dev); > + sysmmu_set_owner(&SYSMMU_PLATDEV(fimc3).dev, &s5p_device_fimc3.dev); > + sysmmu_set_owner(&SYSMMU_PLATDEV(mfc_l).dev, &s5p_device_mfc.dev); > + sysmmu_set_owner(&SYSMM

Re: [PATCH] ARM: EXYNOS4: Enable write full line for zeros mode

2011-11-03 Thread Kyungmin Park
exynos4412()) { Now CA15 is not ready so this if statement is meaningless. > + enable_foz(); > + smp_call_function((void (*)(void *))enable_foz, NULL, 0); > + } > + > + /* >* Synchronise with the boot thread. >*/ > spin_lock(&boot_lock); T

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kyungmin Park
On 11/3/11, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> On 11/3/11, Kyungmin Park wrote: >> > On 11/3/11, Joonyoung Shim wrote: >> >> 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: >> >>> Joonyoung Shim wrote: >> >>>> 11/03/2011 1

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kyungmin Park
On 11/3/11, Kyungmin Park wrote: > On 11/3/11, Joonyoung Shim wrote: >> 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: >>> Joonyoung Shim wrote: >>>> 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: >>>>> Joonyoung Shim wrote: >>>>>> PWM timers use pclk(&

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kyungmin Park
>>>>> disabled state when PWM driver is probed, then it causes wrong read and >>>>> write operation about registers of PWM. >>>>> >>>>> Signed-off-by: Joonyoung Shim >>>>> Signed-off-by: Kyungmin Park >>>>> --

Re: [PATCH] ARM: Samsung: gpio-interrupts: fix offset calculation

2011-10-20 Thread Kyungmin Park
Hi Kukjin and Arnd, If there's chance to merge for 3.1 bugfix. It's required to run 2nd GPIO banks for exynos4210. and it should be applied for stable tree also. Thank you, Kyungmin Park On Tue, Oct 18, 2011 at 7:16 PM, Marek Szyprowski wrote: > Offsets of the irq controller r

Re: [GIT PULL] Samsung board-2 for v3.2

2011-10-05 Thread Kyungmin Park
Hi, As you decide to rename the mach name, how to change the board name together? Historically samsung use the "mach-" prefix for board name, but others are use the "board-" prefix. So let's use the same convention as others? How do you think? Thank you, Kyungmin Park

Re: [PATCH V2 2/2] ARM: SAMSUNG: Cleanup resources by using macro

2011-10-04 Thread Kyungmin Park
e >> duplicated resources and platform data after this and the new SAMSUNG_RES >> macro will be used. There are tools for source browsing e.g., ctags, cscope, grep, git grep and so on. If you create new SAMSUNG_RES, these tools can't find macro and symbols properly. Please use the e

Re: [PATCH 1/3] mmc: sdhci-s3c: Remove usage of clk_type member in platform data

2011-10-04 Thread Kyungmin Park
#define EXYNOS4_SDHCI_DRV_DATA ((kernel_ulong_t)&exynos4_sdhci_drv_data) > +#else > +#define EXYNOS4_SDHCI_DRV_DATA (kernel_ulong_t)NULL > +#endif It's too small to save the memory. I think no need to guard the exynos driver data with ifdef/endif. > + > +static struct platform_device_id sdh

Re: [PATCH] ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynos

2011-10-02 Thread Kyungmin Park
Hi, I'm afraid to change machine directory name again. mach-s5pv310 -> mach-exynos4 -> mach-exynos. As I remember linus blamed the renaming the file names are happened frequently at ARM Thank you, Kyungmin Park 2011/10/2 Kukjin Kim : > The arch/arm/mach-exynos4 directory (CONFI

Re: [PATCH V2 2/2] ARM: SAMSUNG: Cleanup resources by using macro

2011-10-02 Thread Kyungmin Park
        .flags  = IORESOURCE_IRQ, > -       } > +       [0] = SAMSUNG_RES_MEM(S5P, EHCI, SZ_256), > +       [1] = SAMSUNG_RES_IRQ(USB_HOST), >  }; > >  struct platform_device s5p_device_ehci = { > @@ -1839,16 +1400,8 @@ void __init s5p_ehci_set_platdata(struct > s5p

Re: boot failure of exynos4 on 3.1.0-rc7

2011-09-27 Thread Kyungmin Park
On Wed, Sep 28, 2011 at 3:40 PM, Subash Patel wrote: > On 09/28/2011 12:07 PM, Kyungmin Park wrote: >> >> On Wed, Sep 28, 2011 at 3:33 PM, Subash Patel  wrote: >>> >>> Hello, >>> >>> I am attempting to boot linux version in subject o

Re: boot failure of exynos4 on 3.1.0-rc7

2011-09-27 Thread Kyungmin Park
are merged. Before that, you need a workaround patch as universal_c210 does. Note that de-select the MCT timer since EVT0 doesn't have it. Thank you, Kyungmin Park > > Regards, > Subash > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" >

Re: [RESEND PATCH 2/3] ARM: EXYNOS4: Update consistent DMA size to 8MB

2011-09-20 Thread Kyungmin Park
Hi, As I know, CONSISTENT_DMA_SIZE is removed, please use the updated APIs. Thank you, Kyungmin Park On Wed, Sep 21, 2011 at 2:44 PM, Hatim Ali wrote: > Change the consistent DMA allocation to 8MB to support the > TVOUT driver. > > NOTE: Once CMA support is merged into mainline,

Re: [PATCH 2/2] ARM: Exynos4: use s5p-timer for UniversalC210 board

2011-09-15 Thread Kyungmin Park
On Thu, Sep 15, 2011 at 4:38 PM, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> On Thu, Sep 15, 2011 at 3:03 PM, Kukjin Kim wrote: >> > Kukjin Kim wrote: >> >> >> >> Kyungmin Park wrote: >> >> > >> >> > Hi, >&

Re: [PATCH 2/2] ARM: Exynos4: use s5p-timer for UniversalC210 board

2011-09-14 Thread Kyungmin Park
On Thu, Sep 15, 2011 at 3:03 PM, Kukjin Kim wrote: > Kukjin Kim wrote: >> >> Kyungmin Park wrote: >> > >> > Hi, >> > >> > It's required for boot universal c210 w/ EVT0 chip. >> > Can you include it at 3.1 fixed branch? >>

Re: [PATCH 2/2] ARM: Exynos4: use s5p-timer for UniversalC210 board

2011-09-13 Thread Kyungmin Park
Hi, It's required for boot universal c210 w/ EVT0 chip. Can you include it at 3.1 fixed branch? Thank you, Kyungmin Park On Tue, Jul 26, 2011 at 2:50 PM, Marek Szyprowski wrote: > Commit 069d4e743 removed support for local timers and forced to use MCT as > event source. However

Re: [PATCH v2] mmc: core: Add default timeout value for CMD6.

2011-09-07 Thread Kyungmin Park
Acked-by: Kyungmin Park Nitpick: see below comments and typo. On Thu, Sep 8, 2011 at 3:10 PM, Seungwon Jeon wrote: > EXT_CSD[248] includes the default maximum timeout for CMD6. > This field is added at eMMC4.5 Spec. And it can be used for default > timeout except for some operati

Re: [PATCH] mmc: core: Fix the incorrect calculation for erase unit size.

2011-09-07 Thread Kyungmin Park
Acked-by: Kyungmin Park On Thu, Sep 8, 2011 at 2:59 PM, Seungwon Jeon wrote: > Erase unit size of high capacity is multiple of 512KiB not 1024KiB. > > Signed-off-by: Seungwon Jeon > --- >  drivers/mmc/core/mmc.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-

Re: [PATCH v2 2/2] mmc: core: Add Poweroff Notify handling

2011-09-06 Thread Kyungmin Park
On Tue, Sep 6, 2011 at 7:59 PM, Girish K S wrote: > This patch adds the power off notification handling > during suspend and system poweroff. > For suspend mode short timeout is used, whereas for the > normal poweroff long timeout is used. > > Signed-off-by: Girish K S > --- >  drivers/mmc/core/c

Re: [PATCH 2/2] mmc: core: Add poweroff notify handling feature

2011-09-05 Thread Kyungmin Park
Hi Girish, I think it's still incomplete, does power off short function is called at suspend properly? there are some comments below. Thank you, Kyungmin Park On Mon, Sep 5, 2011 at 8:49 PM, Girish K S wrote: > This patch adds the handling of the poweroff notify feature > durin

Re: [PATCH] mmc: core: Add power off notify feature(eMMC 4.5)

2011-09-02 Thread Kyungmin Park
ification Please also consider it. Thank you, Kyungmin Park On Fri, Sep 2, 2011 at 4:25 PM, Girish K S wrote: > This patch adds the support for power off notify feature > available in eMMC 4.5 devices. >        If the the host has support for this feature, then the > mmc core will notif

Re: [PATCH 0/4] ARM: SAMSUNG: Add support CPU ID and Rev. at runtime

2011-08-19 Thread Kyungmin Park
, soc_is_* is better. Thank you, Kyungmin Park On Sat, Aug 20, 2011 at 2:05 PM, Kukjin Kim wrote: > This patch adds support handling of CPU ID and varialble silicon revision > at runtime. > > [PATCH 1/4] ARM: SAMSUNG: Add support for detecting CPU at runtime > [PATCH 2/4] AR

Re: [RFC PATCH 2/4] ARM: EXYNOS4: Fix to work with origen boards.

2011-08-19 Thread Kyungmin Park
bout to add the clock control here? 1. Register chipid clk 2. Get the chipid clk 3. Read CHPIID, 4. Put tht chipid clk. Then you can save some power. Thank you, Kyungmin Park > + > +       return subrev; > +} > + >  int __init exynos4_init(void) >  { >        printk(KERN_INFO

Re: [PATCH] ARM: EXYNOS4: Remove useless codes on NURI board

2011-08-19 Thread Kyungmin Park
Maybe charger manager codes are not merged. it's used for charger managers. To Mr. Ham, which patches are missing? Thank you, Kyungmin Park On Fri, Aug 19, 2011 at 10:01 PM, Kukjin Kim wrote: > The 'nuri_cm_devices' is defined but not used. > > Cc: Kyungmin Park >

Re: [PATCH v3] ARM: Samsung: fix watchdog reset issue with clk_get()

2011-08-19 Thread Kyungmin Park
Interesting. there's no s5p_reset_hook at exynos4. Anyway, after implement the s5p_reset_hook, it's working without hacking of v7-fin. Send it another mail. Thank you, Kyungmin Park On Fri, Aug 19, 2011 at 7:25 PM, Marek Szyprowski wrote: > Hello, > > On Friday, August 19, 2

Re: [PATCH 0/3] ARM: SAMSUNG: register the second instance of PL330 DMAC

2011-08-16 Thread Kyungmin Park
Does it also need to provide the mdma? On Wed, Aug 17, 2011 at 1:06 PM, alim akhtar wrote: > From: Alim Akhtar > > Two instance of platform data is provided for PL330 but only one PL330 DMAC > instance is registered with amba_device. > These patch sets registers the second instance with amba_dev

Re: [PATCH v4 0/9] TV driver for Samsung S5P platform (platform-part)

2011-07-18 Thread Kyungmin Park
gt;  create mode 100644 arch/arm/plat-samsung/include/plat/tv-core.h >> >> -- >> 1.7.5.1 > > Hi, > > As I said on your previous patch, dev-i2c8 should not be used for HDMIPHY on > EXYNOS4. > It can be used for general i2c not specific HDMI. Okay create the arch/arm/p

Re: [PATCH v2] ARM: EXYNOS4: Add platform device for dwmci driver.

2011-07-15 Thread Kyungmin Park
On Fri, Jul 15, 2011 at 3:58 PM, Seungwon Jeon wrote: > Hi, > > Kyungmin Park wrote: >> On Thu, Jul 14, 2011 at 6:53 PM, Seungwon Jeon >> wrote: >> > This patch add platform devices for Synopsys DesignWare Multimedia Card >> > Interface driver.

Re: [PATCH v2] ARM: EXYNOS4: Add platform device for dwmci driver.

2011-07-14 Thread Kyungmin Park
On Thu, Jul 14, 2011 at 6:53 PM, Seungwon Jeon wrote: > This patch add platform devices for Synopsys DesignWare Multimedia Card > Interface driver. > > Signed-off-by: Seungwon Jeon > --- >  arch/arm/mach-exynos4/Kconfig             |   12 >  arch/arm/mach-exynos4/Makefile            |    1 +

Re: [PATCH] ARM: EXYNOS4: Add platform device for dwmci driver.

2011-07-13 Thread Kyungmin Park
On Wed, Jul 13, 2011 at 4:17 PM, Seungwon Jeon wrote: > This patch add platform devices for Synopsys DesignWare Multimedia Card > Interface driver. > > Signed-off-by: Seungwon Jeon > --- >  arch/arm/mach-exynos4/Kconfig             |    5 ++ >  arch/arm/mach-exynos4/Makefile            |    1 + >

Re: [PATCH 4/4] [CPUFREQ] EXYNOS4210: Add Support for DVS Lock

2011-07-05 Thread Kyungmin Park
On Tue, Jul 5, 2011 at 5:06 PM, Kukjin Kim wrote: > From: Jongpill Lee > > Signed-off-by: Jongpill Lee > Signed-off-by: SangWook Ju > Signed-off-by: Jonghwan Choi > Signed-off-by: Kukjin Kim > --- >  arch/arm/mach-exynos4/include/mach/cpufreq.h |   39 ++ >  drivers/cpufreq/exynos4210-cpuf

Re: [PATCH] ARM: exynos4: fix secondary CPU boot

2011-06-28 Thread Kyungmin Park
It's first step to handle the EVT. Acked-by: Kyungmin Park > Jazz is not dead. It just smells funny... > From a24392183d396fab790557b0efb35e840c9e8a81 Mon Sep 17 00:00:00 2001 > From: Marc Zyngier > Date: Fri, 20 May 2011 14:38:25 +0100 > Subject: [PATCH] ARM: exynos4: fi

Re: [RFC][PATCH 4/5] ARM: S5P64x0: Adding OTG PHY control code

2011-06-21 Thread Kyungmin Park
On Tue, Jun 21, 2011 at 4:03 PM, wrote: > From: Praveen Paneri > > A generic method to initialize and exit OTG PHY which can be > used for all the samsung SoCs. > OTG platdata structure added in platform to pass required > platform specific functions and data to the driver. > > Signed-off-by: Pr

Re: [PATCH 0/7] ARM: EXYNOS4: Adds External GIC

2011-06-20 Thread Kyungmin Park
Hi, There are some boards which use the EVT0 chip. some SMDKV310 and Universal-C210. With this changes, it can't use these boards. Do you want to remove EVT0 based boards? Thank you, Kyungmin Park On Mon, Jun 20, 2011 at 4:34 PM, Changhwan Youn wrote: > This patch adds implementation

Re: [PATCH] ARM:SAMSUNG: Move S3C DMA driver to drivers/dma

2011-06-16 Thread Kyungmin Park
2011/6/10 Kukjin Kim : > On 06/07/11 15:36, Russell King - ARM Linux wrote: >> I see no effort from the Samsung folk to even start considering moving >> to common APIs - I see precisely the opposite.  They seem to have a >> strong desire to invent their own new APIs all the time rather than >> look

Re: [PATCH] ARM: exynos4: fix secondary CPU boot

2011-06-14 Thread Kyungmin Park
On Wed, Jun 15, 2011 at 7:26 AM, Angus Ainslie wrote: > On Thu, Jun 2, 2011 at 2:54 AM, Marc Zyngier wrote: >> On Thu, 2011-06-02 at 17:39 +0900, Kyungmin Park wrote: >>> On Thu, Jun 2, 2011 at 5:34 PM, Marc Zyngier wrote: >>> > On Thu, 2011-06-02 at 16:01 +0900,

Re: [PATCH 0/4] s3c-fb: Add support S5PV310 FIMD

2011-06-13 Thread Kyungmin Park
CCed Display developers from other Samsung open source team On Sat, Jun 11, 2011 at 9:19 PM, Sylwester Nawrocki wrote: > Hi Anand, > > On 06/10/2011 10:15 AM, Anand Kumar N wrote: >> This patch series is based on the latest >> git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-ne

Re: [PATCH 2/4] ASoC: SAMSUNG: Add I2S0 internal dma driver

2011-06-09 Thread Kyungmin Park
    SNDRV_PCM_STREAM_PLAYBACK); > + > +       return ret; > +} > + > +void idma_init(void *regs) > +{ > +       spin_lock_init(&idma.lock); > +       idma.regs = regs; > +} > + > +struct snd_soc_platform_driver asoc_idma_platform = { > +       .ops

Re: [PATCH] ARM: S5PV210: Fix build breakage due to renaming of S3C_VA_USB_HSPHY

2011-06-08 Thread Kyungmin Park
homas & Marek, We lived for long time with mismatch prefix. So how about to clean up the mismatch prefix, S3C_* and S5P_* at this time? One method is that it just passes the physical address and driver should ioremap at driver instead of static mapping. How do you think? Thank you, Kyungmin Pa

Re: [PATCH] ARM: EXYNOS4: Fix incorrect mapping of gpio pull-up macro to register setting

2011-06-07 Thread Kyungmin Park
_getpull_updown functions. Personally I like to use the variable instead of function hooking. set the correct variable at cpu dection and use it then these thing make a single generic function and each gpio_cfg use the same thing. Anyway it's next step. current fix the bug first. Ack

Re: [PATCH] ARM:SAMSUNG: Move S3C DMA driver to drivers/dma

2011-06-07 Thread Kyungmin Park
sound (most user of DMA is sound, SPI and MMC) 3) now you're the Samsung Sound maintainer If we move the generic DMA APIs, it's also need to modify the its consumer, sound and SPI. Thank you, Kyungmin Park -- To unsubscribe from this list: send the line "unsubscribe linux-samsun

Re: [PATCH] ARM: exynos4: fix secondary CPU boot

2011-06-02 Thread Kyungmin Park
On Thu, Jun 2, 2011 at 5:34 PM, Marc Zyngier wrote: > On Thu, 2011-06-02 at 16:01 +0900, Kyungmin Park wrote: >> On Fri, May 27, 2011 at 12:11 AM, Marc Zyngier wrote: >> > On Wed, 2011-05-25 at 12:06 -0700, Kukjin Kim wrote: >> >> On 05/25/11 11:04, Marc Zyngier wro

Re: [PATCH] ARM: exynos4: fix secondary CPU boot

2011-06-02 Thread Kyungmin Park
uestion about the hack status. The trouble is, unless there is a > sure way to tell which SoC revision we're running on, there's little > else we can do than poke both locations and pray. > > Is there such a way to identify the SoC revision? It's also required for OneNAND

Re: [PATCH] [CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/

2011-06-01 Thread Kyungmin Park
Hi, I think you already saw the same patchs[1] at mailing list and even worse you commented it[2] One different is kconfig handling. and these can be handled easily as you did. Please respect others works. Thank you, Kyungmin Park 1. http://www.gossamer-threads.com/lists/linux/kernel/1385739

Re: [PATCH v2 7/7] ARM: Exynos4: Add clkdev support

2011-05-27 Thread Kyungmin Park
On Sat, May 28, 2011 at 11:33 AM, Kyungmin Park wrote: > On Sat, May 28, 2011 at 11:14 AM, Kukjin Kim wrote: >> >> >> On 05/27/11 18:53, Kyungmin Park wrote: >>> >>> On Sat, May 28, 2011 at 12:26 AM, Thomas Abraham >>>  wrote: >>>> >

Re: [PATCH v2 7/7] ARM: Exynos4: Add clkdev support

2011-05-27 Thread Kyungmin Park
On Sat, May 28, 2011 at 11:14 AM, Kukjin Kim wrote: > > > On 05/27/11 18:53, Kyungmin Park wrote: >> >> On Sat, May 28, 2011 at 12:26 AM, Thomas Abraham >>  wrote: >>> >>> Add clkdev support for Samsung's Exynos4 platform and fixes the

Re: [PATCH v2 7/7] ARM: Exynos4: Add clkdev support

2011-05-27 Thread Kyungmin Park
s_ctrl, >                        .ctrlbit        = (1 << 24), >                }, > @@ -999,7 +937,7 @@ static struct clksrc_clk clksrcs[] = { >        }, { >                .clk            = { >                        .name           = "sclk_spi", > -    

Re: Cleanup Samsung stuff

2011-04-18 Thread Kyungmin Park
d names consolidation. - IRQ stuff (some parts are done by tglx but need to use the generic IRQ base instead of odd +32 magic) - generic IOMMU consolidation. BTW, who works on this at LSI? Thank you, Kyungmin Park -- To unsubscribe from this list: send the line "unsubscribe linux-sa

Re: [GIT PULL] Samsung fixes for 2.6.39-rc4

2011-04-18 Thread Kyungmin Park
Thank you, Kyungmin Park On Mon, Apr 18, 2011 at 6:22 AM, Kukjin Kim wrote: > Hi Linus, > > Please pull Samsung fixes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > s5p-fixes-for-linus > > These things are small fixes for 2.6.39-rc4. >

Re: [PATCH 4/5] ARM: SAMSUNG: Add clkdev support for exynos4

2011-03-28 Thread Kyungmin Park
1 << 24), > @@ -1037,6 +1089,7 @@ static struct clksrc_clk clksrcs[] = { >        }, { >                .clk            = { >                        .name           = "sclk_mmc", > +                       .devname        = "s3c-sdhci.0", >          

Re: [PATCH 0/2] ARM: EXYNOS4: Enhancement of System MMU

2011-03-15 Thread Kyungmin Park
dors be "involved". Not that vendors be "exclusively in control". There's a big difference. I feel you control the s5p codes for vendor purpose. Thank you, Kyungmin Park > > Anyway, I think Marek's initial idea is good esp., clock handling. > But now, t

Re: [PATCH] ARM: EXYNOS4: CPUIDLE Support

2011-03-15 Thread Kyungmin Park
          device->cpu = cpu_id; >> + >> +             device->state_count = (sizeof(exynos4_cpuidle_set) / >> +                                            sizeof(struct > cpuidle_state)); >> + >> +             max_cpuidle_state = device->state_count; >> + >

Re: [PATCH v2 0/6] HDMI driver for Samsung S5PV310 platform

2011-03-09 Thread Kyungmin Park
On Wed, Mar 9, 2011 at 9:11 PM, Kukjin Kim wrote: > Hi all, > > As I know, S5P-TV(HDMI) stuff needs more discussion. > > I don't want to just merge platform devices which is not used anywhere. > Besides, there are two schemes for it in mailing list now. It's different one, which scheme is used at

Re: [PATCH 2/6] universal: i2c: add I2C controller 8 (HDMIPHY)

2011-03-09 Thread Kyungmin Park
On Wed, Mar 9, 2011 at 9:00 PM, Kukjin Kim wrote: > Tomasz Stanislawski wrote: >> >> Signed-off-by: Tomasz Stanislawski >> Signed-off-by: Kyungmin Park >> --- >>  arch/arm/mach-s5pv310/clock.c             |    6 +++ >>  arch/arm/mach-s5pv310/include/

Re: [GIT PULL] Samsung fixes for 2.6.38-rc8

2011-03-07 Thread Kyungmin Park
x27;t compile the exynos4 when turn on PM. Thank you, Kyungmin Park On Tue, Mar 8, 2011 at 7:57 AM, Kukjin Kim wrote: > Hi Linus, > > Please pull Samsung fixes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > s5p-fixes-for-linus > > These

Re: [PATCH V2 1/3] ARM: S5P: Add s5p_timer support for HRT

2011-03-03 Thread Kyungmin Park
        += irq-pm.o > +obj-$(CONFIG_GENERIC_CLOCKEVENTS) += s5p-time.o Do you test it with exynos4 configuration? it's affect the exynos compile. First select SAMSUNG_DEV_PWM, it can't compile it since no init_sched_clock Second select HAVE_SCHED_CLOCK, it can't boot. I used th

Re: [PATCH] ARM: Samsung: change suspend/resume code to depend on CONFIG_SUSPEND

2011-03-03 Thread Kyungmin Park
an. Thank you, Kyungmin Park On Tue, Feb 15, 2011 at 6:15 PM, Marek Szyprowski wrote: > Most suspend/resume code depends on CONFIG_PM. This causes problems > if one wants to enable Runtime PM (to control power domains for example), > but doesn't need system suspend/resume feature.

Re: [PATCH] ARM: EXYNOS4: Add ARMLEX4210 Board support file

2011-03-03 Thread Kyungmin Park
On Thu, Mar 3, 2011 at 4:27 PM, ALIM AKHTAR wrote: > This patch is based on 'for-next'  branch of kgene tree. > > This patch adds Samsung ARMLEX4210  board support file > which is based on Exynos4210. > > Signed-off-by: Alim Akhtar > --- >  arch/arm/mach-exynos4/Kconfig           |   13 ++ >  arc

Re: [PATCH] ARM: S5PC210: add support for i2c PMICs on Universal_C210 board

2011-03-02 Thread Kyungmin Park
take. At each mach/gpio.h #ifndef __LINUX_GPIO_H #error "You should include instead of ." #endif Thank you, Kyungmin Park > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" > in > the body of a message to majord...@vger.k

Re: [PATCH V4] ARM: EXYNOS4: Implement kernel timers using MCT

2011-03-01 Thread Kyungmin Park
On Wed, Mar 2, 2011 at 4:29 PM, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> Hi, >> >> MCT is only possible from EVT1.0 or later. The current universal_c210 >> used the EVT0 version. >> So can you remove the ifdef and board can select which timer is used?

Re: [PATCH V4] ARM: EXYNOS4: Implement kernel timers using MCT

2011-02-28 Thread Kyungmin Park
universal_c210 board. Thank you, Kyungmin Park On Mon, Feb 28, 2011 at 2:16 PM, Kukjin Kim wrote: > From: Changhwan Youn > > The Multi-Core Timer(MCT) of EXYNOS4 is designed for implementing > clock source timer and clock event timers. This patch implements > 1 clock source timer with 64 b

Re: [PATCH 6/6] ARM: S5PV210: Add PWM backlight support on SMDKV210

2011-02-27 Thread Kyungmin Park
     &s3c_device_adc, >        &s3c_device_cfcon, > @@ -229,6 +270,11 @@ static struct platform_device *smdkv210_devices[] > __initdata = { >        &samsung_device_keypad, >        &smdkv210_dm9000, >        &smdkv210_lcd_lte480wv, > +       &s3c_device_timer[0], >

Re: [PATCH 1/3] ARM: S5P: Add s5p_timer support for HRT

2011-02-25 Thread Kyungmin Park
On Sat, Feb 26, 2011 at 11:45 AM, Sangbeom Kim wrote: > This patch adds support HR-Timer(High Resolution Timer) and dynamic > tick system for S5P SoCs. There are many clock sources for HR-Timer > on S5P SoCs. The PWM timer, RTC, System Timer, and MCT can be used > for clock source. > This patch ca

Re: [PATCH 2/3] ARM: S5P: Update machine initialization for HRT

2011-02-25 Thread Kyungmin Park
Acked-by: Kyungmin Park It's just curious. Are there any reason to use PWM2 & 4. Theoretically it's possible to use PWM2 for other purpose as it's connected with external devices such as haptic or PWM backlight. But in case of PWM3 doesn't, it's only used for

Re: [PATCH] ARM: EXYNOS4: Fix wrong constants in the hotplug assembly code.

2011-02-22 Thread Kyungmin Park
Hi, At that time Russell modified the s5cv310, tegra, and realview also. I think you also modify it. Thank you, Kyungmin Park On Wed, Feb 23, 2011 at 4:03 PM, Kukjin Kim wrote: > This patch fixes wrong constants in the hotplug assembly code for > Exynos4 such as Russell's changing

Re: [PATCH 0/11] ARM: EXYNOS4: Change ARCH name, ARCH_EXYNOS4 from ARCH_S5PV310

2011-02-14 Thread Kyungmin Park
On Tue, Feb 15, 2011 at 10:52 AM, Sangbeom Kim wrote: > Hi, > > On Monday, February 14, 2011 8:16 PM, Kyungmin Park wrote: >> > Hi, >> > I answer your questions in detail. >> > >> >> On Monday, February 14, 2011 8:16 PM, Kyungmin Park wrote: >>

Re: [PATCH 0/11] ARM: EXYNOS4: Change ARCH name, ARCH_EXYNOS4 from ARCH_S5PV310

2011-02-14 Thread Kyungmin Park
On Tue, Feb 15, 2011 at 8:53 AM, Sangbeom Kim wrote: > Hi, > I answer your questions in detail. > >> On Monday, February 14, 2011 8:16 PM, Kyungmin Park wrote: >> >> Hi, >> >> Wow, fast move, but need to more explanation. >> what's the exa

Re: [PATCH 0/11] ARM: EXYNOS4: Change ARCH name, ARCH_EXYNOS4 from ARCH_S5PV310

2011-02-14 Thread Kyungmin Park
with mach-exynos4. do you handle all exynos4 series at this mach directory? historically there's no rules of the base RAM address at least samsung chips. Thank you, Kyungmin Park On Mon, Feb 14, 2011 at 5:22 PM, Kukjin Kim wrote: > This patch set changes to ARCH_EXYNOS4 from ARCH_S5PV

Re: [PATCH 2/3] ARM: S5PV210: Add supplies for CIF camera on GONI board

2011-01-28 Thread Kyungmin Park
On Fri, Jan 28, 2011 at 6:32 PM, Kukjin Kim wrote: > Sylwester Nawrocki wrote: >> >> Add regulator supplies required for NOON010PC30 CIF sensor. >> >> Signed-off-by: Sylwester Nawrocki >> Signed-off-by: Kyungmin Park >> --- >&

Re: [PATCH v4 2/2] sdhci-s3c: Add support no internal clock divider in host controller

2010-12-19 Thread Kyungmin Park
On Mon, Dec 20, 2010 at 4:06 PM, Chris Ball wrote: > Hi Kyungmin, Ben, > > On Mon, Dec 20, 2010 at 11:08:00AM +0900, Kyungmin Park wrote: >> Hi Chris, >> >> Unfortunately it's not merged your tree. >> It's required for s5pc210 board. can you merge it f

Re: [PATCH v4 2/2] sdhci-s3c: Add support no internal clock divider in host controller

2010-12-19 Thread Kyungmin Park
Hi Chris, Unfortunately it's not merged your tree. It's required for s5pc210 board. can you merge it for 37-rc6 or later? Thank you, Kyungmin Park On Mon, Oct 11, 2010 at 2:47 PM, Kukjin Kim wrote: > From: Jeongbae Seo > > This patch adds to support no internal clock divi

Re: [PATCH] [media] s5p-fimc: fix main scaler SFRs depends on FIMC version

2010-12-17 Thread Kyungmin Park
3f8..4d1abd1 100644 > --- a/drivers/media/video/s5p-fimc/regs-fimc.h > +++ b/drivers/media/video/s5p-fimc/regs-fimc.h > @@ -141,6 +141,10 @@ >  #define S5P_CISCCTRL_ONE2ONE           (1 << 9) >  #define S5P_CISCCTRL_SC_HORRATIO(x)    ((x) << 16) >  #define S5P_CISCCTRL_SC

Re: [RFC/PATCH v4 0/4] Multi Format Codec 5.0 driver for S5PC110 SoC

2010-12-09 Thread Kyungmin Park
On Fri, Dec 10, 2010 at 12:40 PM, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> On Fri, Dec 10, 2010 at 11:32 AM, Kukjin Kim > wrote: >> > Kamil Debski wrote: >> >> >> >> Hello, >> >> >> >> Last week v3 of this drive

Re: [RFC/PATCH v4 0/4] Multi Format Codec 5.0 driver for S5PC110 SoC

2010-12-09 Thread Kyungmin Park
mfc/s5p_mfc_intr.c      |   92 + >>  drivers/media/video/s5p-mfc/s5p_mfc_intr.h      |   26 + >>  drivers/media/video/s5p-mfc/s5p_mfc_memory.h    |   43 + >>  drivers/media/video/s5p-mfc/s5p_mfc_opr.c       |  870 ++ >>  drivers/media/video/s5p-mfc/s5p_mfc_opr.h      

Re: [PATCH 3/4] plat-s5p: Add platform support for MIPI-CSI2 devices

2010-12-02 Thread Kyungmin Park
On Fri, Dec 3, 2010 at 2:14 PM, Jassi Brar wrote: > On Fri, Dec 3, 2010 at 1:37 AM, Sylwester Nawrocki > wrote: >> There may be up to 2 MIPI-CSI2 interfaces depending on SoC version. >> >> Signed-off-by: Sylwester Nawrocki >> Signed-off-by: Kyungmin Park >&g

Re: [PATCH 2/4] mach-s5pv310: Add resource definitions for mipi-csis

2010-12-02 Thread Kyungmin Park
On Fri, Dec 3, 2010 at 1:59 PM, Jassi Brar wrote: > On Fri, Dec 3, 2010 at 1:36 PM, Kukjin Kim wrote: >> Sylwester Nawrocki wrote: >>> >>> Add IRQ and register base address definitions for mipi-csis devices. >>> >>> Signed-off-by: Sylwest

Re: [PATCH 1/4] mach-s5pv210: Add platform definitions for mipi-csis

2010-12-02 Thread Kyungmin Park
y: Sylwester Nawrocki >> Signed-off-by: Kyungmin Park >> --- >>  arch/arm/mach-s5pv210/include/mach/irqs.h       |    2 +- >>  arch/arm/mach-s5pv210/include/mach/map.h        |    4 >>  arch/arm/mach-s5pv210/include/mach/regs-clock.h |    5 + >>  3 files change

Re: [PATCH 1/3] rtc: rtc-s3c: Fix return type and argument of s3c_rtc_setaie

2010-11-15 Thread Kyungmin Park
Hi, It's same patch early. I used the email address by ./script/get_maintainer.sh http://groups.google.com/group/linux.kernel/browse_thread/thread/953c417a31756ab9?pli=1 Thank you, Kyungmin Park On Tue, Nov 16, 2010 at 9:02 AM, Kukjin Kim wrote: > According to struct rtc_class_ops, th

Re: [PATCH 5/5] ARM: SAMSUNG: Add to enable/disable clock on S3C PL330

2010-10-20 Thread Kyungmin Park
On Thu, Oct 21, 2010 at 11:36 AM, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> On Thu, Oct 21, 2010 at 9:58 AM, Kukjin Kim wrote: >> > From: Seungwhan Youn >> > >> > This patch adds to enable/disable DMA operation clock on S3C-PL330 >> > DMA

Re: [PATCH 5/5] ARM: SAMSUNG: Add to enable/disable clock on S3C PL330

2010-10-20 Thread Kyungmin Park
On Thu, Oct 21, 2010 at 10:54 AM, Jassi Brar wrote: > On Thu, Oct 21, 2010 at 10:49 AM, Kyungmin Park wrote: >>>> Can you make it REAL clock gating, enable clock only when using? >>> >>> Of course we can. But that will need some intrusive changes. >>

Re: [PATCH 5/5] ARM: SAMSUNG: Add to enable/disable clock on S3C PL330

2010-10-20 Thread Kyungmin Park
On Thu, Oct 21, 2010 at 10:45 AM, Jassi Brar wrote: > On Thu, Oct 21, 2010 at 10:32 AM, Kyungmin Park wrote: >> On Thu, Oct 21, 2010 at 9:58 AM, Kukjin Kim wrote: >>> From: Seungwhan Youn >>> >>> This patch adds to enable/disable DMA operation clock on

Re: [PATCH 5/5] ARM: SAMSUNG: Add to enable/disable clock on S3C PL330

2010-10-20 Thread Kyungmin Park
Can you make it REAL clock gating, enable clock only when using? Thank you, Kyungmin Park > > Signed-off-by: Seungwhan Youn > Acked-by: Jassi Brar > Signed-off-by: Kukjin Kim > --- >  arch/arm/plat-samsung/s3c-pl330.c |   34 +++--- >  1 files chang

Re: [PATCH V2 1/2] ARM: S5P: Add initial map for GPIO2 and GPIO3

2010-10-13 Thread Kyungmin Park
On Thu, Oct 14, 2010 at 2:24 PM, Kukjin Kim wrote: > Sangbeom Kim wrote: >> >> From: Jongpill Lee >> >> This patch adds initial map for GPIO2 and GPIO3. >> S5PV310/S5PC210 has separated GPIO1, GPIO2 and GPIO3. >> >> Signed-off-by: Jongpill Lee >> Signed-off-by: Sangbeom Kim >> --- >> Changes si

Re: [PATCH 2/3] ARM: S5PV210: Add init code of audio to Goni and Aquila board

2010-10-13 Thread Kyungmin Park
are mostly similar devices with different CPUs. > I have already merged the ASoC machine drivers for them into one. > Maybe you could compress code for other susystems as well ? It's not exactly. GPIO pins are different. Thank you, Kyungmin Park > >

Re: [PATCH v5 2/2] sdhci-s3c: Add support no internal clock divider in host controller

2010-10-11 Thread Kyungmin Park
Hi Chris, we make a conclusion use this patch. Can you merge it for 2.6.37? Acked-by: Kyungmin Park On Mon, Oct 11, 2010 at 4:50 PM, Kukjin Kim wrote: > From: Jeongbae Seo > > This patch adds to support no internal clock divider in SDHCI. > The external clock divider can be us

<    1   2   3   4   >