aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-13clk: rockchip: rename branch_muxgrf to branch_grf_muxHeiko Stuebner1-2/+2
2025-05-10clk: rockchip: Pass NULL as reg pointer when registering GRF MMC clocksYao Zi1-1/+1
2025-05-08clk: rockchip: Support MMC clocks in GRF regionYao Zi1-2/+14
2025-05-05clk: rockchip: introduce GRF gatesNicolas Frattaroli1-1/+8
2025-05-05clk: rockchip: introduce auxiliary GRFsNicolas Frattaroli1-1/+16
2025-01-09clk: rockchip: implement linked gate clock supportSebastian Reichel1-0/+52
2025-01-09clk: rockchip: expose rockchip_clk_set_lookupSebastian Reichel1-10/+4
2025-01-09clk: rockchip: support clocks registered lateSebastian Reichel1-4/+32
2024-10-09clk: rockchip: fix finding of maximum clock IDYao Zi1-1/+1
2024-08-30clk: rockchip: fix error for unknown clocksSebastian Reichel1-1/+2
2024-02-27clk: rockchip: rk3588: fix CLK_NR_CLKS usageSebastian Reichel1-0/+17
2023-04-05clk: rockchip: Remove values for mmask and nmask in struct clk_fractional_dividerChristophe JAILLET1-2/+0
2022-12-12Merge branches 'clk-spear', 'clk-fract', 'clk-rockchip' and 'clk-imx' into clk-nextStephen Boyd1-8/+6
2022-11-22clk: Remove a useless includeChristophe JAILLET1-1/+0
2022-11-14clk: rockchip: simplify rockchip_clk_add_lookupSebastian Reichel1-8/+6
2022-09-13clk: rockchip: Add MUXTBL variantElaine Zhang1-6/+21
2022-02-24clk: rockchip: re-add rational best approximation algorithm to the fractional dividerQuentin Schulz1-0/+3
2021-08-12clk: fractional-divider: Export approximation algorithm to the CCF usersAndy Shevchenko1-14/+3
2021-01-26clk: rockchip: Demote non-conformant kernel-doc headers in main clock codeLee Jones1-2/+2
2020-11-29clk: rockchip: Remove redundant null check before clk_prepare_enableXu Wang1-2/+1
2020-09-22clk: rockchip: Export some clock common APIs for module driversElaine Zhang1-22/+30
2020-09-22clk: rockchip: Use clk_hw_register_composite instead of clk_register_composite callsElaine Zhang1-31/+30
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-04-12clk: rockchip: add a COMPOSITE_DIV_OFFSET clock-typeFinley Xiao1-3/+6
2018-07-06clk: rockchip: add support for half dividerElaine Zhang1-0/+10
2018-05-22clk: rockchip: use match_string() helperYisheng Xie1-11/+5
2018-03-02clk: rockchip: Free the memory on the error pathShawn Lin1-4/+18
2017-08-23clk: rockchip: Mark rockchip_fractional_approximation staticStephen Boyd1-1/+1
2017-08-08clk: rockchip: add special approximation to fix up fractional clk's jitterElaine Zhang1-0/+36
2017-01-06clk: rockchip: Remove useless init of "grf" to -EPROBE_DEFERDouglas Anderson1-1/+0
2017-01-02clk: rockchip: add a clock-type for muxes based in the grfHeiko Stuebner1-0/+7
2016-09-01clk: rockchip: add new clock-type for the ddrclkLin Huang1-0/+9
2016-08-08clk: rockchip: use general clock flag when registering pllHeiko Stübner1-1/+1
2016-05-09clk: rockchip: simplify GRF handling in pll clocksHeiko Stuebner1-5/+0
2016-05-09clk: rockchip: lookup General Register Files in rockchip_clk_initHeiko Stuebner1-3/+3
2016-04-20clk: rockchip: fix checkpatch warning in core codeHeiko Stuebner1-20/+24
2016-03-27clk: rockchip: remove redundant checking of device_nodeShawn Lin1-5/+3
2016-03-27clk: rockchip: Add support for multiple clock providersXing Zheng1-56/+92
2016-02-15Merge tag 'v4.6-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextMichael Turquette1-2/+62
2016-02-04clk: rockchip: add a factor clock typeHeiko Stuebner1-0/+55
2016-02-02clk: rockchip: free memory in error cases when registering clock branchesShawn Lin1-2/+7
2016-01-29clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner1-1/+3
2015-12-23Merge branch 'clk-rockchip' into clk-nextMichael Turquette1-14/+123
2015-12-23clk: rockchip: handle mux dependency of fractional dividersHeiko Stuebner1-14/+123
2015-12-21clk: rockchip: only enter pll slow-mode directly before reboots on rk3288Heiko Stuebner1-1/+6
2015-10-02clk: rockchip: save width in struct clk_fractional_dividerAndy Shevchenko1-2/+4
2015-07-06clk: rockchip: add support for phase invertersHeiko Stuebner1-0/+7
2015-06-04clk: make several parent names constUwe Kleine-König1-4/+4
2015-04-12clk: don't use __initconst for non-const arraysUwe Kleine-König1-1/+2