Pull clk fixes from Stephen Boyd:
 "Two clk driver fixes
   - Use devm_kasprintf() to avoid overflows when forming clk names in
     the Microchip PolarFire driver
   - Fix the pretty broken Ingenic JZ4760 M/N/OD calculation to actually
     work and find proper divisors"
* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: ingenic: jz4760: Update M/N/OD calculation algorithm
  clk: microchip: mpfs-ccc: Use devm_kasprintf() for allocating formatted strings