Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • R RISC-V U-Boot Custodian Tree
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • U-BootU-Boot
  • Custodians
  • RISC-V U-Boot Custodian Tree
  • Repository
Switch branch/tag
  • u-boot-riscv
  • drivers
  • clk
  • clk-uclass.c
Find file BlameHistoryPermalink
  • Tero Kristo's avatar
    clk: fix set_rate to clean up cached rates for the hierarchy · 6b7fd312
    Tero Kristo authored Jun 11, 2021 and Lokesh Vutla's avatar Lokesh Vutla committed Jun 11, 2021
    
    
    Clock rates are cached within the individual clock nodes, and right now
    if one changes a clock rate somewhere in the middle of the tree, none
    of its child clocks notice the change. To fix this, clear up all the
    cached rates for us and our child clocks.
    
    Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
    Signed-off-by: default avatarTero Kristo <kristo@kernel.org>
    6b7fd312

Imprint & Privacy Policy