summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * clk: qcom: smd: Add missing bimc clockJeffrey Hugo2019-12-181-0/+3
| | | * clk: qcom: Add MSM8998 Multimedia Clock Controller (MMCC) driverJeffrey Hugo2019-12-183-0/+2923
| | | * clk: qcom: mmcc8974: move gfx3d_clk_src from the mmcc to rpmBrian Masney2019-12-182-13/+2
| | | * clk: qcom: dispcc: Add support for display port clocksTaniya Das2019-12-181-1/+213
| | | * clk: qcom: rcg2: Add support for display port clock opsTaniya Das2019-12-183-0/+79
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig...Stephen Boyd2020-01-313-4/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * clk: Fix Kconfig indentationKrzysztof Kozlowski2020-01-041-2/+2
| | | |/ | | |/|
| * | | clk: let init callback return an error codeJerome Brunet2019-12-231-2/+4
| |/ /
* | | clk: qcom: gcc-sdm845: Add missing flag to votable GDSCsGeorgi Djakov2020-01-051-0/+7
| |/ |/|
* | clk: qcom: Avoid SMMU/cx gdsc corner casesJeffrey Hugo2019-12-181-0/+2
* | clk: qcom: gcc-sc7180: Fix setting flag for votable GDSCsMatthias Kaehlcke2019-12-181-2/+4
|/
* Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-053-3/+3
|\
| * clk: qcom: Initialize clock drivers earlierAmit Kucheria2019-11-073-3/+3
* | clk: qcom: rpmh: Reuse sdm845 clks for sm8150Stephen Boyd2019-11-081-20/+14
* | clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driverJeffrey Hugo2019-11-073-0/+348
* | clk: qcom: Allow constant ratio freq tables for rcgJeffrey Hugo2019-11-072-0/+5
* | clk: qcom: smd: Add missing pnoc clockJeffrey Hugo2019-11-071-0/+3
* | clk: qcom: Enumerate clocks and reset needed to boot the 8998 modemJeffrey Hugo2019-11-071-0/+72
* | clk: qcom: clk-rpmh: Add support for RPMHCC for SC7180Taniya Das2019-11-071-0/+19
* | clk: qcom: Add Global Clock controller (GCC) driver for SC7180Taniya Das2019-11-073-0/+2460
* | clk: qcom: common: Return NULL from clk_hw OF providerTaniya Das2019-11-071-1/+1
OpenPOWER on IntegriCloud