index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
samsung
/
clk-cpu.c
Age
Commit message (
Expand
)
Author
2024-06-16
clk: samsung: Switch to use kmemdup_array()
Andy Shevchenko
2024-02-25
clk: samsung: Add CPU clock support for Exynos850
Sam Protsenko
2024-02-25
clk: samsung: Pass mask to wait_until_mux_stable()
Sam Protsenko
2024-02-25
clk: samsung: Keep register offsets in chip specific structure
Sam Protsenko
2024-02-25
clk: samsung: Keep CPU clock chip specific data in a dedicated struct
Sam Protsenko
2024-02-25
clk: samsung: Pass register layout type explicitly to CLK_CPU()
Sam Protsenko
2024-02-25
clk: samsung: Pass actual CPU clock registers base to CPU_CLK()
Sam Protsenko
2024-02-25
clk: samsung: Group CPU clock functions by chip
Sam Protsenko
2024-02-25
clk: samsung: Use single CPU clock notifier callback for all chips
Sam Protsenko
2024-02-25
clk: samsung: Reduce params count in exynos_register_cpu_clock()
Sam Protsenko
2024-02-25
clk: samsung: Pull struct exynos_cpuclk into clk-cpu.c
Sam Protsenko
2024-02-25
clk: samsung: Improve clk-cpu.c style
Sam Protsenko
2021-11-20
clk: samsung: Update CPU clk registration
Will McVicker
2021-10-15
clk: samsung: add support for CPU clocks
Will McVicker
2020-09-17
clk: samsung: Use cached clk_hws instead of __clk_lookup() calls
Sylwester Nawrocki
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-15
clk: Remove io.h from clk-provider.h
Stephen Boyd
2018-10-05
clk: samsung: Use clk_hw API for calling clk framework from clk notifiers
Marek Szyprowski
2017-09-27
clk: samsung: Delete a memory allocation error message in clk-cpu.c
Markus Elfring
2017-06-07
clk: samsung: Convert common drivers to the new clk_hw API
Marek Szyprowski
2017-06-07
clk: samsung: Add local variable to match its purpose
Marek Szyprowski
2016-06-02
clk: samsung: cpu: prepare for adding Exynos5433 CPU clocks
Bartlomiej Zolnierkiewicz
2015-12-16
clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
Marek Szyprowski
2015-09-22
clk: samsung: fix cpu clock's flags checking
Bartlomiej Zolnierkiewicz
2015-08-24
clk: samsung: Convert to clk_hw based provider APIs
Stephen Boyd
2015-07-20
clk: samsung: Properly include clk.h and clkdev.h
Stephen Boyd
2015-06-20
clk: samsung: add infrastructure to register cpu clocks
Thomas Abraham