[PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-09-07 Thread Thomas Abraham
Some platforms allow for clock gating and control of bus interface unit clock and card interface unit clock. Add support for clock lookup of optional biu and ciu clocks for clock gating and clock speed determination. Signed-off-by: Abhilash Kesavan Signed-off-by: Thomas Abraham Acked-by: Will Ne

Re: [PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-09-06 Thread Thomas Abraham
Hi Jaehoon, Thanks for reviewing the patch. On 5 September 2012 14:00, Jaehoon Chung wrote: > On 09/05/2012 04:46 AM, Thomas Abraham wrote: >> Some platforms allow for clock gating and control of bus interface unit clock >> and card interface unit clock. Add support for clock lookup of optional

Re: [PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-09-05 Thread Jaehoon Chung
On 09/05/2012 04:46 AM, Thomas Abraham wrote: > Some platforms allow for clock gating and control of bus interface unit clock > and card interface unit clock. Add support for clock lookup of optional biu > and ciu clocks for clock gating and clock speed determination. > > Signed-off-by: Abhilash K

[PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-09-04 Thread Thomas Abraham
Some platforms allow for clock gating and control of bus interface unit clock and card interface unit clock. Add support for clock lookup of optional biu and ciu clocks for clock gating and clock speed determination. Signed-off-by: Abhilash Kesavan Signed-off-by: Thomas Abraham Acked-by: Will Ne

Re: [PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-08-31 Thread Thomas Abraham
On 31 August 2012 13:29, Jaehoon Chung wrote: >> + >> + host->ciu_clk = clk_get(host->dev, "ciu"); >> + if (IS_ERR(host->ciu_clk)) >> + dev_dbg(host->dev, "ciu clock not available\n"); >> + else >> + clk_prepare_enable(host->ciu_clk); >>>

Re: [PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-08-31 Thread Jaehoon Chung
> + > + host->ciu_clk = clk_get(host->dev, "ciu"); > + if (IS_ERR(host->ciu_clk)) > + dev_dbg(host->dev, "ciu clock not available\n"); > + else > + clk_prepare_enable(host->ciu_clk); > + > + if (IS_ERR(host->ciu_clk)) > +

Re: [PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-08-30 Thread Thomas Abraham
On 31 August 2012 11:32, Jaehoon Chung wrote: > On 08/31/2012 02:29 PM, Thomas Abraham wrote: >> On 30 August 2012 14:18, Jaehoon Chung wrote: >>> Hi Thomas, >>> >>> On 08/29/2012 07:48 PM, Thomas Abraham wrote: Some platforms allow for clock gating and control of bus interface unit cl

Re: [PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-08-30 Thread Thomas Abraham
On 31 August 2012 11:32, Jaehoon Chung wrote: > On 08/31/2012 02:29 PM, Thomas Abraham wrote: >> On 30 August 2012 14:18, Jaehoon Chung wrote: >>> Hi Thomas, >>> >>> On 08/29/2012 07:48 PM, Thomas Abraham wrote: Some platforms allow for clock gating and control of bus interface unit cl

Re: [PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-08-30 Thread Jaehoon Chung
On 08/31/2012 02:29 PM, Thomas Abraham wrote: > On 30 August 2012 14:18, Jaehoon Chung wrote: >> Hi Thomas, >> >> On 08/29/2012 07:48 PM, Thomas Abraham wrote: >>> Some platforms allow for clock gating and control of bus interface unit >>> clock >>> and card interface unit clock. Add support for

Re: [PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-08-30 Thread Thomas Abraham
On 30 August 2012 14:18, Jaehoon Chung wrote: > Hi Thomas, > > On 08/29/2012 07:48 PM, Thomas Abraham wrote: >> Some platforms allow for clock gating and control of bus interface unit clock >> and card interface unit clock. Add support for clock lookup of optional biu >> and ciu clocks for clock g

Re: [PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-08-30 Thread Jaehoon Chung
Hi Thomas, On 08/29/2012 07:48 PM, Thomas Abraham wrote: > Some platforms allow for clock gating and control of bus interface unit clock > and card interface unit clock. Add support for clock lookup of optional biu > and ciu clocks for clock gating and clock speed determination. > > Signed-off-by

[PATCH v5 4/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-08-29 Thread Thomas Abraham
Some platforms allow for clock gating and control of bus interface unit clock and card interface unit clock. Add support for clock lookup of optional biu and ciu clocks for clock gating and clock speed determination. Signed-off-by: Abhilash Kesavan Signed-off-by: Thomas Abraham Acked-by: Will Ne