Re: [GIT PULL] Samsung fixes for 2.6.36-rc3

2010-08-27 Thread Kyungmin Park
On Fri, Aug 27, 2010 at 6:48 PM, 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 for bug fix on 2.6.36-rc3. > If any problems, please let me know. Well nothing ch

RE: [PATCH 4/5] sdhci-s3c: add support for the non standard minimal clock value

2010-08-27 Thread Kukjin Kim
Chris Ball wrote: > > Hi, > Hi again ;-) > Looks like this wasn't merged. Any thoughts on doing so? > Updated patch(v3) of this was merged. http://marc.info/?l=linux-arm-kernel&m=128040710023029&w=2 (commit ID: ce5f036bbbfc6c21d7b55b8fdaa2e2bd56392d94) Thanks. Best regards, Kgene. -- Kukji

RE: [PATCH] sdhci-s3c: Add SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK quirk for Samsung SoC

2010-08-27 Thread Kukjin Kim
Chris Ball wrote: > > Hi, > Hi :-) > This wasn't merged, after some questions from Kyungmin Park -- is > the patch still desirable? > This patch is being in mainline now. (Commit ID: 3fe42e077f65351503f5004031549db330bb105e) Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW So

[PATCH v2 1/2] s3c24xx: DMA: don't use autoreload feature

2010-08-27 Thread Vasily Khoruzhick
Some integrated DMA-capable hardware doesn't like autoreload feature of s3c24xx DMA-engine, that's why s3cmci driver didn't work with DMA transfers enabled. I rewrote DMA driver not to use autoreload feature and removed all pre-loading features. Buffer re-load is fast enought to perform it in IRQ

Re: [PATCH 1/2] s3c24xx: DMA: don't use autoreload feature

2010-08-27 Thread Vasily Khoruzhick
В сообщении от 18 августа 2010 18:04:25 автор Vasily Khoruzhick написал: > Some integrated DMA-capable hardware doesn't like autoreload > feature of s3c24xx DMA-engine, that's why s3cmci driver > didn't work with DMA transfers enabled. > > I rewrote DMA driver not to use autoreload feature and rem

Re: [PATCH] sdhci-s3c: Add SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK quirk for Samsung SoC

2010-08-27 Thread Chris Ball
Hi, This wasn't merged, after some questions from Kyungmin Park -- is the patch still desirable? On Thu, Jun 10, 2010 at 08:39:51PM +0900, Kukjin Kim wrote: > From: Lee Hyuk > > On Samsung's SDMMC hosts the timeout clock is derivied from the SD > Clock, which is set dynamically. > So, checked '

Re: [PATCH 4/5] sdhci-s3c: add support for the non standard minimal clock value

2010-08-27 Thread Chris Ball
Hi, Looks like this wasn't merged. Any thoughts on doing so? On Wed, Jun 09, 2010 at 11:39:42AM +0200, Marek Szyprowski wrote: > S3C SDHCI host controller can change the source for generating mmc clock. > By default host bus clock is used, what causes some problems on machines > with 133MHz bus,

Re: [PATCH 3/5] sdhci-s3c: increase the timeout value

2010-08-27 Thread Chris Ball
Hi Marek, On Wed, Jun 09, 2010 at 11:39:41AM +0200, Marek Szyprowski wrote: > This patch increases the timeout value on sdhci-s3c controller by using > SDHCI_QUIRK_BROKEN_TIMEOUT_VAL quirk. Without it most transfers from > external mmc cards fails on Samsung s5pv210 SoCs based systems. Tested > on

Re: [PATCH] S3C: SDHCI: Modify timeout clock calculation.

2010-08-27 Thread Chris Ball
Hi, This wasn't picked up -- any comments from the list? On Fri, Mar 05, 2010 at 12:32:43PM +0530, Thomas Abraham wrote: > In sdhci_s3c_set_clock function of S3C SDHCI controller driver, when a new > clock source is selected, the timeout clock is recalculated. This patch > modifies the calculati

Re: [PATCH] SDHCI: Modify checks to determine the presense of card.

2010-08-27 Thread Chris Ball
Hi, This wasn't picked up -- any comments from the list? On Fri, Mar 05, 2010 at 12:29:37PM +0530, Thomas Abraham wrote: > In the sdhci_request function, the card is determined to be present based > on the SDCD pin status. SDHCI host controllers that do not use SDCD pin > but rely on other mechan

Re: [patch 1/1] i2c-s3c2410: Enable i2c clock only when doing some transfert

2010-08-27 Thread Vasily Khoruzhick
В сообщении от 23 июля 2010 12:02:49 автор Vasily Khoruzhick написал: > В сообщении от 15 июля 2010 16:06:14 автор Arnaud Patard написал: > > This patch modify the s3c2410 i2c driver behaviour to enable the > > i2c clock only when needed. I'm not sure if this has a big impact > > on power usage but

[PATCH] ARM: SAMSUNG: Removing unused codes

2010-08-27 Thread Kukjin Kim
This patch removes following unused codes. arch/arm/plat-samsung/adc.c:438: warning: unused variable 'flags' arch/arm/mach-s5pv210/clock.c:176: warning: 's5pv210_clk_ip4_ctrl' defined but not used Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv210/clock.c |5 - arch/arm/plat-samsung/a

[GIT PULL] Samsung fixes for 2.6.36-rc3

2010-08-27 Thread Kukjin Kim
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 for bug fix on 2.6.36-rc3. If any problems, please let me know. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Develop