summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: bcm2835: Round UART input clock upIvan T. Ivanov2022-10-211-2/+33
* clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rateQuanyang Wang2022-10-211-16/+15
* clk: zynqmp: Fix stack-out-of-bounds in strncpy`Ian Nam2022-10-211-0/+7
* clk: ast2600: BCLK comes from EPLLJoel Stanley2022-10-211-1/+1
* clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probeMiaoqian Lin2022-10-211-3/+6
* clk: ti: Balance of_node_get() calls for of_find_node_by_name()Liang He2022-10-211-2/+3
* clk: imx: scu: fix memleak on platform_device_add() failsLin Yujun2022-10-211-1/+5
* clk: imx8mp: tune the order of enet_qos_root_clkPeng Fan2022-10-211-1/+1
* clk: bcm2835: fix bcm2835_clock_rate_from_divisor declarationStefan Wahren2022-10-211-3/+3
* clk: bcm2835: Make peripheral PLLC criticalMaxime Ripard2022-10-211-1/+1
* clk: baikal-t1: Add SATA internal ref clock bufferSerge Semin2022-10-213-1/+85
* clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parentSerge Semin2022-10-213-3/+12
* clk: baikal-t1: Fix invalid xGMAC PTP clock dividerSerge Semin2022-10-211-1/+1
* clk: vc5: Fix 5P49V6901 outputs disabling when enabling FODSerge Semin2022-10-211-1/+1
* clk: mediatek: Migrate remaining clk_unregister_*() to clk_hw_unregister_*()Chen-Yu Tsai2022-10-211-5/+5
* clk: mediatek: fix unregister function in mtk_clk_register_dividers cleanupChen-Yu Tsai2022-10-211-1/+1
* clk: mediatek: clk-mt8195-mfg: Reparent mfg_bg3d and propagate rate changesAngeloGioacchino Del Regno2022-10-211-2/+4
* clk: mediatek: mt8183: mfgcfg: Propagate rate changes to parentChen-Yu Tsai2022-10-211-3/+3
* clk: qcom: gcc-sm6115: Override default Alpha PLL regsAdam Skladowski2022-10-211-16/+30
* clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as criticalRobert Marko2022-10-211-1/+1
* clk: qcom: sm6115: Select QCOM_GDSCDang Huynh2022-10-211-0/+1
* clk: mediatek: mt8195-infra_ao: Set pwrmcu clocks as criticalAngeloGioacchino Del Regno2022-10-211-3/+10
* clk: mediatek: clk-mt8195-vdo1: Reparent and set rate on vdo1_dpintf's parentAngeloGioacchino Del Regno2022-10-211-1/+5
* clk: mediatek: clk-mt8195-vdo0: Set rate on vdo0_dp_intf0_dp_intf's parentAngeloGioacchino Del Regno2022-10-211-1/+6
* clk: qcom: gcc-sdm660: Use floor ops for SDCC1 clockMarijn Suijten2022-10-211-1/+1
* clk: samsung: exynosautov9: correct register offsets of peric0/c1Chanho Park2022-10-211-10/+10
* clk: tegra20: Fix refcount leak in tegra20_clock_initMiaoqian Lin2022-10-211-0/+1
* clk: tegra: Fix refcount leak in tegra114_clock_initMiaoqian Lin2022-10-211-0/+1
* clk: tegra: Fix refcount leak in tegra210_clock_initMiaoqian Lin2022-10-211-0/+1
* clk: sprd: Hold reference returned by of_get_parent()Liang He2022-10-211-4/+5
* clk: berlin: Add of_node_put() for of_get_parent()Liang He2022-10-212-2/+9
* clk: qoriq: Hold reference returned by of_get_parent()Liang He2022-10-211-2/+8
* clk: oxnas: Hold reference returned by of_get_parent()Liang He2022-10-211-2/+4
* clk: st: Hold reference returned by of_get_parent()Liang He2022-10-212-2/+8
* clk: meson: Hold reference returned by of_get_parent()Liang He2022-10-213-3/+12
* clk: imx93: drop of_match_ptrPeng Fan2022-09-281-1/+1
* clk: iproc: Do not rely on node name for correct PLL setupFlorian Fainelli2022-09-281-4/+8
* clk: sunxi-ng: h6: Fix default PLL GPU rateJernej Skrabec2022-09-281-2/+6
* clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocksHan Xu2022-09-281-2/+2
* Merge tag 'clk-microchip-fixes-6.0' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd2022-09-281-2/+9
|\
| * clk: microchip: mpfs: make the rtc's ahb clock criticalConor Dooley2022-09-141-1/+3
| * clk: microchip: mpfs: fix clk_cfg array bounds violationConor Dooley2022-09-141-1/+6
* | clk: ingenic-tcu: Properly enable registers before accessing timersAidan MacDonald2022-08-311-10/+5
* | Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops"Stephen Boyd2022-08-311-28/+0
* | clk: bcm: rpi: Show clock id limit in error caseStefan Wahren2022-08-231-1/+2
* | clk: bcm: rpi: Add missing newlineStefan Wahren2022-08-231-3/+3
* | clk: bcm: rpi: Prevent out-of-bounds accessStefan Wahren2022-08-231-1/+6
* | clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rateStefan Wahren2022-08-221-1/+1
* | clk: core: Fix runtime PM sequence in clk_core_unprepare()Chen-Yu Tsai2022-08-221-2/+1
* | clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate opsChen-Yu Tsai2022-08-221-0/+28