summaryrefslogtreecommitdiff
path: root/drivers/clk/samsung/clk-cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-16clk: samsung: Switch to use kmemdup_array()Andy Shevchenko1-2/+2
2024-02-25clk: samsung: Add CPU clock support for Exynos850Sam Protsenko1-0/+177
2024-02-25clk: samsung: Pass mask to wait_until_mux_stable()Sam Protsenko1-7/+7
2024-02-25clk: samsung: Keep register offsets in chip specific structureSam Protsenko1-70/+86
2024-02-25clk: samsung: Keep CPU clock chip specific data in a dedicated structSam Protsenko1-14/+26
2024-02-25clk: samsung: Pass register layout type explicitly to CLK_CPU()Sam Protsenko1-1/+1
2024-02-25clk: samsung: Pass actual CPU clock registers base to CPU_CLK()Sam Protsenko1-19/+19
2024-02-25clk: samsung: Group CPU clock functions by chipSam Protsenko1-53/+61
2024-02-25clk: samsung: Use single CPU clock notifier callback for all chipsSam Protsenko1-35/+28
2024-02-25clk: samsung: Reduce params count in exynos_register_cpu_clock()Sam Protsenko1-23/+23
2024-02-25clk: samsung: Pull struct exynos_cpuclk into clk-cpu.cSam Protsenko1-0/+29
2024-02-25clk: samsung: Improve clk-cpu.c styleSam Protsenko1-32/+33
2021-11-20clk: samsung: Update CPU clk registrationWill McVicker1-1/+1
2021-10-15clk: samsung: add support for CPU clocksWill McVicker1-0/+18
2020-09-17clk: samsung: Use cached clk_hws instead of __clk_lookup() callsSylwester Nawrocki1-22/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-10-05clk: samsung: Use clk_hw API for calling clk framework from clk notifiersMarek Szyprowski1-3/+3
2017-09-27clk: samsung: Delete a memory allocation error message in clk-cpu.cMarkus Elfring1-2/+0
2017-06-07clk: samsung: Convert common drivers to the new clk_hw APIMarek Szyprowski1-5/+3
2017-06-07clk: samsung: Add local variable to match its purposeMarek Szyprowski1-4/+5
2016-06-02clk: samsung: cpu: prepare for adding Exynos5433 CPU clocksBartlomiej Zolnierkiewicz1-1/+130
2015-12-16clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqsMarek Szyprowski1-4/+6
2015-09-22clk: samsung: fix cpu clock's flags checkingBartlomiej Zolnierkiewicz1-5/+5
2015-08-25clk: samsung: Convert to clk_hw based provider APIsStephen Boyd1-2/+2
2015-07-20clk: samsung: Properly include clk.h and clkdev.hStephen Boyd1-0/+3
2015-06-20clk: samsung: add infrastructure to register cpu clocksThomas Abraham1-0/+349