All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Microchip clock fixes for 6.2
@ 2023-01-19 11:35 Claudiu Beznea
  2023-01-20 22:20 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Claudiu Beznea @ 2023-01-19 11:35 UTC (permalink / raw)
  To: mturquette, sboyd
  Cc: nicolas.ferre, alexandre.belloni, conor.dooley, linux-clk

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Microchip clock fixes for 6.2
  2023-01-19 11:35 [GIT PULL] Microchip clock fixes for 6.2 Claudiu Beznea
@ 2023-01-20 22:20 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2023-01-20 22:20 UTC (permalink / raw)
  To: Claudiu Beznea, mturquette
  Cc: nicolas.ferre, alexandre.belloni, conor.dooley, linux-clk

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-20 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19 11:35 [GIT PULL] Microchip clock fixes for 6.2 Claudiu Beznea
2023-01-20 22:20 ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.