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-- 2.5 KB
Makefile -rw-r--r-- 743 bytes
af_vsock.c -rw-r--r-- 57.7 KB
af_vsock_tap.c -rw-r--r-- 2.0 KB
diag.c -rw-r--r-- 4.0 KB
hyperv_transport.c -rw-r--r-- 23.3 KB
virtio_transport.c -rw-r--r-- 18.8 KB
virtio_transport_common.c -rw-r--r-- 32.1 KB
vmci_transport.c -rw-r--r-- 57.4 KB
vmci_transport.h -rw-r--r-- 3.7 KB
vmci_transport_notify.c -rw-r--r-- 17.8 KB
vmci_transport_notify.h -rw-r--r-- 2.5 KB
vmci_transport_notify_qstate.c -rw-r--r-- 11.1 KB
vsock_addr.c -rw-r--r-- 1.5 KB
vsock_loopback.c -rw-r--r-- 5.7 KB

back to top