Re: [PATCH] cpufreq: Add S3C2416/S3C2450 cpufreq driver

2012-01-16 Thread Andrey Gusakov
Hi Tested-by: Andrey Gusakov Tested on custom S3C2416 hardware. Boot tested. Freq scalling tested. Core voltage scalling (1.3V and 1.05 V) tested. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [GIT PULL] Samsung devel for v3.3

2012-01-16 Thread Olof Johansson
Hi, On Mon, Jan 16, 2012 at 11:23 PM, Kukjin Kim wrote: > Olof Johansson wrote: >> >> Hi, >> > Hi Olof, > >> On Mon, Jan 9, 2012 at 12:26 AM, Mark Brown >> wrote: >> > On Sun, Jan 08, 2012 at 05:21:02PM -0800, Olof Johansson wrote: >> > >> >> Mark, Kukjin, can either of you split out the fixes i

RE: [GIT PULL] Samsung devel for v3.3

2012-01-16 Thread Kukjin Kim
Olof Johansson wrote: > > Hi, > Hi Olof, > On Mon, Jan 9, 2012 at 12:26 AM, Mark Brown > wrote: > > On Sun, Jan 08, 2012 at 05:21:02PM -0800, Olof Johansson wrote: > > > >> Mark, Kukjin, can either of you split out the fixes in a separate > branch? > > > > Here's some of them, there were a few

RE: [PATCH v2 1/2] PM / Domains: Add OF support

2012-01-16 Thread Kukjin Kim
Rafael J. Wysocki wrote: > > On Saturday, January 07, 2012, Thomas Abraham wrote: > > A device node pointer is added to generic pm domain structure to > associate > > the domain with a node in the device tree. The platform code parses the > > device tree to find available nodes representing the ge

Re: [GIT PULL] Samsung devel for v3.3

2012-01-16 Thread Olof Johansson
Hi, On Mon, Jan 9, 2012 at 12:26 AM, Mark Brown wrote: > On Sun, Jan 08, 2012 at 05:21:02PM -0800, Olof Johansson wrote: > >> Mark, Kukjin, can either of you split out the fixes in a separate branch? > > Here's some of them, there were a few others I'm aware of that depended > on feature updates.

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

2012-01-16 Thread Olof Johansson
Hi, On Wed, Jan 11, 2012 at 9:35 AM, Kukjin Kim wrote: > Hi Arnd and Olof, > > Here is first fixes of Samsung stuff for v3.3. > > Please pull that from following: >  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > samsung-fixes > > If any problems, please let me know. > >

Re: [PATCH] video: s3c-fb: Add device tree support

2012-01-16 Thread Thomas Abraham
Hi Sylwester, On 14 January 2012 03:00, Sylwester Nawrocki wrote: > On 01/13/2012 10:03 PM, Sylwester Nawrocki wrote: >> On 01/09/2012 09:01 PM, Thomas Abraham wrote: >>> >>> +    for (idx = 0; idx<   nr_gpios; idx++) { >>> +            gpio = of_get_gpio(dev->of_node, idx); >>> +            if (

Re: [PATCH] watchdog: fix error in probe() of s3c2410_wdt (reset at booting)

2012-01-16 Thread MyungJoo Ham
On Sat, Jan 14, 2012 at 6:45 AM, Wim Van Sebroeck wrote: > Hi, > > On Fri, Jan 13, 2012 at 11:11:17AM +, Russell King - ARM Linux wrote: > >> On Fri, Jan 13, 2012 at 02:14:23PM +0900, MyungJoo Ham wrote: >> > Probe function of s3c2410 watchdog calls request_irq before initializing >> > require

Re: [PATCH v3 2/2] ARM: Exynos: Hook up power domains to generic power domain infrastructure

2012-01-16 Thread Rafael J. Wysocki
On Thursday, January 12, 2012, Thomas Abraham wrote: > Add support for generic power domain for Exynos4 platforms and remove the > Samsung specific power domain control for Exynos4. > > The generic power domain infrastructure is used to control the power domains > available on Exynos4. For non-dt

Re: [PATCH v2 1/2] backlight: lcd: add driver for raster-type lcd's with gpio controlled panel reset

2012-01-16 Thread Mark Brown
On Thu, Jan 12, 2012 at 01:13:30PM +0530, Thomas Abraham wrote: > + /* set regulator voltage if specified */ > + if (pd->min_uV || pd->max_uV) > + if (regulator_set_voltage(lp->regulator, > +

RE: [PATCH] ARM: EXYNOS: Enable MDMA driver

2012-01-16 Thread Marek Szyprowski
Hello, On ay, December 02, 2011 10:00 AM Kukjin Kim wrote: > > This patch adds MDMA platform data and enables MDMA for DMA memcpy > > operation > > > > Signed-off-by: Boojin Kim > > --- > > arch/arm/mach-exynos/clock.c |8 + > > arch/arm/mach-exynos/dma.c