index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
socfpga
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-17
/
+17
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-17
/
+17
2025-10-22
clk: socfpga: agilex5: add clock driver for Agilex5
Khairul Anuar Romli
-2
/
+736
2025-04-24
clk: socfpga: stratix10: Optimize local variables
Thorsten Blum
-3
/
+3
2025-04-24
clk: socfpga: clk-pll: Optimize local variables
Thorsten Blum
-2
/
+2
2024-12-16
clk: socfpga: arria10: Optimize local variables in clk_pll_recalc_rate()
Thorsten Blum
-1
/
+1
2023-10-30
Merge branches 'clk-debugfs', 'clk-spreadtrum', 'clk-sifive', 'clk-counted' a...
Stephen Boyd
-10
/
+12
2023-10-23
clk: socfpga: agilex: Add bounds-checking coverage for struct stratix10_clock...
Gustavo A. R. Silva
-9
/
+9
2023-10-23
clk: socfpga: Fix undefined behavior bug in struct stratix10_clock_data
Gustavo A. R. Silva
-1
/
+3
2023-10-12
clk: socfpga: gate: Account for the divider in determine_rate
Maxime Ripard
-4
/
+23
2023-08-22
clk: socfpga: agilex: Convert to devm_platform_ioremap_resource()
Yangtao Li
-3
/
+1
2023-07-19
clk: Explicitly include correct DT includes
Rob Herring
-4
/
+2
2023-06-08
clk: socfpga: gate: Add a determine_rate hook
Maxime Ripard
-0
/
+1
2023-03-21
clk: socfpga: arria10: use of_clk_add_hw_provider and improve error handling
Marco Pagani
-8
/
+22
2023-03-21
clk: socfpga: use of_clk_add_hw_provider and improve error handling
Marco Pagani
-10
/
+22
2023-03-21
clk: socfpga: arria10: use of_clk_add_hw_provider and improve error handling
Marco Pagani
-7
/
+19
2023-03-21
clk: socfpga: use of_clk_add_hw_provider and improve error handling
Marco Pagani
-13
/
+22
2023-03-21
clk: socfpga: arria10: use of_clk_add_hw_provider and improve error handling
Marco Pagani
-9
/
+13
2023-03-21
clk: socfpga: use of_clk_add_hw_provider and improve error handling
Marco Pagani
-6
/
+20
2022-12-13
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
-1
/
+4
2022-12-08
clk: socfpga: Fix memory leak in socfpga_gate_init()
Xiu Jianfeng
-1
/
+4
2022-12-07
clk: socfpga: remove the setting of clk-phase for sdmmc_clk
Dinh Nguyen
-130
/
+0
2022-03-11
clk: cleanup comments
Tom Rix
-1
/
+1
2022-03-11
clk: socfpga: cleanup spdx tags
Tom Rix
-3
/
+3
2022-01-05
clk: socfpga: s10: Make use of the helper function devm_platform_ioremap_reso...
Cai Huoqing
-3
/
+1
2022-01-05
clk: socfpga: agilex: Make use of the helper function devm_platform_ioremap_r...
Cai Huoqing
-3
/
+1
2022-01-05
clk: socfpga: remove redundant assignment after a mask operation
Colin Ian King
-2
/
+2
2022-01-05
clk: socfpga: remove redundant assignment on division
Colin Ian King
-1
/
+1
2021-09-24
clk: socfpga: agilex: fix duplicate s2f_user0_clk
Dinh Nguyen
-9
/
+0
2021-07-26
clk: socfpga: agilex: add the bypass register for s2f_usr0 clock
Dinh Nguyen
-1
/
+1
2021-07-26
clk: socfpga: agilex: fix up s2f_user0_clk representation
Dinh Nguyen
-0
/
+9
2021-07-26
clk: socfpga: agilex: fix the parents of the psi_ref_clk
Dinh Nguyen
-4
/
+4
2021-06-27
clk: socfpga: clk-pll: Remove unused variable 'rc'
Jian Xin
-2
/
+1
2021-06-27
clk: agilex/stratix10/n5x: fix how the bypass_reg is handled
Dinh Nguyen
-3
/
+8
2021-06-27
clk: agilex/stratix10: add support for the 2nd bypass
Dinh Nguyen
-2
/
+123
2021-06-27
clk: agilex/stratix10: fix bypass representation
Dinh Nguyen
-21
/
+91
2021-06-27
clk: agilex/stratix10: remove noc_clk
Dinh Nguyen
-34
/
+30
2021-04-28
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
-180
/
+202
2021-04-27
Merge branches 'clk-cleanup', 'clk-renesas', 'clk-socfpga', 'clk-allwinner' a...
Stephen Boyd
-181
/
+203
2021-04-09
clk: socfpga: fix iomem pointer cast on 64-bit
Krzysztof Kozlowski
-1
/
+1
2021-04-07
clk: socfpga: remove redundant initialization of variable div
Colin Ian King
-2
/
+2
2021-04-07
clk: socfpga: arria10: Fix memory leak of socfpga_clk on error return
Colin Ian King
-0
/
+1
2021-03-30
clk: socfpga: Fix code formatting
Stephen Boyd
-1
/
+2
2021-03-30
clk: socfpga: Convert to s10/agilex/n5x to use clk_hw
Dinh Nguyen
-147
/
+159
2021-03-30
clk: socfpga: arria10: convert to use clk_hw
Dinh Nguyen
-15
/
+16
2021-03-30
clk: socfpga: use clk_hw_register for a5/c5
Dinh Nguyen
-15
/
+22
2021-03-29
clk: socfpga: fix iomem pointer cast on 64-bit
Krzysztof Kozlowski
-1
/
+1
2021-03-23
clk: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs (and compile test)
Krzysztof Kozlowski
-3
/
+7
2021-03-23
clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks
Krzysztof Kozlowski
-3
/
+12
2021-03-23
arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGA
Krzysztof Kozlowski
-2
/
+2
[next]