summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2021-12-07clk: Don't parent clks until the parent is fully registeredMike Tipton
2021-12-07clk: versatile: clk-icst: use after free on error pathDan Carpenter
2021-12-06clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1Martin Botka
2021-12-02clk: imx: use module_platform_driverMiles Chen
2021-12-02clk: qcom: clk-alpha-pll: Don't reconfigure running TrionBjorn Andersson
2021-12-02clk: qcom: regmap-mux: fix parent clock lookupDmitry Baryshkov
2021-11-14Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-11-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2021-11-11clk: versatile: clk-icst: Ensure clock names are uniqueRob Herring
2021-11-11dt-bindings: Rename Ingenic CGU headers to ingenic,*.hPaul Cercueil
2021-11-08Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2021-11-05clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clkDmitry Baryshkov
2021-11-05clk: imx8m: Do not set IMX_COMPOSITE_CORE for non-regular compositesAlexander Stein
2021-11-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2021-11-03clk/ast2600: Fix soc revision for AHBJoel Stanley
2021-11-03clk: composite: Fix 'switching' to same clockAlexander Stein
2021-11-02clk: rockchip: drop module parts from rk3399 and rk3568 driversHeiko Stuebner
2021-11-02Revert "clk: rockchip: use module_platform_driver_probe"Heiko Stuebner
2021-11-02clk:mediatek: remove duplicate include in clk-mt8195-imp_iic_wrap.cRan Jianping
2021-11-02clk: uniphier: Add SoC-glue clock source selector support for Pro4Kunihiko Hayashi
2021-11-02clk: uniphier: Add NX1 clock supportKunihiko Hayashi
2021-11-02clk: uniphier: Add audio system and video input clock control for PXs3Kunihiko Hayashi
2021-11-02clk: si5351: Update datasheet referencesJens Renner
2021-11-02clk: vc5: Use i2c .probe_newLuca Ceresoli
2021-11-02clk/actions/owl-factor.c: remove superfluous headersMianhan Liu
2021-11-02clk: ingenic: Fix bugs with divided dividersPaul Cercueil
2021-11-02Merge branches 'clk-composite-determine-fix', 'clk-allwinner', 'clk-amlogic' ...Stephen Boyd
2021-11-02Merge branches 'clk-imx', 'clk-ux500' and 'clk-debugfs' into clk-nextStephen Boyd
2021-11-02Merge branches 'clk-leak', 'clk-rockchip', 'clk-renesas' and 'clk-at91' into ...Stephen Boyd
2021-11-02Merge branches 'clk-qcom', 'clk-mtk', 'clk-versatile' and 'clk-doc' into clk-...Stephen Boyd
2021-10-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-26clk: use clk_core_get_rate_recalc() in clk_rate_get()Claudiu Beznea
2021-10-26clk: at91: sama7g5: set low limit for mck0 at 32KHzClaudiu Beznea
2021-10-26clk: at91: sama7g5: remove prescaler part of master clockClaudiu Beznea
2021-10-26clk: at91: clk-master: add notifier for dividerClaudiu Beznea
2021-10-26clk: at91: clk-sam9x60-pll: add notifier for div part of PLLClaudiu Beznea
2021-10-26clk: at91: clk-master: fix prescaler logicClaudiu Beznea
2021-10-26clk: at91: clk-master: mask mckr against layout->maskClaudiu Beznea
2021-10-26clk: at91: clk-master: check if div or pres is zeroClaudiu Beznea
2021-10-26clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULLClaudiu Beznea
2021-10-26clk: at91: pmc: add sama7g5 to the list of available pmcsClaudiu Beznea
2021-10-26clk: at91: clk-master: improve readability by using local variablesClaudiu Beznea
2021-10-26clk: at91: clk-master: add register definition for sama7g5's master clockClaudiu Beznea
2021-10-26clk: at91: sama7g5: add securam's peripheral clockClaudiu Beznea
2021-10-26clk: at91: pmc: execute suspend/resume only for backup modeClaudiu Beznea
2021-10-26clk: at91: re-factor clocks suspend/resumeClaudiu Beznea
2021-10-26clk: ux500: Add driver for the reset portions of PRCCLinus Walleij
2021-10-20clk: ti: am43xx: Add clkctrl data for am43xx ADC1Miquel Raynal
2021-10-18clk: composite: Use rate_ops.determine_rate when also a mux is availableMartin Blumenstingl
2021-10-18clk: composite: Also consider .determine_rate for rate + mux compositesMartin Blumenstingl