summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2022-06-13Update Kconfigchanghuang.liang1-1/+1
2022-06-13drivers/clk: add isp clk support!changhuang.liang3-0/+177
2022-06-13riscv: dts: starfive: Support AC108 daughter boardWalkerChenL2-1/+2
2022-06-13modify SOC_STARFIVE macro to SOC_STARFIVE_VIC7100 in audio clkxingyu.wu1-1/+1
2022-06-13clk: starfive: Add JH7100 audio clock driverEmil Renner Berthing2-0/+8
2022-06-13clk: starfive: jh7100: Handle audio_div clock properlyEmil Renner Berthing1-1/+53
2022-04-26add timer device and modify timer clk configjianlong.huang1-7/+7
2022-04-21modify interface different from kernel5.15jianlong.huang1-3/+3
2022-04-21modify SOC_STARFIVE macro to SOC_STARFIVE_VIC7100jianlong.huang2-3/+3
2022-04-21modify clock tree and support i2s audioWalker Chen3-1/+222
2022-04-21clk: starfive: jh7100: Keep more clocks aliveEmil Renner Berthing1-24/+24
2022-04-21clk: starfive: jh7100: Support more clock typesEmil Renner Berthing2-0/+41
2022-04-21clk: starfive: jh7100: Make hw clock implementation reusableEmil Renner Berthing2-75/+110
2022-04-21clk: starfive: jh7100: Don't round divisor up twiceEmil Renner Berthing1-11/+3
2022-04-21clk: starfive: Add JH7100 clock generator driverGeert Uytterhoeven4-827/+567
2021-09-01clock tree: add clock tree for isp.michael.yan1-11/+60
2021-08-25[watchdog] Upgrading clkTree support in the watchdog driverSamin Guo1-0/+3
2021-08-25[clktree] Change file format from DOS to Unix to reduce compile warningsSamin Guo3-897/+897
2021-08-20clock tree:support sdio in clock tree.michael.yan1-3/+9
2021-08-10clock tree: enable clock tree driver, add clock tree in audio driver, add clo...michael.yan5-0/+905
2021-02-16Stable updateFedora Kernel Team17-25/+61
2020-12-08clk: renesas: r9a06g032: Drop __packed for portabilityGeert Uytterhoeven1-1/+1
2020-12-08clk: imx: scu: fix MXC_CLK_SCU module build breakDong Aisheng1-2/+2
2020-11-05clk: imx8m: fix bus critical clk registrationPeng Fan5-17/+22
2020-10-29clk: define to_clk_regmap() as inline functionArnd Bergmann2-2/+9
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds8-218/+13
2020-10-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds129-806/+6817
2020-10-20Merge branches 'clk-ingenic', 'clk-at91', 'clk-kconfig', 'clk-imx', 'clk-qcom...Stephen Boyd54-437/+2555
2020-10-20Merge branches 'clk-semicolon', 'clk-axi-clkgen', 'clk-qoriq', 'clk-baikal', ...Stephen Boyd9-68/+155
2020-10-20Merge branches 'clk-simplify', 'clk-ti', 'clk-tegra', 'clk-rockchip' and 'clk...Stephen Boyd26-104/+1776
2020-10-20Merge branches 'clk-renesas', 'clk-amlogic', 'clk-allwinner', 'clk-samsung', ...Stephen Boyd27-134/+1942
2020-10-20clk: imx8mq: Fix usdhc parents orderAbel Vesa1-2/+2
2020-10-20clk: qcom: gdsc: Keep RETAIN_FF bit set if gdsc is already onStephen Boyd1-0/+8
2020-10-14clk: Restrict CLK_HSDK to ARC_SOC_HSDKGeert Uytterhoeven1-1/+1
2020-10-14clk: at91: sam9x60: support only two programmable clocksClaudiu Beznea1-1/+1
2020-10-14clk: ingenic: Respect CLK_SET_RATE_PARENT in .round_ratePaul Cercueil1-0/+2
2020-10-14clk: ingenic: Don't tag custom clocks with CLK_SET_RATE_PARENTPaul Cercueil1-7/+7
2020-10-14clk: ingenic: Don't use CLK_SET_RATE_GATE for PLLPaul Cercueil1-2/+7
2020-10-14clk: ingenic: Use readl_poll_timeout instead of custom loopPaul Cercueil1-26/+29
2020-10-14clk: ingenic: Use to_clk_info() macro for all clocksPaul Cercueil1-39/+15
2020-10-14clk: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost1-1/+3
2020-10-14clk: at91: clk-sam9x60-pll: remove unused variableClaudiu Beznea1-2/+1
2020-10-14clk: at91: clk-main: update key before writing AT91_CKGR_MORClaudiu Beznea1-3/+8
2020-10-14clk: at91: remove the checking of parent_nameClaudiu Beznea1-2/+2
2020-10-14clk: clk-prima2: fix return value check in prima2_clk_init()Xu Wang1-1/+1
2020-10-14clk: mmp2: Fix the display clock divider baseLubomir Rintel1-2/+2
2020-10-14clk: pxa: Constify static struct clk_opsRikard Falkeborn1-4/+4
2020-10-14clk: baikal-t1: Mark Ethernet PLL as criticalSerge Semin1-6/+8
2020-10-14clk: qoriq: modify MAX_PLL_DIV to 32Zhao Qiang1-1/+1