Revision 3a4347d82efdfcc5465b3ed37616426989182915 authored by Linus Torvalds on 30 October 2021, 16:55:46 UTC, committed by Linus Torvalds on 30 October 2021, 16:55:46 UTC
Pull clk fix from Stephen Boyd:
 "One fix for the composite clk that broke when we changed this clk type
  to use the determine_rate instead of round_rate clk op by default.
  This caused lots of problems on Rockchip SoCs because they heavily use
  the composite clk code to model the clk tree"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: composite: Also consider .determine_rate for rate + mux composites
2 parent s bf85ba0 + 675c496
History
File Mode Size
Kconfig -rw-r--r-- 725 bytes
Makefile -rw-r--r-- 156 bytes
internal.h -rw-r--r-- 16.8 KB
ncsi-aen.c -rw-r--r-- 6.1 KB
ncsi-cmd.c -rw-r--r-- 9.7 KB
ncsi-manage.c -rw-r--r-- 47.0 KB
ncsi-netlink.c -rw-r--r-- 17.6 KB
ncsi-netlink.h -rw-r--r-- 623 bytes
ncsi-pkt.h -rw-r--r-- 20.4 KB
ncsi-rsp.c -rw-r--r-- 33.7 KB

back to top