summaryrefslogtreecommitdiffstats
path: root/drivers/clk/starfive
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-07-26clk: Fix typosBjorn Helgaas-1/+1
2025-01-14clk: starfive: Make _clk_get become a common helper functionChanghuang Liang-73/+27
2024-10-30clk: starfive: jh7110-pll: Mark the probe function as __initChanghuang Liang-1/+1
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-3/+3
2024-09-21clk: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-08-29clk: starfive: jh7110-sys: Add notifier for PLL0 clockXingyu Wu-1/+32
2024-08-28clk: starfive: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageYuntao Liu-1/+1
2024-03-08clk: starfive: jh7110-vout: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-03-08clk: starfive: jh7110-isp: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-01-03clk: starfive: jh7100: Add CLK_SET_RATE_PARENT to gmac_txEmil Renner Berthing-1/+1
2024-01-03clk: starfive: Add flags argument to JH71X0__MUX macroEmil Renner Berthing-36/+36
2023-08-30Merge branches 'clk-bindings', 'clk-starfive', 'clk-rm', 'clk-renesas' and 'c...Stephen Boyd-31/+1240
2023-07-19clk: Explicitly include correct DT includesRob Herring-1/+0
2023-07-19clk: starfive: Simplify .determine_rate()Christophe JAILLET-8/+2
2023-07-19clk: starfive: Add StarFive JH7110 Video-Output clock driverXingyu Wu-0/+248
2023-07-19clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driverXingyu Wu-0/+247
2023-07-19clk: starfive: Add StarFive JH7110 System-Top-Group clock driverEmil Renner Berthing-0/+182
2023-07-19clk: starfive: jh7110-sys: Add PLL clocks source from DTSXingyu Wu-22/+45
2023-07-19clk: starfive: Add StarFive JH7110 PLL clock driverXingyu Wu-0/+516
2023-05-02clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified caseHal Feng-4/+1
2023-04-17clk: starfive: Delete the redundant dev_set_drvdata() in JH7110 clock driversHal Feng-4/+0
2023-04-13clk: starfive: Avoid casting iomem pointersStephen Boyd-3/+12
2023-04-05clk: starfive: Add StarFive JH7110 always-on clock driverEmil Renner Berthing-0/+168
2023-04-05clk: starfive: Add StarFive JH7110 system clock driverEmil Renner Berthing-0/+514
2023-04-05clk: starfive: Rename "jh7100" to "jh71x0" for the common codeEmil Renner Berthing-406/+418
2023-04-05clk: starfive: Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.hEmil Renner Berthing-3/+3
2023-04-05clk: starfive: Factor out common JH7100 and JH7110 codeEmil Renner Berthing-326/+342
2023-04-05clk: starfive: Replace SOC_STARFIVE with ARCH_STARFIVEHal Feng-3/+3
2022-03-10clk: starfive: Add JH7100 audio clock driverEmil Renner Berthing-0/+179
2022-03-10clk: starfive: jh7100: Support more clock typesEmil Renner Berthing-0/+41
2022-03-10clk: starfive: jh7100: Make hw clock implementation reusableEmil Renner Berthing-89/+104
2022-03-10clk: starfive: jh7100: Handle audio_div clock properlyEmil Renner Berthing-1/+67
2022-03-10clk: starfive: jh7100: Don't round divisor up twiceEmil Renner Berthing-11/+3
2021-12-16clk: starfive: Add JH7100 clock generator driverGeert Uytterhoeven-0/+701