summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2020-07-24clk: at91: sama7g5: add clock support for sama7g5Claudiu Beznea
2020-07-24clk: at91: clk-utmi: add utmi support for sama7g5Claudiu Beznea
2020-07-24clk: at91: clk-sam9x60-pll: re-factor to support plls with multiple outputsClaudiu Beznea
2020-07-24clk: at91: clk-programmable: add mux_table optionClaudiu Beznea
2020-07-24clk: at91: clk-peripheral: add support for changeable parent rateClaudiu Beznea
2020-07-24clk: at91: clk-master: add master clock support for SAMA7G5Claudiu Beznea
2020-07-24clk: at91: clk-generated: add mux_table optionClaudiu Beznea
2020-07-24clk: at91: clk-generated: pass the id of changeable parent at registrationClaudiu Beznea
2020-07-24clk: at91: replace conditional operator with double logical notClaudiu Beznea
2020-07-24clk: at91: sckc: register slow_rc with accuracy optionClaudiu Beznea
2020-07-24clk: at91: sam9x60: fix main rc oscillator frequencyClaudiu Beznea
2020-07-24clk: at91: sam9x60-pll: use frac when setting frequencyClaudiu Beznea
2020-07-24clk: at91: sam9x60-pll: check fcore against rangesClaudiu Beznea
2020-07-24clk: at91: sam9x60-pll: use logical or for range checkClaudiu Beznea
2020-07-24clk: at91: clk-sam9x60-pll: fix mul maskClaudiu Beznea
2020-07-24clk: at91: clk-generated: check best_rate against rangesClaudiu Beznea
2020-07-24clk: at91: clk-generated: continue if __clk_determine_rate() returns errorClaudiu Beznea
2020-07-24clk: at91: fix possible dead lock in new driversAhmad Fatoum
2020-07-24clk: Add support for enabling/disabling clocks from debugfsMike Tipton
2020-07-24clk: intel: Avoid unnecessary memset by improving codeRahul Tanwar
2020-07-24clk: intel: Improve locking in the driverRahul Tanwar
2020-07-24clk: intel: Use devm_clk_hw_register() instead of clk_hw_register()Rahul Tanwar
2020-07-24clk: iproc: round clock rate to the closestLori Hikichi
2020-07-24clk: qcom: Add graphics clock controller driver for SM8250Jonathan Marek
2020-07-24clk: qcom: Add graphics clock controller driver for SM8150Jonathan Marek
2020-07-24clk: qcom: add common gdsc_gx_do_nothing_enable for gpucc driversJonathan Marek
2020-07-24clk: qcom: gcc: remove unnecessary vco_table from SM8150Jonathan Marek
2020-07-24clk: qcom: clk-alpha-pll: use the right PCAL_DONE value for lucid pllJonathan Marek
2020-07-24clk: qcom: clk-alpha-pll: same regs and ops for trion and lucidJonathan Marek
2020-07-24clk: qcom: clk-alpha-pll: remove unused/incorrect PLL_CAL_VALJonathan Marek
2020-07-24clk: qcom: gcc: fix sm8150 GPU and NPU clocksJonathan Marek
2020-07-23clk: vc5: use a dedicated struct to describe the output driversLuca Ceresoli
2020-07-22clk: vc5: Add memory check to prevent oopsAdam Ford
2020-07-22clk: vc5: fix use of memory after it has been kfree'dColin Ian King
2020-07-22clk: rockchip: add sclk_mac_lbtest to rk3188_critical_clocksAlex Bee
2020-07-21clk: actions: Add Actions S500 SoC Reset Management Unit supportCristian Ciocaltea
2020-07-21clk: actions: Add APB, DMAC, GPIO clock support for Actions S500 SoCCristian Ciocaltea
2020-07-21clk: actions: Fix h_clk for Actions S500 SoCCristian Ciocaltea
2020-07-21Merge branch 'clk-imx' into clk-nextStephen Boyd
2020-07-21Merge branch 'clk-amlogic' into clk-nextStephen Boyd
2020-07-21Merge branch 'clk-renesas' into clk-nextStephen Boyd
2020-07-21Merge branch 'clk-qcom' into clk-nextStephen Boyd
2020-07-21clk: qcom: gcc: Make disp gpll0 branch aon for sc7180/sdm845Taniya Das
2020-07-21ipq806x: gcc: add support for child probeAnsuel Smith
2020-07-20clk: qcom: msm8996: Make symbol 'cpu_msm8996_clks' staticWei Yongjun
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-16clk: spear: Remove uninitialized_var() usageKees Cook
2020-07-16clk: st: Remove uninitialized_var() usageKees Cook
2020-07-15Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-13clk: scmi: Fix min and max rate when registering clocks with discrete ratesSudeep Holla