Re: [PATCH v3 11/12] mmc: sunxi: Convert MMC driver to the standard clock phase API

2014-09-26 Thread David Lanzendörfer
Hi Great! Since I didn't see any mistakes from my side it shouldn't be a problem. Because someone has borrowed my UART2USB(FT232)-cable I unfortunately can't test the code for now. If you can verfiy that all the adaptions are working properly on A10/A20 and all the others you my assume my:

Re: [PATCH v3 11/12] mmc: sunxi: Convert MMC driver to the standard clock phase API

2014-09-26 Thread Maxime Ripard
On Fri, Sep 26, 2014 at 04:27:10PM +0200, David Lanzendörfer wrote: > Hello > > Now that we have proper support to use the generic phase API in our clock > > driver, switch the MMC driver to use it. > > [...] > > /* determine delays */ > > if (rate <= 40) { > > - oclk_dly = 0;

Re: [PATCH v3 11/12] mmc: sunxi: Convert MMC driver to the standard clock phase API

2014-09-26 Thread David Lanzendörfer
Hello > Now that we have proper support to use the generic phase API in our clock > driver, switch the MMC driver to use it. > [...] > /* determine delays */ > if (rate <= 40) { > - oclk_dly = 0; > - sclk_dly = 7; > + oclk_dly = 180; > +

[PATCH v3 11/12] mmc: sunxi: Convert MMC driver to the standard clock phase API

2014-09-11 Thread Maxime Ripard
Now that we have proper support to use the generic phase API in our clock driver, switch the MMC driver to use it. Signed-off-by: Maxime Ripard Acked-by: Ulf Hansson --- .../devicetree/bindings/mmc/sunxi-mmc.txt | 8 +-- drivers/mmc/host/sunxi-mmc.c | 72