From: Stephen Boyd Date: Fri, 20 Jan 2023 22:19:25 +0000 (-0800) Subject: Merge tag 'clk-microchip-fixes-6.2' of https://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v6.6.17~5615^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efaeb5f9f83965010c83c59665840541a54bbaf4;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'clk-microchip-fixes-6.2' of https://git./linux/kernel/git/at91/linux into clk-fixes Pull a Microchip clock fix from Claudiu Beznea: Only one fix for Polarfire SoCs at this time as follows: - replace devm_kzalloc() with devm_kasprintf(); this has been marked as fix to avoid having registered 2 clocks with the same or invalid name in case device tree node addresses will be longer such that clocks registered with name patern "ccc_pll" will exeed the allocated space. * tag 'clk-microchip-fixes-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: clk: microchip: mpfs-ccc: Use devm_kasprintf() for allocating formatted strings --- efaeb5f9f83965010c83c59665840541a54bbaf4