Re: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-10-18 Thread Heiko Stübner
Am Donnerstag, 18. Oktober 2012, 11:36:03 schrieb Seungwon Jeon: > On Thursday, October 18, 2012, Heiko Stübner wrote: > > Hi, > > > > Am Donnerstag, 18. Oktober 2012, 04:04:42 schrieb Jaehoon Chung: > > > Sorry, i didn't check this patch with s3c2416. > > > (i didn't have the s3c2416 board.) > >

RE: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-10-18 Thread Seungwon Jeon
On Thursday, October 18, 2012, Heiko Stübner wrote: > Hi, > > Am Donnerstag, 18. Oktober 2012, 04:04:42 schrieb Jaehoon Chung: > > Sorry, i didn't check this patch with s3c2416. > > (i didn't have the s3c2416 board.) > > If you have a problem, i think good that revert this patch for fixing your >

Re: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-10-18 Thread Heiko Stübner
Hi, Am Donnerstag, 18. Oktober 2012, 04:04:42 schrieb Jaehoon Chung: > Sorry, i didn't check this patch with s3c2416. > (i didn't have the s3c2416 board.) > If you have a problem, i think good that revert this patch for fixing your > problem. Also, i will check and share the result. After lookin

Re: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-10-17 Thread Jaehoon Chung
Hi Heiko, Sorry, i didn't check this patch with s3c2416. (i didn't have the s3c2416 board.) If you have a problem, i think good that revert this patch for fixing your problem. Also, i will check and share the result. Best Regards, Jaehoon Chung On 10/17/2012 06:15 PM, Heiko Stübner wrote: > Hi,

Re: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-10-17 Thread Heiko Stübner
Hi, Am Freitag, 14. September 2012, 11:08:51 schrieb Chander Kashyap: > Perform clock disable/enable in runtime suspend/resume. > > Signed-off-by: Chander Kashyap It seems this patch breaks my S3C2416 based machine with 3.7-rc1. I'm not yet sure why, but the only response I get is loop of:

Re: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-09-19 Thread Chander Kashyap
Thanks Chris , Sure i will do. On 19 September 2012 19:51, Chris Ball wrote: > Hi, > > On Wed, Sep 19 2012, Chander Kashyap wrote: >> I will resend this patch after fixing the issue. > > Thanks; please base your new patch against current mmc-next. > > - Chris. > -- > Chris Ball

Re: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-09-19 Thread Chris Ball
Hi, On Wed, Sep 19 2012, Chander Kashyap wrote: > I will resend this patch after fixing the issue. Thanks; please base your new patch against current mmc-next. - Chris. -- Chris Ball One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linu

Re: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-09-19 Thread Chander Kashyap
Hi Chris, On 19 September 2012 13:13, Jaehoon Chung wrote: > Looks good to me. > > Acked-by: Jaehoon Chung > > On 09/19/2012 03:14 PM, Chris Ball wrote: >> Hi Jaehoon, Girish, >> >> On Fri, Sep 14 2012, Chander Kashyap wrote: >>> Perform clock disable/enable in runtime suspend/resume. >>> >>> Si

Re: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-09-19 Thread Chris Ball
Hi, On Wed, Sep 19 2012, Jaehoon Chung wrote: > Looks good to me. > > Acked-by: Jaehoon Chung Thanks, pushed to mmc-next for 3.7. (The patch didn't merge cleanly so I applied it by hand; let me know if anything looks wrong.) - Chris. -- Chris Ball One Laptop Per Chil

Re: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-09-19 Thread Jaehoon Chung
Looks good to me. Acked-by: Jaehoon Chung On 09/19/2012 03:14 PM, Chris Ball wrote: > Hi Jaehoon, Girish, > > On Fri, Sep 14 2012, Chander Kashyap wrote: >> Perform clock disable/enable in runtime suspend/resume. >> >> Signed-off-by: Chander Kashyap >> --- >> drivers/mmc/host/sdhci-s3c.c |

Re: [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

2012-09-18 Thread Chris Ball
Hi Jaehoon, Girish, On Fri, Sep 14 2012, Chander Kashyap wrote: > Perform clock disable/enable in runtime suspend/resume. > > Signed-off-by: Chander Kashyap > --- > drivers/mmc/host/sdhci-s3c.c | 25 +++-- > 1 file changed, 23 insertions(+), 2 deletions(-) > > diff --git a/