aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds4-40/+24
2020-02-03clk: qcom: Use ARRAY_SIZE in videocc-sc7180 for parent clocksDouglas Anderson1-1/+1
2020-02-03clk: qcom: Get rid of the test clock for videocc-sc7180Douglas Anderson1-3/+1
2020-02-03clk: qcom: Use ARRAY_SIZE in gpucc-sc7180 for parent clocksDouglas Anderson1-1/+1
2020-02-03clk: qcom: Get rid of the test clock for gpucc-sc7180Douglas Anderson1-3/+1
2020-02-03clk: qcom: Use ARRAY_SIZE in dispcc-sc7180 for parent clocksDouglas Anderson1-11/+11
2020-02-03clk: qcom: Get rid of the test clock for dispcc-sc7180Douglas Anderson1-22/+10
2020-02-03clk: qcom: Get rid of fallback global names for dispcc-sc7180Douglas Anderson1-13/+10
2020-02-03clk: qcom: rcg2: Don't crash if our parent can't be found; return an errorDouglas Anderson1-0/+3
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds21-42/+9366
2020-02-03clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq()Stephen Boyd1-4/+4
2020-01-31Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', 'clk-freescale' and 'clk-qoriq' into clk-nextStephen Boyd20-38/+9360
2020-01-31Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig' and 'clk-at91' into clk-nextStephen Boyd3-4/+8
2020-01-28clk: qcom: rpmh: Sort OF match tableBjorn Andersson1-1/+1
2020-01-09clk: qcom: Add ipq6018 Global Clock Controller supportSricharan R3-0/+4644
2020-01-06clk: qcom: gcc-msm8996: Fix parent for CLKREF clocksBjorn Andersson1-7/+28
2020-01-06clk: qcom: rpmh: Add IPA clock for SC7180Taniya Das1-0/+1
2020-01-06clk: qcom: rpmh: skip undefined clocks when registeringTaniya Das1-1/+6
2020-01-05clk: qcom: gcc-sdm845: Add missing flag to votable GDSCsGeorgi Djakov1-0/+7
2020-01-04clk: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2020-01-04clk: qcom: Add video clock controller driver for SC7180Taniya Das3-0/+268
2020-01-04clk: qcom: Add graphics clock controller driver for SC7180Taniya Das3-0/+275
2020-01-04clk: qcom: apcs-msm8916: use clk_parent_data to specify the parentNiklas Cassel1-5/+5
2019-12-23clk: qcom: Add display clock controller driver for SC7180Taniya Das3-0/+786
2019-12-23clk: qcom: clk-alpha-pll: Add support for Fabia PLL calibrationTaniya Das2-0/+80
2019-12-23clk: qcom: alpha-pll: Remove useless read from set rateTaniya Das1-6/+1
2019-12-23clk: let init callback return an error codeJerome Brunet1-2/+4
2019-12-23clk: qcom: Add missing msm8998 gcc_bimc_gfx_clkJeffrey Hugo1-0/+14
2019-12-18clk: qcom: apcs-msm8916: silently error out on EPROBE_DEFERJorge Ramirez-Ortiz1-1/+2
2019-12-18clk: qcom: hfpll: use clk_parent_data to specify the parentJorge Ramirez-Ortiz1-1/+3
2019-12-18clk: qcom: hfpll: CLK_IGNORE_UNUSEDJorge Ramirez-Ortiz1-0/+7
2019-12-18clk: qcom: hfpll: register as clock providerJorge Ramirez-Ortiz1-1/+9
2019-12-18clk: qcom: gcc: limit GPLL0_AO_OUT operating frequencyJorge Ramirez-Ortiz3-1/+10
2019-12-18clk: qcom: smd: Add missing bimc clockJeffrey Hugo1-0/+3
2019-12-18clk: qcom: Avoid SMMU/cx gdsc corner casesJeffrey Hugo1-0/+2
2019-12-18clk: qcom: Add MSM8998 Multimedia Clock Controller (MMCC) driverJeffrey Hugo3-0/+2923
2019-12-18clk: qcom: gcc-sc7180: Fix setting flag for votable GDSCsMatthias Kaehlcke1-2/+4
2019-12-18clk: qcom: mmcc8974: move gfx3d_clk_src from the mmcc to rpmBrian Masney2-13/+2
2019-12-18clk: qcom: dispcc: Add support for display port clocksTaniya Das1-1/+213
2019-12-18clk: qcom: rcg2: Add support for display port clock opsTaniya Das3-0/+79
2019-12-05Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds3-3/+3
2019-11-08clk: qcom: rpmh: Reuse sdm845 clks for sm8150Stephen Boyd1-20/+14
2019-11-07clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driverJeffrey Hugo3-0/+348
2019-11-07clk: qcom: Allow constant ratio freq tables for rcgJeffrey Hugo2-0/+5
2019-11-07clk: qcom: smd: Add missing pnoc clockJeffrey Hugo1-0/+3
2019-11-07clk: qcom: Enumerate clocks and reset needed to boot the 8998 modemJeffrey Hugo1-0/+72
2019-11-07clk: qcom: clk-rpmh: Add support for RPMHCC for SC7180Taniya Das1-0/+19
2019-11-07clk: qcom: Add Global Clock controller (GCC) driver for SC7180Taniya Das3-0/+2460
2019-11-07clk: qcom: common: Return NULL from clk_hw OF providerTaniya Das1-1/+1
2019-11-07clk: qcom: rcg: update the DFS macro for RCGTaniya Das2-49/+49