summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-11-17 13:04:31 +0100
committerHeiko Stuebner <heiko@sntech.de>2023-03-07 11:26:27 +0100
commit933bf364e152cd60902cf9585c2ba310d593e69f (patch)
tree67e26df49b8ebdd1e92df649f5a1a3c7ef3b70ca /tools/perf/scripts/python/libxed.py
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff)
downloadkernel-933bf364e152cd60902cf9585c2ba310d593e69f.tar.gz
clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparent
clk_cifout is derived from clk_cifout_src through an integer divider limited to 32. clk_cifout_src is a child of either cpll, gpll or npll without any possibility of a divider of any sort. The default clock parent is cpll. Let's allow clk_cifout to ask its parent clk_cifout_src to reparent in order to find the real closest possible rate for clk_cifout and not one derived from cpll only. Cc: stable@vger.kernel.org # 4.10+ Fixes: fd8bc829336a ("clk: rockchip: fix the rk3399 cifout clock") Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Link: https://lore.kernel.org/r/20221117-rk3399-cifout-set-rate-parent-v1-0-432548d04081@theobroma-systems.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
'>vme: Delete 11 error messages for a failed memory allocationMarkus Elfring 2017-10-04vme: Fix integer overflow checking in vme_check_window()Dan Carpenter 2017-03-17docs: Add kernel-doc comments to VME driver APIMartyn Welch 2017-01-25VME: restore bus_remove function causing incomplete module unloadStefano Babic 2017-01-11vme: Fix wrong pointer utilization in ca91cx42_slave_getAugusto Mecking Caringi 2016-10-28vme: vme_get_size potentially returning incorrect value on failureMartyn Welch 2016-09-27vme: fake: remove unexpected unlock in fake_master_set()Wei Yongjun 2016-09-27vme: fake: mark symbols static where possibleBaoyou Xie 2016-09-13vme: fake: fix build for 64-bit dma_addr_tArnd Bergmann 2016-08-31vme: Adding Fake VME driverMartyn Welch 2016-08-31vme: make core vme support explicitly non-modularPaul Gortmaker 2016-08-31vme: Fix module autoloadAlessio Igor Bogani 2016-08-31vme: change LM callback argument to void pointerAaron Sierra 2016-05-01vme: add vme_init_bridge for common bridge initAaron Sierra 2016-05-01vme: trivial spelling and capitalization fixesAaron Sierra 2016-02-07vme: vme_ca91cx42.c: use to_pci_dev()Geliang Tang 2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds