| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 9 | -17/+17 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 9 | -17/+17 |
| 2025-10-22 | clk: socfpga: agilex5: add clock driver for Agilex5 | Khairul Anuar Romli | 7 | -2/+736 |
| 2025-04-24 | clk: socfpga: stratix10: Optimize local variables | Thorsten Blum | 1 | -3/+3 |
| 2025-04-24 | clk: socfpga: clk-pll: Optimize local variables | Thorsten Blum | 1 | -2/+2 |
| 2024-12-16 | clk: socfpga: arria10: Optimize local variables in clk_pll_recalc_rate() | Thorsten Blum | 1 | -1/+1 |
| 2023-10-30 | Merge branches 'clk-debugfs', 'clk-spreadtrum', 'clk-sifive', 'clk-counted' a... | Stephen Boyd | 3 | -10/+12 |
| 2023-10-23 | clk: socfpga: agilex: Add bounds-checking coverage for struct stratix10_clock... | Gustavo A. R. Silva | 2 | -9/+9 |
| 2023-10-23 | clk: socfpga: Fix undefined behavior bug in struct stratix10_clock_data | Gustavo A. R. Silva | 1 | -1/+3 |
| 2023-10-12 | clk: socfpga: gate: Account for the divider in determine_rate | Maxime Ripard | 1 | -4/+23 |
| 2023-08-22 | clk: socfpga: agilex: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-07-19 | clk: Explicitly include correct DT includes | Rob Herring | 2 | -4/+2 |
| 2023-06-08 | clk: socfpga: gate: Add a determine_rate hook | Maxime Ripard | 1 | -0/+1 |
| 2023-03-21 | clk: socfpga: arria10: use of_clk_add_hw_provider and improve error handling | Marco Pagani | 1 | -8/+22 |
| 2023-03-21 | clk: socfpga: use of_clk_add_hw_provider and improve error handling | Marco Pagani | 1 | -10/+22 |
| 2023-03-21 | clk: socfpga: arria10: use of_clk_add_hw_provider and improve error handling | Marco Pagani | 1 | -7/+19 |
| 2023-03-21 | clk: socfpga: use of_clk_add_hw_provider and improve error handling | Marco Pagani | 1 | -13/+22 |
| 2023-03-21 | clk: socfpga: arria10: use of_clk_add_hw_provider and improve error handling | Marco Pagani | 1 | -9/+13 |
| 2023-03-21 | clk: socfpga: use of_clk_add_hw_provider and improve error handling | Marco Pagani | 1 | -6/+20 |
| 2022-12-13 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+4 |
| 2022-12-08 | clk: socfpga: Fix memory leak in socfpga_gate_init() | Xiu Jianfeng | 1 | -1/+4 |
| 2022-12-07 | clk: socfpga: remove the setting of clk-phase for sdmmc_clk | Dinh Nguyen | 3 | -130/+0 |
| 2022-03-11 | clk: cleanup comments | Tom Rix | 1 | -1/+1 |
| 2022-03-11 | clk: socfpga: cleanup spdx tags | Tom Rix | 3 | -3/+3 |
| 2022-01-05 | clk: socfpga: s10: Make use of the helper function devm_platform_ioremap_reso... | Cai Huoqing | 1 | -3/+1 |
| 2022-01-05 | clk: socfpga: agilex: Make use of the helper function devm_platform_ioremap_r... | Cai Huoqing | 1 | -3/+1 |
| 2022-01-05 | clk: socfpga: remove redundant assignment after a mask operation | Colin Ian King | 1 | -2/+2 |
| 2022-01-05 | clk: socfpga: remove redundant assignment on division | Colin Ian King | 1 | -1/+1 |
| 2021-09-24 | clk: socfpga: agilex: fix duplicate s2f_user0_clk | Dinh Nguyen | 1 | -9/+0 |
| 2021-07-26 | clk: socfpga: agilex: add the bypass register for s2f_usr0 clock | Dinh Nguyen | 1 | -1/+1 |
| 2021-07-26 | clk: socfpga: agilex: fix up s2f_user0_clk representation | Dinh Nguyen | 1 | -0/+9 |
| 2021-07-26 | clk: socfpga: agilex: fix the parents of the psi_ref_clk | Dinh Nguyen | 1 | -4/+4 |
| 2021-06-27 | clk: socfpga: clk-pll: Remove unused variable 'rc' | Jian Xin | 1 | -2/+1 |
| 2021-06-27 | clk: agilex/stratix10/n5x: fix how the bypass_reg is handled | Dinh Nguyen | 1 | -3/+8 |
| 2021-06-27 | clk: agilex/stratix10: add support for the 2nd bypass | Dinh Nguyen | 3 | -2/+123 |
| 2021-06-27 | clk: agilex/stratix10: fix bypass representation | Dinh Nguyen | 2 | -21/+91 |
| 2021-06-27 | clk: agilex/stratix10: remove noc_clk | Dinh Nguyen | 2 | -34/+30 |
| 2021-04-28 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 12 | -180/+202 |
| 2021-04-27 | Merge branches 'clk-cleanup', 'clk-renesas', 'clk-socfpga', 'clk-allwinner' a... | Stephen Boyd | 12 | -181/+203 |
| 2021-04-09 | clk: socfpga: fix iomem pointer cast on 64-bit | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-04-07 | clk: socfpga: remove redundant initialization of variable div | Colin Ian King | 2 | -2/+2 |
| 2021-04-07 | clk: socfpga: arria10: Fix memory leak of socfpga_clk on error return | Colin Ian King | 1 | -0/+1 |
| 2021-03-30 | clk: socfpga: Fix code formatting | Stephen Boyd | 1 | -1/+2 |
| 2021-03-30 | clk: socfpga: Convert to s10/agilex/n5x to use clk_hw | Dinh Nguyen | 6 | -147/+159 |
| 2021-03-30 | clk: socfpga: arria10: convert to use clk_hw | Dinh Nguyen | 3 | -15/+16 |
| 2021-03-30 | clk: socfpga: use clk_hw_register for a5/c5 | Dinh Nguyen | 3 | -15/+22 |
| 2021-03-29 | clk: socfpga: fix iomem pointer cast on 64-bit | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-03-23 | clk: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs (and compile test) | Krzysztof Kozlowski | 2 | -3/+7 |
| 2021-03-23 | clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks | Krzysztof Kozlowski | 1 | -3/+12 |
| 2021-03-23 | arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGA | Krzysztof Kozlowski | 1 | -2/+2 |
| 2021-03-23 | clk: socfpga: build together Stratix 10, Agilex and N5X clock drivers | Krzysztof Kozlowski | 2 | -7/+6 |
| 2021-03-23 | clk: socfpga: allow building N5X clocks with ARCH_N5X | Krzysztof Kozlowski | 2 | -2/+8 |
| 2021-02-16 | Merge branches 'clk-socfpga', 'clk-mstar', 'clk-qcom' and 'clk-warnings' into... | Stephen Boyd | 6 | -7/+240 |
| 2021-02-12 | clk: socfpga: agilex: add clock driver for eASIC N5X platform | Dinh Nguyen | 4 | -3/+238 |
| 2021-02-11 | clk: socfpga: clk-pll-a10: Remove set but unused variable 'rc' | Lee Jones | 1 | -2/+1 |
| 2021-02-11 | clk: socfpga: clk-pll: Remove unused variable 'rc' | Lee Jones | 1 | -2/+1 |
| 2020-10-22 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -13/+0 |
| 2020-09-22 | clk: socfpga: stratix10: fix the divider for the emac_ptp_free_clk | Dinh Nguyen | 1 | -1/+1 |
| 2020-09-22 | clk: socfpga: agilex: Remove unused variable 'cntr_mux' | YueHaibing | 1 | -13/+0 |
| 2020-06-19 | clk: socfpga: agilex: mpu_l2ram_clk should be mpu_ccu_clk | Dinh Nguyen | 1 | -1/+1 |
| 2020-06-19 | clk: socfpga: agilex: add nand_x_clk and nand_ecc_clk | Dinh Nguyen | 1 | -1/+5 |
| 2020-05-26 | clk: socfpga: agilex: add clock driver for the Agilex platform | Dinh Nguyen | 4 | -0/+526 |
| 2020-05-26 | clk: socfpga: add const to _ops data structures | Dinh Nguyen | 3 | -4/+4 |
| 2020-05-26 | clk: socfpga: remove clk_ops enable/disable methods | Dinh Nguyen | 3 | -6/+0 |
| 2020-05-26 | clk: socfpga: stratix10: use new parent data scheme | Dinh Nguyen | 5 | -37/+142 |
| 2020-02-12 | clk: socfpga: stratix10: simplify parameter passing | Dinh Nguyen | 5 | -92/+57 |
| 2020-02-12 | clk: stratix10: use do_div() for 64-bit calculation | Dinh Nguyen | 1 | -1/+3 |
| 2019-09-20 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -14/+17 |
| 2019-08-16 | clk: socfpga: deindent code to proper indentation | Stephen Boyd | 1 | -2/+2 |
| 2019-08-16 | clk: socfpga: Don't reference clk_init_data after registration | Stephen Boyd | 2 | -13/+16 |
| 2019-08-14 | clk: socfpga: stratix10: fix rate caclulationg for cnt_clks | Dinh Nguyen | 1 | -1/+1 |
| 2019-07-17 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+5 |
| 2019-06-28 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2019-06-25 | clk: socfpga: stratix10: fix divider entry for the emac clocks | Dinh Nguyen | 1 | -2/+2 |
| 2019-06-25 | clk: socfpga: stratix10: add additional clocks needed for the NAND IP | Dinh Nguyen | 1 | -1/+5 |
| 2019-06-25 | clk: socfpga: stratix10: fix divider entry for the emac clocks | Dinh Nguyen | 1 | -2/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 1 | -10/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 3 | -36/+3 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 3 | -33/+3 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -13/+1 |
| 2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd | 3 | -0/+3 |
| 2019-03-08 | Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ... | Stephen Boyd | 3 | -9/+15 |
| 2019-01-24 | clk: socfpga: Don't have get_parent for single parent ops | Stephen Boyd | 1 | -9/+13 |
| 2019-01-15 | clk: socfpga: stratix10: fix naming convention for the fixed-clocks | Dinh Nguyen | 1 | -10/+10 |
| 2019-01-11 | clk: socfpga: stratix10: fix rate calculation for pll clocks | Dinh Nguyen | 1 | -1/+1 |
| 2018-12-28 | clk: socfpga: fix refcount leak | Yangtao Li | 2 | -0/+2 |
| 2018-07-06 | clk: socfpga: stratix10: fix the sdmmc_free_clk mux | Dinh Nguyen | 1 | -1/+1 |
| 2018-07-06 | clk: socfpga: stratix10: fix the parents of mpu_free_clk | Dinh Nguyen | 1 | -1/+6 |
| 2018-05-15 | clk: socfpga: stratix10: suppress unbinding platform's clock driver | Dinh Nguyen | 1 | -0/+1 |
| 2018-05-15 | clk: socfpga: stratix10: use platform driver APIs | Dinh Nguyen | 1 | -22/+17 |
| 2018-04-06 | clk: socfpga: stratix10: add clock driver for Stratix10 platform | Dinh Nguyen | 7 | -5/+853 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-06-19 | clk: socfpga: Fix the smplsel on Arria10 and Stratix10 | Dinh Nguyen | 2 | -1/+4 |
| 2016-02-22 | clk: socfpga: allow for multiple parents on Arria10 periph clocks | Dinh Nguyen | 2 | -9/+4 |
| 2016-02-08 | clk: socfpga: fix __init annotation | Arnd Bergmann | 1 | -1/+1 |
| 2015-08-24 | clk: socfpga: Add a second parent option for the dbg_base_clk | Dinh Nguyen | 2 | -4/+15 |
| 2015-07-28 | clk: socfpga: switch to GENMASK() | Andy Shevchenko | 5 | -5/+4 |
| 2015-07-20 | clk: socfpga: Remove clk.h and clkdev.h includes | Stephen Boyd | 7 | -7/+6 |
| 2015-06-09 | clk: socfpga: remove a stray tab | Dan Carpenter | 1 | -1/+1 |
| 2015-06-05 | clk: socfpga: make use of of_clk_parent_fill helper function | Dinh Nguyen | 2 | -11/+2 |
| 2015-05-21 | clk: socfpga: add a clock driver for the Arria 10 platform | Dinh Nguyen | 6 | -1/+469 |
| 2015-05-21 | clk: socfpga: update clk.h so for Arria10 platform to use | Dinh Nguyen | 2 | -5/+5 |
| 2015-05-14 | clk: socfpga: Silence sparse warning | Stephen Boyd | 1 | -1/+1 |
| 2015-05-14 | clk: socfpga: Silence sparse warning | Stephen Boyd | 1 | -1/+1 |
| 2014-05-12 | Merge tag 'socfpga-clk-update-for-v3.16' of git://git.rocketboards.org/linux-... | Mike Turquette | 3 | -4/+23 |
| 2014-05-12 | clk: socfpga: add divider registers to the main pll outputs | Dinh Nguyen | 3 | -4/+23 |
| 2014-04-30 | clk: socfpga: fix clock driver for 3.15 | Dinh Nguyen | 2 | -20/+10 |
| 2014-03-18 | clk: socfpga: Fix section mismatch warning | Dinh Nguyen | 1 | -1/+1 |
| 2014-02-26 | clk: socfpga: Support multiple parents for the pll clocks | Dinh Nguyen | 1 | -4/+22 |
| 2014-02-26 | clk: socfpga: Fix integer overflow in clock calculation | Dinh Nguyen | 1 | -3/+5 |
| 2014-02-18 | clk: socfpga: Add a clk-phase property to the "altr,socfpga-gate-clk" | Dinh Nguyen | 1 | -0/+68 |
| 2014-02-18 | clk: socfpga: split clk code | Steffen Trumtrar | 6 | -306/+462 |
| 2014-02-18 | clk: socfpga: fix define typo | Steffen Trumtrar | 1 | -3/+3 |
| 2014-02-18 | clk: socfpga: remove unused field | Steffen Trumtrar | 1 | -1/+0 |
| 2014-02-18 | clk: socfpga: Remove socfpga_init_clocks | Dinh Nguyen | 1 | -10/+0 |
| 2014-02-18 | clk: socfpga: Look for the GPIO_DB_CLK by its offset | Dinh Nguyen | 1 | -2/+3 |
| 2014-02-18 | clk: socfpga: Map the clk manager base address in the clock driver | Dinh Nguyen | 1 | -4/+16 |
| 2013-12-19 | clk: socfpga: Use NULL instead of 0 | Sachin Kamat | 1 | -1/+1 |
| 2013-11-27 | clk: socfpga: Remove check for "reg" property in socfpga_clk_init | Dinh Nguyen | 1 | -3/+1 |
| 2013-10-07 | clk: socfpga: Fix incorrect sdmmc clock name | Dinh Nguyen | 1 | -1/+1 |
| 2013-06-11 | ARM: socfpga: Add support to gate peripheral clocks | Dinh Nguyen | 1 | -9/+185 |
| 2013-04-14 | ARM: socfpga: Upgrade clk driver for socfpga to make use of dts clock entries | Dinh Nguyen | 1 | -21/+142 |
| 2012-07-19 | ARM: socfpga: initial support for Altera's SOCFPGA platform | Dinh Nguyen | 2 | -0/+52 |