Re: [PATCH v2 2/2] mmc: dw_mmc: Add the ability to set the ciu clock frequency

2013-06-27 Thread Chris Ball
Hi Doug, On Fri, Jun 07 2013, Doug Anderson wrote: > As of now we rely on code outside of the driver to set the ciu clock > frequency. There's no reason to do that. Add support for setting up > the clock in the driver during probe. > > Signed-off-by: Doug Anderson > Acked-by: Jaehoon Chung > -

Re: [PATCH v2 2/2] mmc: dw_mmc: Add the ability to set the ciu clock frequency

2013-06-19 Thread Jaehoon Chung
Hi Doug, I'm researching for fixed-rate-clocks. Maybe i misunderstood for using . :) Best Regards, Jaehoon Chung On 06/19/2013 12:15 AM, Doug Anderson wrote: > Jaehoon, > > On Mon, Jun 17, 2013 at 9:51 PM, Jaehoon Chung wrote: >> Hi Doug, >> >> I have one question for using . >> I found the fi

Re: [PATCH v2 2/2] mmc: dw_mmc: Add the ability to set the ciu clock frequency

2013-06-18 Thread Doug Anderson
Jaehoon, On Mon, Jun 17, 2013 at 9:51 PM, Jaehoon Chung wrote: > Hi Doug, > > I have one question for using . > I found the fixed-rate-clocks feature. > If we want to set , then can we use the fixed-rate-clocks? > i'm not sure how use the fixed-rate-clocks. but it seems to set fixed-rate > value

Re: [PATCH v2 2/2] mmc: dw_mmc: Add the ability to set the ciu clock frequency

2013-06-17 Thread Jaehoon Chung
Hi Doug, I have one question for using . I found the fixed-rate-clocks feature. If we want to set , then can we use the fixed-rate-clocks? i'm not sure how use the fixed-rate-clocks. but it seems to set fixed-rate value for clock frequency. clk_set_rate() didn't ensure to set the value. Best R

[PATCH v2 2/2] mmc: dw_mmc: Add the ability to set the ciu clock frequency

2013-06-07 Thread Doug Anderson
As of now we rely on code outside of the driver to set the ciu clock frequency. There's no reason to do that. Add support for setting up the clock in the driver during probe. Signed-off-by: Doug Anderson Acked-by: Jaehoon Chung --- Changes in v2: - Added example as per Jaehoon. .../devicetre