Re: [PATCH] sdhci-s3c: support non-standard clock setting for c210

2010-09-27 Thread Kyungmin Park
To Ben, Maybe you missing this patch. It's the jaehoon's approach. Thank you, Kyungmin Park 2010/8/31 Jaehoon Chung jh80.ch...@samsung.com: This is sdhci-s3c patch for c210. c210 didn't use divider of host controller. Host Controller need other clock setting methods. So I add the callback

RE: [PATCH] sdhci-s3c: support non-standard clock setting for c210

2010-09-02 Thread Kukjin Kim
Jaehoon Chung wrote: This is sdhci-s3c patch for c210. c210 didn't use divider of host controller. Host Controller need other clock setting methods. So I add the callback functions for s5pc210. also I set 400KHz for initial clock. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com

RE: [PATCH] sdhci-s3c: support non-standard clock setting for c210

2010-09-02 Thread Kukjin Kim
Kyungmin Park wrote: On Thu, Sep 2, 2010 at 7:20 PM, Kukjin Kim kgene@samsung.com wrote: Jaehoon Chung wrote: This is sdhci-s3c patch for c210. c210 didn't use divider of host controller. Host Controller need other clock setting methods. So I add the callback functions for

RE: [PATCH] sdhci-s3c: support non-standard clock setting for c210

2010-09-02 Thread Kukjin Kim
Kukjin Kim wrote: Kyungmin Park wrote: On Thu, Sep 2, 2010 at 7:20 PM, Kukjin Kim kgene@samsung.com wrote: Jaehoon Chung wrote: This is sdhci-s3c patch for c210. c210 didn't use divider of host controller. Host Controller need other clock setting methods. So I

Re: [PATCH] sdhci-s3c: support non-standard clock setting for c210

2010-09-02 Thread Kyungmin Park
On Thu, Sep 2, 2010 at 7:47 PM, Kukjin Kim kgene@samsung.com wrote: Kyungmin Park wrote: On Thu, Sep 2, 2010 at 7:20 PM, Kukjin Kim kgene@samsung.com wrote: Jaehoon Chung wrote: This is sdhci-s3c patch for c210. c210 didn't use divider of host controller. Host Controller

Re: [PATCH] sdhci-s3c: support non-standard clock setting for c210

2010-09-02 Thread Jaehoon Chung
Kukjin Kim wrote: Kyungmin Park wrote: On Thu, Sep 2, 2010 at 7:20 PM, Kukjin Kim kgene@samsung.com wrote: Jaehoon Chung wrote: This is sdhci-s3c patch for c210. c210 didn't use divider of host controller. Host Controller need other clock setting methods. So I add

[PATCH] sdhci-s3c: support non-standard clock setting for c210

2010-08-31 Thread Jaehoon Chung
This is sdhci-s3c patch for c210. c210 didn't use divider of host controller. Host Controller need other clock setting methods. So I add the callback functions for s5pc210. also I set 400KHz for initial clock. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park