Re: [PATCH 2/2] mmc: jz4740: Add support for monitoring PLL clock rate changes

2021-03-08 Thread Paul Cercueil
Le dim. 7 mars 2021 à 17:07, Paul Cercueil a écrit : The main PLL can have its rate changed at any moment. To keep the MMC clock running at a rate that fits the specifications, we need to recompute the MMC clock rate every time the PLL rate changes. Use a mutex to ensure that the MMC is idl

Re: [PATCH 2/2] mmc: jz4740: Add support for monitoring PLL clock rate changes

2021-03-07 Thread kernel test robot
Hi Paul, I love your patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on linus/master v5.12-rc2] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://gi

[PATCH 2/2] mmc: jz4740: Add support for monitoring PLL clock rate changes

2021-03-07 Thread Paul Cercueil
The main PLL can have its rate changed at any moment. To keep the MMC clock running at a rate that fits the specifications, we need to recompute the MMC clock rate every time the PLL rate changes. Use a mutex to ensure that the MMC is idle before performing the PLL and MMC rate changes. Signed-of