summaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung/clk-cpu.c
Commit message (Expand)AuthorAgeFilesLines
* clk: samsung: Add CPU clock support for Exynos850Sam Protsenko2024-02-251-0/+177
* clk: samsung: Pass mask to wait_until_mux_stable()Sam Protsenko2024-02-251-7/+7
* clk: samsung: Keep register offsets in chip specific structureSam Protsenko2024-02-251-70/+86
* clk: samsung: Keep CPU clock chip specific data in a dedicated structSam Protsenko2024-02-251-14/+26
* clk: samsung: Pass register layout type explicitly to CLK_CPU()Sam Protsenko2024-02-251-1/+1
* clk: samsung: Pass actual CPU clock registers base to CPU_CLK()Sam Protsenko2024-02-251-19/+19
* clk: samsung: Group CPU clock functions by chipSam Protsenko2024-02-251-53/+61
* clk: samsung: Use single CPU clock notifier callback for all chipsSam Protsenko2024-02-251-35/+28
* clk: samsung: Reduce params count in exynos_register_cpu_clock()Sam Protsenko2024-02-251-23/+23
* clk: samsung: Pull struct exynos_cpuclk into clk-cpu.cSam Protsenko2024-02-251-0/+29
* clk: samsung: Improve clk-cpu.c styleSam Protsenko2024-02-251-32/+33
* clk: samsung: Update CPU clk registrationWill McVicker2021-11-201-1/+1
* clk: samsung: add support for CPU clocksWill McVicker2021-10-151-0/+18
* clk: samsung: Use cached clk_hws instead of __clk_lookup() callsSylwester Nawrocki2020-09-171-22/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* clk: samsung: Use clk_hw API for calling clk framework from clk notifiersMarek Szyprowski2018-10-051-3/+3
* clk: samsung: Delete a memory allocation error message in clk-cpu.cMarkus Elfring2017-09-271-2/+0
* clk: samsung: Convert common drivers to the new clk_hw APIMarek Szyprowski2017-06-071-5/+3
* clk: samsung: Add local variable to match its purposeMarek Szyprowski2017-06-071-4/+5
* clk: samsung: cpu: prepare for adding Exynos5433 CPU clocksBartlomiej Zolnierkiewicz2016-06-021-1/+130
* clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqsMarek Szyprowski2015-12-161-4/+6
* clk: samsung: fix cpu clock's flags checkingBartlomiej Zolnierkiewicz2015-09-221-5/+5
* clk: samsung: Convert to clk_hw based provider APIsStephen Boyd2015-08-241-2/+2
* clk: samsung: Properly include clk.h and clkdev.hStephen Boyd2015-07-201-0/+3
* clk: samsung: add infrastructure to register cpu clocksThomas Abraham2015-06-201-0/+349