Merge branch 'clk-cleanup' into clk-next
authorStephen Boyd <sboyd@kernel.org>
Mon, 30 Oct 2023 21:12:53 +0000 (14:12 -0700)
committerStephen Boyd <sboyd@kernel.org>
Mon, 30 Oct 2023 21:12:53 +0000 (14:12 -0700)
commit0a6d7f8275f255eda823c0f0b61d024f6f5b483d
tree522e0998b8f42fe935d00de153962c6de8152aab
parent720e4a4a68670dfda638da236d374fc7a4be0a28
parent7e52b1164a474dc7b90f68fbb40e35ccd7f7e2e2
Merge branch 'clk-cleanup' into clk-next

* clk-cleanup:
  clk: si521xx: Increase stack based print buffer size in probe
  clk: Use device_get_match_data()
  clk: cdce925: Extend match support for OF tables
  clk: si570: Simplify probe
  clk: si5351: Simplify probe
  clk: rs9: Use i2c_get_match_data() instead of device_get_match_data()
  clk: clk-si544: Simplify probe() and is_valid_frequency()
  clk: si521xx: Use i2c_get_match_data() instead of device_get_match_data()
  clk: npcm7xx: Fix incorrect kfree
  clk: at91: remove unnecessary conditions
  clk: ti: fix double free in of_ti_divider_clk_setup()
  clk: keystone: pll: fix a couple NULL vs IS_ERR() checks
  clk: ralink: mtmips: quiet unused variable warning
  clk: gate: fix comment typo and grammar
  clk: asm9620: Remove 'hw' local variable that isn't checked
drivers/clk/clk-cdce925.c
drivers/clk/clk-si521xx.c
drivers/clk/clk-si5351.c
drivers/clk/clk-si544.c
drivers/clk/clk-si570.c