]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Dec 2024 02:21:40 +0000 (18:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Dec 2024 02:21:40 +0000 (18:21 -0800)
commitf92f4749861b06fed908d336b4dee1326003291b
tree94848f5549dd9c1f2748269bafe6b1877ceb2e41
parent5a087a6b17eeb64893b81d08d38e6f6300419ee5
parent52fd1709e41d3a85b48bcfe2404a024ebaf30c3b
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fixes from Stephen Boyd:
 "Two reverts and two EN7581 driver fixes:

   - Revert the attempt to make CLK_GET_RATE_NOCACHE flag work in
     clk_set_rate() because it led to problems with the Qualcomm CPUFreq
     driver

   - Revert Amlogic reset driver back to the initial implementation.
     This broke probe of the audio subsystem on axg based platforms and
     also had compilation problems. We'll try again next time.

   - Fix a clk frequency and fix array bounds runtime checks in the
     Airoha EN7581 driver"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: en7523: Initialize num before accessing hws in en7523_register_clocks()
  clk: en7523: Fix wrong BUS clock for EN7581
  clk: amlogic: axg-audio: revert reset implementation
  Revert "clk: Fix invalid execution of clk_set_rate"
drivers/clk/meson/axg-audio.c