aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge branches 'clk-pile' and 'clk-microchip' into clk-nextStephen Boyd1-15/+3
2026-08-17Merge tag 'clk-misc-for-v7.3' of ssh://github.com/masneyb/linux into clk-pileStephen Boyd1-15/+3
2026-08-13clk: samsung: Don't include <linux/mod_devicetable.h>Uwe Kleine-König (The Capable Hub)1-1/+1
2026-08-11Merge tag 'samsung-clk-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into clk-samsungStephen Boyd5-67/+62
2026-07-18clk: samsung: pll: use kzalloc_flexRosen Penev1-30/+26
2026-07-18clk: samsung: cpu: use kzalloc_flexRosen Penev1-20/+14
2026-07-18clk: samsung: use kzalloc_flexRosen Penev2-7/+8
2026-07-13clk: samsung: exynos990: Fix PERIS gate clock parentsDenzeel Oliva1-9/+9
2026-07-13clk: samsung: exynos990: Add PERIS TMU_SUB_PCLK gateDenzeel Oliva1-1/+5
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)21-21/+0
2026-06-29clk: samsung: acpm: use clk_determine_rate_noop()Brian Masney1-13/+1
2026-06-29clk: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)1-2/+2
2026-06-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-166/+146
2026-06-17Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-5/+5
2026-05-30clk: samsung: exynos990: Fix PERIC0/1 USI clock typesDenzeel Oliva1-164/+143
2026-05-29firmware: samsung: acpm: remove compile-testing stubsArnd Bergmann1-1/+1
2026-05-29firmware: samsung: acpm: Make acpm_ops const and access via pointerTudor Ambarus1-4/+4
2026-05-29firmware: samsung: acpm: Drop redundant _ops suffix in acpm_ops membersTudor Ambarus1-4/+4
2026-05-14clk: samsung: gs101: Fix missing USI7_USI DIV clock in peric0_clk_regsKuan-Wei Chiu1-1/+1
2026-05-14clk: samsung: exynos850: mark APM I3C clocks as criticalAlexey Klimov1-2/+3
2026-04-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds8-37/+1505
2026-03-24clk: samsung: exynos850: Add APM-to-AP mailbox clockAlexey Klimov1-1/+6
2026-02-28clk: samsung: Use %pe format to simplifyKrzysztof Kozlowski1-2/+2
2026-02-28clk: samsung: pll: Fix possible truncation in a9fraco recalc rateKrzysztof Kozlowski1-1/+1
2026-02-28firmware: exynos-acpm: Drop fake 'const' on handle pointerKrzysztof Kozlowski1-2/+2
2026-02-28clk: samsung: exynosautov920: add block G3D clock supportRaghav Sharma1-0/+52
2026-02-26clk: samsung: gs101: harmonise symbol names (clock arrays)André Draszik1-26/+26
2026-02-24clk: samsung: artpec-9: Add initial clock support for ARTPEC-9 SoCGyoungBo Min2-0/+1225
2026-02-24clk: samsung: Add clock PLL support for ARTPEC-9 SoCGyoungBo Min2-8/+194
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-7/+6
2026-01-17clk: samsung: gs101: add support for Display Process Unit (DPU) clocksPeter Griffin1-0/+283
2026-01-17clk: samsung: fix sysreg save/restore when PM is enabled for CMUAndré Draszik3-13/+41
2026-01-17clk: samsung: avoid warning message on legacy Exynos (auto clock gating)André Draszik1-1/+1
2025-12-22clk: samsung: gs101: Enable auto_clock_gate mode for each gs101 CMUPeter Griffin1-0/+55
2025-12-22clk: samsung: Implement automatic clock gating mode for CMUsPeter Griffin9-43/+302
2025-12-21clk: samsung: exynosautov920: add clock supportRaghav Sharma1-0/+40
2025-12-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds6-32/+297
2025-12-03Merge branches 'clk-socfpga', 'clk-renesas', 'clk-cleanup', 'clk-samsung' and 'clk-mediatek' into clk-nextStephen Boyd6-32/+297
2025-11-30clk: samsung: exynos-clkout: Assign .num before accessing .hwsNathan Chancellor1-1/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding2-8/+16
2025-11-13Merge tag 'samsung-clk-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into clk-samsungStephen Boyd2-31/+100
2025-10-20clk: samsung: add Exynos ACPM clock driverTudor Ambarus3-0/+196
2025-10-18clk: samsung: clk-pll: simplify samsung_pll_lock_wait()André Draszik1-31/+10
2025-10-13clk: samsung: exynosautov920: add block mfc clock supportRaghav Sharma1-0/+45
2025-10-13clk: samsung: exynosautov920: add clock supportRaghav Sharma1-0/+45
2025-09-07clk: samsung: exynos990: Add PERIC0 and PERIC1 clock supportDenzeel Oliva1-0/+1152
2025-09-04clk: samsung: exynos990: Add missing USB clock registers to HSI0Denzeel Oliva1-0/+2
2025-09-04clk: samsung: exynos990: Add LHS_ACEL gate clock for HSI0 and update CLK_NR_TOPDenzeel Oliva1-1/+5