summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom
Commit message (Expand)AuthorAgeFilesLines
* clk: qcom: gcc: Fix parent for gpll0_out_evenVinod Koul2020-05-261-2/+1
* clk: qcom: sm8250 gcc depends on QCOM_GDSCJonathan Marek2020-05-261-0/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-04-0513-80/+4387
|\
| * clk: qcom: rpmh: Drop unnecessary semicolonsStephen Boyd2020-03-241-4/+4
| * clk: qcom: rpmh: Simplify clk_rpmh_bcm_send_cmd()Stephen Boyd2020-03-241-19/+14
| * clk: qcom: gcc: Add USB3 PIPE clock and GDSC for SM8150Wesley Cheng2020-03-201-0/+52
| * ipq806x: gcc: Added the enable regs and mask for PRNGAbhishek Sahu2020-03-201-0/+2
| * clk: qcom: Add modem clock controller driver for SC7180Taniya Das2020-03-203-0/+153
| * clk: qcom: gcc: Add support for modem clocks in GCCTaniya Das2020-03-201-1/+71
| * clk: qcom: clk-rpm: add missing rpm clk for ipq806xAnsuel Smith2020-03-131-0/+35
| * clk: qcom: gcc: Add global clock controller driver for SM8250Taniya Das2020-03-093-0/+3698
| * clk: qcom: clk-alpha-pll: Add support for controlling Lucid PLLsTaniya Das2020-03-092-0/+205
| * clk: qcom: clk-alpha-pll: Refactor trion PLLTaniya Das2020-03-091-27/+6
| * clk: qcom: clk-alpha-pll: Use common names for definesTaniya Das2020-03-091-23/+17
| * clk: qcom: smd: Add support for MSM8976 rpm clocksAngeloGioacchino Del Regno2020-03-091-0/+50
| * clk: qcom: clk-rpmh: Wait for completion when enabling clocksMike Tipton2020-03-091-2/+13
| * clk: qcom: rpmh: Add support for RPMH clocks on SM8250Taniya Das2020-02-121-1/+24
| * clk: qcom: alpha-pll: Make error prints more informativeStephen Boyd2020-02-121-7/+10
| * clk: qcom: gpucc: Add support for GX GDSC for SC7180Taniya Das2020-02-121-0/+37
* | clk: qcom: dispcc: Remove support of disp_cc_mdss_rscc_ahb_clkTaniya Das2020-02-121-19/+0
* | clk: qcom: videocc: Update the clock flag for video_cc_vcodec0_core_clkTaniya Das2020-02-121-1/+1
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-02-074-40/+24
|\
| * clk: qcom: Use ARRAY_SIZE in videocc-sc7180 for parent clocksDouglas Anderson2020-02-031-1/+1
| * clk: qcom: Get rid of the test clock for videocc-sc7180Douglas Anderson2020-02-031-3/+1
| * clk: qcom: Use ARRAY_SIZE in gpucc-sc7180 for parent clocksDouglas Anderson2020-02-031-1/+1
| * clk: qcom: Get rid of the test clock for gpucc-sc7180Douglas Anderson2020-02-031-3/+1
| * clk: qcom: Use ARRAY_SIZE in dispcc-sc7180 for parent clocksDouglas Anderson2020-02-031-11/+11
| * clk: qcom: Get rid of the test clock for dispcc-sc7180Douglas Anderson2020-02-031-22/+10
| * clk: qcom: Get rid of fallback global names for dispcc-sc7180Douglas Anderson2020-02-031-13/+10
| * clk: qcom: rcg2: Don't crash if our parent can't be found; return an errorDouglas Anderson2020-02-031-0/+3
| * clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq()Stephen Boyd2020-02-031-4/+4
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-02-0321-42/+9366
|\|
| *-. Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '...Stephen Boyd2020-01-3120-38/+9360
| |\ \
| | | * clk: qcom: rpmh: Sort OF match tableBjorn Andersson2020-01-281-1/+1
| | | * clk: qcom: Add ipq6018 Global Clock Controller supportSricharan R2020-01-093-0/+4644
| | | * clk: qcom: gcc-msm8996: Fix parent for CLKREF clocksBjorn Andersson2020-01-061-7/+28
| | | * clk: qcom: rpmh: Add IPA clock for SC7180Taniya Das2020-01-061-0/+1
| | | * clk: qcom: rpmh: skip undefined clocks when registeringTaniya Das2020-01-061-1/+6
| | | * clk: qcom: Add video clock controller driver for SC7180Taniya Das2020-01-043-0/+268
| | | * clk: qcom: Add graphics clock controller driver for SC7180Taniya Das2020-01-043-0/+275
| | | * clk: qcom: apcs-msm8916: use clk_parent_data to specify the parentNiklas Cassel2020-01-041-5/+5
| | | * clk: qcom: Add display clock controller driver for SC7180Taniya Das2019-12-233-0/+786
| | | * clk: qcom: clk-alpha-pll: Add support for Fabia PLL calibrationTaniya Das2019-12-232-0/+80
| | | * clk: qcom: alpha-pll: Remove useless read from set rateTaniya Das2019-12-231-6/+1
| | | * clk: qcom: Add missing msm8998 gcc_bimc_gfx_clkJeffrey Hugo2019-12-231-0/+14
| | | * clk: qcom: apcs-msm8916: silently error out on EPROBE_DEFERJorge Ramirez-Ortiz2019-12-181-1/+2
| | | * clk: qcom: hfpll: use clk_parent_data to specify the parentJorge Ramirez-Ortiz2019-12-181-1/+3
| | | * clk: qcom: hfpll: CLK_IGNORE_UNUSEDJorge Ramirez-Ortiz2019-12-181-0/+7
| | | * clk: qcom: hfpll: register as clock providerJorge Ramirez-Ortiz2019-12-181-1/+9
| | | * clk: qcom: gcc: limit GPLL0_AO_OUT operating frequencyJorge Ramirez-Ortiz2019-12-183-1/+10