mbox series

[GIT,PULL] Microchip clock fixes for 6.2

Message ID 20230119113551.43887-1-claudiu.beznea@microchip.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Microchip clock fixes for 6.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-fixes-6.2

Message

Claudiu Beznea Jan. 19, 2023, 11:35 a.m. UTC
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-fixes-6.2

for you to fetch changes up to 86d884f5287f4369c198811aaa4931a3a11f36d2:

  clk: microchip: mpfs-ccc: Use devm_kasprintf() for allocating formatted strings (2023-01-19 11:45:35 +0200)

----------------------------------------------------------------
Microchip clock fixes for 6.2:

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<node_address>_pll<N>" will exeed the
  allocated space.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      clk: microchip: mpfs-ccc: Use devm_kasprintf() for allocating formatted strings

 drivers/clk/microchip/clk-mpfs-ccc.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Comments

Stephen Boyd Jan. 20, 2023, 10:20 p.m. UTC | #1
Quoting Claudiu Beznea (2023-01-19 03:35:51)
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> 
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-fixes-6.2
> 
> for you to fetch changes up to 86d884f5287f4369c198811aaa4931a3a11f36d2:
> 
>   clk: microchip: mpfs-ccc: Use devm_kasprintf() for allocating formatted strings (2023-01-19 11:45:35 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-fixes