summaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung/clk-cpu.c
AgeCommit message (Expand)AuthorFilesLines
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-24clk: 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