summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-03clk: vc5: Use i2c .probe_newLuca Ceresoli1-2/+2
2021-11-03clk/actions/owl-factor.c: remove superfluous headersMianhan Liu1-1/+0
2021-11-03clk: ingenic: Fix bugs with divided dividersPaul Cercueil1-3/+3
2021-11-02Merge branches 'clk-composite-determine-fix', 'clk-allwinner', 'clk-amlogic' ...Stephen Boyd49-259/+1800
2021-11-02Merge branches 'clk-imx', 'clk-ux500' and 'clk-debugfs' into clk-nextStephen Boyd24-426/+1696
2021-11-02Merge branches 'clk-leak', 'clk-rockchip', 'clk-renesas' and 'clk-at91' into ...Stephen Boyd37-412/+1543
2021-11-02Merge branches 'clk-qcom', 'clk-mtk', 'clk-versatile' and 'clk-doc' into clk-...Stephen Boyd52-52/+4436
2021-10-27clk: use clk_core_get_rate_recalc() in clk_rate_get()Claudiu Beznea1-1/+4
2021-10-27clk: at91: sama7g5: set low limit for mck0 at 32KHzClaudiu Beznea1-1/+1
2021-10-27clk: at91: sama7g5: remove prescaler part of master clockClaudiu Beznea1-10/+1
2021-10-27clk: at91: clk-master: add notifier for dividerClaudiu Beznea13-82/+186
2021-10-27clk: at91: clk-sam9x60-pll: add notifier for div part of PLLClaudiu Beznea4-29/+95
2021-10-27clk: at91: clk-master: fix prescaler logicClaudiu Beznea1-1/+1
2021-10-27clk: at91: clk-master: mask mckr against layout->maskClaudiu Beznea1-2/+5
2021-10-27clk: at91: clk-master: check if div or pres is zeroClaudiu Beznea1-2/+2
2021-10-27clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULLClaudiu Beznea1-2/+2
2021-10-27clk: at91: pmc: add sama7g5 to the list of available pmcsClaudiu Beznea1-2/+3
2021-10-27clk: at91: clk-master: improve readability by using local variablesClaudiu Beznea1-3/+3
2021-10-27clk: at91: clk-master: add register definition for sama7g5's master clockClaudiu Beznea1-27/+23
2021-10-27clk: at91: sama7g5: add securam's peripheral clockClaudiu Beznea1-0/+1
2021-10-27clk: at91: pmc: execute suspend/resume only for backup modeClaudiu Beznea1-0/+39
2021-10-27clk: at91: re-factor clocks suspend/resumeClaudiu Beznea12-181/+558
2021-10-27clk: ux500: Add driver for the reset portions of PRCCLinus Walleij6-13/+244
2021-10-27dt-bindings: clock: u8500: Rewrite in YAML and extendLinus Walleij3-64/+172
2021-10-26Merge tag 'clk-v5.16-samsung' of https://git.kernel.org/pub/scm/linux/kernel/...Stephen Boyd14-94/+1478
2021-10-26Merge tag 'clk-meson-v5.16-1' of https://github.com/BayLibre/clk-meson into c...Stephen Boyd3-56/+143
2021-10-26Merge tag 'sunxi-clk-for-5.16-1' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd31-85/+127
2021-10-18clk: composite: Use rate_ops.determine_rate when also a mux is availableMartin Blumenstingl1-20/+48
2021-10-18clk: composite: Also consider .determine_rate for rate + mux compositesMartin Blumenstingl1-5/+5
2021-10-18clk: samsung: describe drivers in KconfigKrzysztof Kozlowski1-10/+20
2021-10-16Merge tag 'renesas-clk-for-v5.16-tag2' of git://git.kernel.org/pub/scm/linux/...Stephen Boyd10-87/+318
2021-10-15clk: samsung: exynos5433: update apollo and atlas clock probingWill McVicker1-72/+48
2021-10-15clk: samsung: add support for CPU clocksWill McVicker3-0/+46
2021-10-15clk: samsung: Introduce Exynos850 clock driverSam Protsenko2-0/+836
2021-10-15dt-bindings: clock: Document Exynos850 CMU bindingsSam Protsenko1-0/+185
2021-10-15clk: renesas: r8a779[56]x: Add MLP clocksAndrey Gusakov3-0/+3
2021-10-15clk: versatile: hide clock drivers from non-ARM usersJean Delvare1-0/+1
2021-10-15clk: versatile: Rename ICST to CLK_ICSTJean Delvare6-6/+6
2021-10-15clk: qcom: gdsc: enable optional power domain supportDmitry Baryshkov2-3/+50
2021-10-15clk: qcom: videocc-sm8250: use runtime PM for the clock controllerDmitry Baryshkov1-2/+25
2021-10-15clk: qcom: dispcc-sm8250: use runtime PM for the clock controllerDmitry Baryshkov1-2/+25
2021-10-15dt-bindings: clock: qcom,videocc: add mmcx power domainDmitry Baryshkov1-0/+13
2021-10-15dt-bindings: clock: qcom,dispcc-sm8x50: add mmcx power domainDmitry Baryshkov1-0/+13
2021-10-14clk: qcom: gcc-sc7280: Drop unused arrayStephen Boyd1-6/+0
2021-10-14Merge tag 'clk-imx-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abe...Stephen Boyd14-348/+1276
2021-10-14clk: qcom: camcc: Add camera clock controller driver for SC7280Taniya Das3-0/+2494
2021-10-14dt-bindings: clock: Add YAML schemas for CAMCC clocks on SC7280Taniya Das2-0/+198
2021-10-14clk: qcom: Add lpass clock controller driver for SC7280Taniya Das3-0/+225
2021-10-14dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280Taniya Das2-0/+84
2021-10-14clk: qcom: Kconfig: Sort the symbol for SC_LPASS_CORECC_7180Taniya Das1-9/+9