aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18clk: qcom: Avoid SMMU/cx gdsc corner casesJeffrey Hugo1-0/+2
2019-12-18clk: qcom: gcc-sc7180: Fix setting flag for votable GDSCsMatthias Kaehlcke1-2/+4
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
2019-11-07clk: qcom: remove unneeded semicolonYueHaibing1-2/+2
2019-11-07clk: qcom: Add Q6SSTOP clock controller for QCS404Govind Singh3-0/+232
2019-11-07clk: qcom: Initialize clock drivers earlierAmit Kucheria3-3/+3
2019-09-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds16-61/+3925
2019-09-19Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' into clk-nextStephen Boyd2-9/+3
2019-09-17clk: qcom: rcg: Return failure for RCG updateTaniya Das1-1/+1
2019-09-09clk: qcom: fix QCS404 TuringCC regmapJorge Ramirez-Ortiz1-1/+1
2019-09-09clk: qcom: clk-rpmh: Add support for SM8150Vinod Koul1-0/+28
2019-09-09clk: qcom: clk-rpmh: Convert to parent data schemeVinod Koul1-2/+8
2019-09-09clk: qcom: gcc: Use floor ops for SDCC clocksTaniya Das4-6/+6
2019-09-09clk: qcom: gcc-qcs404: Use floor ops for sdcc clksVinod Koul1-2/+2
2019-09-09clk: qcom: gcc-sdm845: Use floor ops for sdcc clksStephen Boyd1-2/+2
2019-08-20drivers: qcom: Add BCM vote macro to headerJordan Crouse1-13/+3
2019-08-16clk: qcom: Remove error prints from DFS registrationStephen Boyd1-7/+1
2019-08-16clk: qcom: Don't reference clk_init_data after registrationStephen Boyd1-2/+2
2019-08-08clk: qcom: define probe by index API as common APIGovind Singh3-21/+24
2019-08-08clk: qcom: Add WCSS gcc clock control for QCS404Govind Singh1-0/+30
2019-08-07clk: qcom: msm8916: Don't build by defaultMarc Gonzalez1-2/+0
2019-08-07clk: qcom: gcc: Add global clock controller driver for SM8150Deepak Katragadda3-0/+3596
2019-08-07clk: qcom: clk-alpha-pll: Add support for Trion PLLsDeepak Katragadda2-0/+224
2019-08-07clk: qcom: clk-alpha-pll: Remove post_div_table checksVinod Koul1-15/+0
2019-08-07clk: qcom: clk-alpha-pll: Remove unnecessary castVinod Koul1-2/+2
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds3-37/+10
2019-07-12Merge branches 'clk-debugfs', 'clk-unused', 'clk-refactor' and 'clk-qoriq' into clk-nextStephen Boyd1-36/+0
2019-07-12Merge branches 'clk-qcom-gdsc-warn', 'clk-ingenic', 'clk-qcom-qcs404-reset', 'clk-xgene-limit' and 'clk-meson' into clk-nextStephen Boyd2-1/+10
2019-06-25clk: qcom: Fix -Wunused-const-variableNathan Huckleberry1-36/+0
2019-06-07clk: gcc-qcs404: Add PCIe resetsBjorn Andersson1-0/+7
2019-06-07clk: qcom: gdsc: WARN when failing to toggleBjorn Andersson1-1/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner4-36/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner28-252/+28
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and 'clk-spdx' into clk-nextStephen Boyd1-1/+1
2019-05-01clk: qcom: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-04-11clk: qcom: Skip halt checks on gcc_pcie_0_pipe_clk for 8998Marc Gonzalez1-1/+1
2019-04-11clk: qcom: Add QCS404 TuringCCBjorn Andersson3-0/+177
2019-04-11clk: qcom: branch: Add AON clock opsBjorn Andersson2-0/+7
2019-04-11clk: qcom: gcc-qcs404: Add CDSP related clocks and resetsBjorn Andersson1-0/+90
2019-03-08Merge branches 'clk-ingenic', 'clk-mtk-mux', 'clk-qcom-sdm845-pcie', 'clk-mtk-crit' and 'clk-mtk' into clk-nextStephen Boyd1-0/+5