aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/socfpga
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge branches 'clk-debugfs', 'clk-spreadtrum', 'clk-sifive', 'clk-counted' a...Gravatar Stephen Boyd 3-10/+12
2023-10-23clk: socfpga: agilex: Add bounds-checking coverage for struct stratix10_clock...Gravatar Gustavo A. R. Silva 2-9/+9
2023-10-23clk: socfpga: Fix undefined behavior bug in struct stratix10_clock_dataGravatar Gustavo A. R. Silva 1-1/+3
2023-10-12clk: socfpga: gate: Account for the divider in determine_rateGravatar Maxime Ripard 1-4/+23
2023-08-22clk: socfpga: agilex: Convert to devm_platform_ioremap_resource()Gravatar Yangtao Li 1-3/+1
2023-07-19clk: Explicitly include correct DT includesGravatar Rob Herring 2-4/+2
2023-06-08clk: socfpga: gate: Add a determine_rate hookGravatar Maxime Ripard 1-0/+1
2023-03-21clk: socfpga: arria10: use of_clk_add_hw_provider and improve error handlingGravatar Marco Pagani 1-8/+22
2023-03-21clk: socfpga: use of_clk_add_hw_provider and improve error handlingGravatar Marco Pagani 1-10/+22
2023-03-21clk: socfpga: arria10: use of_clk_add_hw_provider and improve error handlingGravatar Marco Pagani 1-7/+19
2023-03-21clk: socfpga: use of_clk_add_hw_provider and improve error handlingGravatar Marco Pagani 1-13/+22
2023-03-21clk: socfpga: arria10: use of_clk_add_hw_provider and improve error handlingGravatar Marco Pagani 1-9/+13
2023-03-21clk: socfpga: use of_clk_add_hw_provider and improve error handlingGravatar Marco Pagani 1-6/+20
2022-12-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+4
2022-12-08clk: socfpga: Fix memory leak in socfpga_gate_init()Gravatar Xiu Jianfeng 1-1/+4
2022-12-07clk: socfpga: remove the setting of clk-phase for sdmmc_clkGravatar Dinh Nguyen 3-130/+0
2022-03-11clk: cleanup commentsGravatar Tom Rix 1-1/+1
2022-03-11clk: socfpga: cleanup spdx tagsGravatar Tom Rix 3-3/+3
2022-01-05clk: socfpga: s10: Make use of the helper function devm_platform_ioremap_reso...Gravatar Cai Huoqing 1-3/+1
2022-01-05clk: socfpga: agilex: Make use of the helper function devm_platform_ioremap_r...Gravatar Cai Huoqing 1-3/+1
2022-01-05clk: socfpga: remove redundant assignment after a mask operationGravatar Colin Ian King 1-2/+2
2022-01-05clk: socfpga: remove redundant assignment on divisionGravatar Colin Ian King 1-1/+1
2021-09-24clk: socfpga: agilex: fix duplicate s2f_user0_clkGravatar Dinh Nguyen 1-9/+0
2021-07-26clk: socfpga: agilex: add the bypass register for s2f_usr0 clockGravatar Dinh Nguyen 1-1/+1
2021-07-26clk: socfpga: agilex: fix up s2f_user0_clk representationGravatar Dinh Nguyen 1-0/+9
2021-07-26clk: socfpga: agilex: fix the parents of the psi_ref_clkGravatar Dinh Nguyen 1-4/+4
2021-06-27clk: socfpga: clk-pll: Remove unused variable 'rc'Gravatar Jian Xin 1-2/+1
2021-06-27clk: agilex/stratix10/n5x: fix how the bypass_reg is handledGravatar Dinh Nguyen 1-3/+8
2021-06-27clk: agilex/stratix10: add support for the 2nd bypassGravatar Dinh Nguyen 3-2/+123
2021-06-27clk: agilex/stratix10: fix bypass representationGravatar Dinh Nguyen 2-21/+91
2021-06-27clk: agilex/stratix10: remove noc_clkGravatar Dinh Nguyen 2-34/+30
2021-04-28Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 12-180/+202
2021-04-27Merge branches 'clk-cleanup', 'clk-renesas', 'clk-socfpga', 'clk-allwinner' a...Gravatar Stephen Boyd 12-181/+203
2021-04-09clk: socfpga: fix iomem pointer cast on 64-bitGravatar Krzysztof Kozlowski 1-1/+1
2021-04-07clk: socfpga: remove redundant initialization of variable divGravatar Colin Ian King 2-2/+2
2021-04-07clk: socfpga: arria10: Fix memory leak of socfpga_clk on error returnGravatar Colin Ian King 1-0/+1
2021-03-30clk: socfpga: Fix code formattingGravatar Stephen Boyd 1-1/+2
2021-03-30clk: socfpga: Convert to s10/agilex/n5x to use clk_hwGravatar Dinh Nguyen 6-147/+159
2021-03-30clk: socfpga: arria10: convert to use clk_hwGravatar Dinh Nguyen 3-15/+16
2021-03-30clk: socfpga: use clk_hw_register for a5/c5Gravatar Dinh Nguyen 3-15/+22
2021-03-29clk: socfpga: fix iomem pointer cast on 64-bitGravatar Krzysztof Kozlowski 1-1/+1
2021-03-23clk: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs (and compile test)Gravatar Krzysztof Kozlowski 2-3/+7
2021-03-23clk: socfpga: allow compile testing of Stratix 10 / Agilex clocksGravatar Krzysztof Kozlowski 1-3/+12
2021-03-23arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGAGravatar Krzysztof Kozlowski 1-2/+2
2021-03-23clk: socfpga: build together Stratix 10, Agilex and N5X clock driversGravatar Krzysztof Kozlowski 2-7/+6
2021-03-23clk: socfpga: allow building N5X clocks with ARCH_N5XGravatar Krzysztof Kozlowski 2-2/+8
2021-02-16Merge branches 'clk-socfpga', 'clk-mstar', 'clk-qcom' and 'clk-warnings' into...Gravatar Stephen Boyd 6-7/+240
2021-02-12clk: socfpga: agilex: add clock driver for eASIC N5X platformGravatar Dinh Nguyen 4-3/+238
2021-02-11clk: socfpga: clk-pll-a10: Remove set but unused variable 'rc'Gravatar Lee Jones 1-2/+1
2021-02-11clk: socfpga: clk-pll: Remove unused variable 'rc'Gravatar Lee Jones 1-2/+1