aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27clk: qcom: Update the force mem core bit for GPU clocksTaniya Das2-0/+2
2022-10-27clk: Initialize max_rate in struct clk_rate_requestMaxime Ripard1-0/+1
2022-10-27clk: Initialize the clk_rate_request even if clk_core is NULLMaxime Ripard1-1/+4
2022-10-27clk: Remove WARN_ON NULL parent in clk_core_init_rate_req()Maxime Ripard1-1/+1
2022-10-26Merge tag 'renesas-clk-fixes-for-v6.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-fixesStephen Boyd1-4/+9
2022-10-26clk: renesas: r8a779g0: Fix HSCIF parent clocksGeert Uytterhoeven1-4/+4
2022-10-18clk: renesas: r8a779g0: Add SASYNCPER clocksGeert Uytterhoeven1-0/+5
2022-10-17clk: mediatek: clk-mt8195-topckgen: Fix error return code in clk_mt8195_topck_probe()Yang Yingliang1-1/+3
2022-10-17clk: sifive: select by default if SOC_SIFIVEConor Dooley1-1/+3
2022-10-17clk: rs9: Fix I2C accessorsMarek Vasut1-3/+62
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds15-124/+1810
2022-10-14Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-0/+2
2022-10-14Merge branch 'clk-rate-range' into clk-nextStephen Boyd9-113/+1805
2022-10-14clk: tegra: Fix Tegra PWM parent clockJon Hunter5-0/+5
2022-10-14clk: qcom: gcc-msm8660: Drop hardcoded fixed board clocksLinus Walleij1-11/+0
2022-10-14clk: mediatek: clk-mux: Add .determine_rate() callbackAngeloGioacchino Del Regno1-0/+10
2022-10-10clk: tests: Add tests for notifiersMaxime Ripard1-0/+156
2022-10-10clk: Update req_rate on __clk_recalc_rates()Maxime Ripard1-28/+11
2022-10-10clk: spear: Move prototype to accessible headerViresh Kumar2-0/+2
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds214-3761/+24667
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds7-18/+7
2022-10-04Merge branches 'clk-baikal', 'clk-broadcom', 'clk-vc5' and 'clk-versaclock' into clk-nextStephen Boyd15-224/+2101
2022-10-04Merge branches 'clk-fixed-rate', 'clk-spreadtrum', 'clk-pxa' and 'clk-ti' into clk-nextStephen Boyd9-55/+2331
2022-10-04Merge branches 'clk-rockchip', 'clk-renesas', 'clk-microchip', 'clk-allwinner' and 'clk-imx' into clk-nextStephen Boyd25-255/+2163
2022-10-04Merge branches 'clk-samsung', 'clk-mtk', 'clk-rm', 'clk-ast' and 'clk-qcom' into clk-nextStephen Boyd130-3038/+17220
2022-10-04Merge branches 'clk-ofnode', 'clk-bindings', 'clk-cleanup', 'clk-zynq' and 'clk-xilinx' into clk-nextStephen Boyd38-190/+862
2022-10-04clk: qcom: gcc-sm6375: Ensure unsigned long typeStephen Boyd1-1/+1
2022-10-04clk: qcom: gcc-sm6375: Remove unused variablesKonrad Dybcio1-12/+0
2022-10-03clk: qcom: kpss-xcc: convert to parent data APIChristian Marangi1-17/+9
2022-10-03clk: allow building lan966x as a moduleClément Léger2-2/+2
2022-10-03clk: clk-xgene: simplify if-if to if-elseYihao Han1-2/+2
2022-10-03clk: ast2600: BCLK comes from EPLLJoel Stanley1-1/+1
2022-10-03clk: clocking-wizard: Depend on HAS_IOMEMStephen Boyd1-0/+1
2022-10-03clk: clocking-wizard: Use dev_err_probe() helperYang Yingliang1-10/+6
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+9
2022-10-03clk: nxp: fix typo in commentJulia Lawall1-1/+1
2022-10-03clk: pxa: add a check for the return value of kzalloc()Xiaoke Wang1-0/+2
2022-10-03clk: vc5: Add support for IDT/Renesas VersaClock 5P49V6975Matthias Fend1-0/+11
2022-09-30clk: mvebu: armada-37xx-tbg: Remove the unneeded result variableye xingchen1-4/+2
2022-09-30clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probeMiaoqian Lin1-3/+6
2022-09-30clk: Renesas versaclock7 ccf device driverAlex Helms3-0/+1321
2022-09-30clk: ti: Balance of_node_get() calls for of_find_node_by_name()Liang He1-2/+3
2022-09-30clk: imx: scu: fix memleak on platform_device_add() failsLin Yujun1-1/+5
2022-09-30clk: vc5: Use regmap_{set,clear}_bits() where appropriateLars-Peter Clausen1-20/+15
2022-09-30clk: vc5: Check IO access resultsLars-Peter Clausen1-50/+91
2022-09-30clk: mediatek: add driver for MT8365 SoCFabien Parent9-0/+1614
2022-09-30clk: mediatek: Export required common code symbolsMarkus Schneider-Pargmann1-0/+2
2022-09-30clk: mediatek: Provide mtk_devm_alloc_clk_dataMarkus Schneider-Pargmann2-5/+30
2022-09-30clkdev: Simplify devm_clk_hw_register_clkdev() functionAndy Shevchenko1-14/+10
2022-09-30clkdev: Remove never used devm_clk_release_clkdev()Andy Shevchenko1-34/+0