aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04clk: imx7d: Remove audio_mclk_root_clkAbel Vesa1-1/+0
2022-02-28Merge 5.17-rc6 into staging-nextGreg Kroah-Hartman2-99/+10
2022-02-25clk: Mark clk_core_evict_parent_cache_subtree() 'target' constStephen Boyd1-1/+1
2022-02-25clk: Mark 'all_lists' as constStephen Boyd1-2/+2
2022-02-25clk: pistachio: Declare mux table as const u32[]Jonathan Neuschäfer1-1/+1
2022-02-25clk: qcom: Declare mux table as const u32[]Jonathan Neuschäfer1-1/+1
2022-02-25clk: mmp: Declare mux tables as const u32[]Jonathan Neuschäfer1-2/+2
2022-02-25clk: hisilicon: Remove unnecessary cast of mux table to u32 *Jonathan Neuschäfer1-1/+1
2022-02-25clk: mux: Declare u32 *table parameter as constJonathan Neuschäfer1-5/+5
2022-02-25clk: nxp: Declare mux table parameter as const u32 *Jonathan Neuschäfer1-1/+1
2022-02-25clk: nxp: Remove unused variableJonathan Neuschäfer1-2/+1
2022-02-25Merge tag 'samsung-clk-fsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/driversArnd Bergmann5-0/+1815
2022-02-24clk: qcom: rpmhcc: add sc8280xp support to the RPMh clock controllerBjorn Andersson1-0/+18
2022-02-24clk: lan966x: Fix linking errorHoratiu Vultur1-0/+2
2022-02-24clk: qcom: dispcc: Update the transition delay for MDSS GDSCTaniya Das3-3/+12
2022-02-24clk: qcom: gdsc: Add support to update GDSC transition delayTaniya Das2-6/+28
2022-02-24clk: qcom: ipq8074: Use floor ops for SDCC1 clockDirk Buchwalder1-1/+1
2022-02-24clk: rockchip: re-add rational best approximation algorithm to the fractional dividerQuentin Schulz1-0/+3
2022-02-23clk/rockchip: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-4/+2
2022-02-23remove the h8300 architectureChristoph Hellwig4-206/+0
2022-02-22clk: renesas: r8a779f0: Add PFC clockGeert Uytterhoeven1-0/+1
2022-02-22clk: renesas: r8a779f0: Add I2C clocksGeert Uytterhoeven1-0/+6
2022-02-22clk: renesas: r8a779f0: Add WDT clockGeert Uytterhoeven1-0/+9
2022-02-22clk: renesas: r8a779f0: Fix RSW2 clock dividerGeert Uytterhoeven1-1/+1
2022-02-21clk: imx8mp: Add missing IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clockLaurent Pinchart1-0/+1
2022-02-21clk: scmi: Support atomic clock enable/disable APICristian Marussi1-11/+60
2022-02-17clk: jz4725b: fix mmc0 clock gatingSiarhei Volkau1-2/+1
2022-02-17clk: qcom: gcc-msm8994: Remove NoC clocksKonrad Dybcio1-97/+9
2022-02-17clk: mvebu: use time_is_before_eq_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-17clk: mediatek: Warn if clk IDs are duplicatedChen-Yu Tsai5-6/+34
2022-02-17clk: mediatek: mt8195: Implement remove functionsChen-Yu Tsai5-0/+83
2022-02-17clk: mediatek: mt8195: Implement error handling in probe functionsChen-Yu Tsai5-18/+61
2022-02-17clk: mediatek: mt8195: Hook up mtk_clk_simple_remove()Chen-Yu Tsai14-0/+14
2022-02-17clk: mediatek: Unregister clks in mtk_clk_simple_probe() error pathChen-Yu Tsai1-1/+3
2022-02-17clk: mediatek: mtk: Implement error handling in register APIsChen-Yu Tsai2-35/+103
2022-02-17clk: mediatek: pll: Implement error handling in register APIChen-Yu Tsai2-7/+22
2022-02-17clk: mediatek: mux: Implement error handling in register APIChen-Yu Tsai1-1/+14
2022-02-17clk: mediatek: mux: Reverse check for existing clk to reduce nesting levelChen-Yu Tsai1-7/+8
2022-02-17clk: mediatek: gate: Implement error handling in register APIChen-Yu Tsai1-1/+14
2022-02-17clk: mediatek: cpumux: Implement error handling in register APIChen-Yu Tsai1-1/+14
2022-02-17clk: mediatek: mtk: Clean up included headersChen-Yu Tsai2-13/+12
2022-02-17clk: mediatek: Add mtk_clk_simple_remove()Chen-Yu Tsai2-0/+16
2022-02-17clk: mediatek: Implement mtk_clk_unregister_composites() APIChen-Yu Tsai2-0/+48
2022-02-17clk: mediatek: Implement mtk_clk_unregister_divider_clks() APIChen-Yu Tsai2-3/+24
2022-02-17clk: mediatek: Implement mtk_clk_unregister_factors() APIChen-Yu Tsai2-2/+24
2022-02-17clk: mediatek: Implement mtk_clk_unregister_fixed_clks() APIChen-Yu Tsai2-2/+24
2022-02-17clk: mediatek: pll: Clean up included headersChen-Yu Tsai1-5/+7
2022-02-17clk: mediatek: pll: Implement unregister APIChen-Yu Tsai2-0/+57
2022-02-17clk: mediatek: pll: Split definitions into separate header fileChen-Yu Tsai19-57/+91
2022-02-17clk: mediatek: mux: Clean up included headersChen-Yu Tsai2-5/+14