summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds219-3478/+18371
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds10-0/+1637
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2018-10-18Merge branches 'clk-fixed-rate-remove' and 'clk-qcom-cleanup' into clk-nextStephen Boyd2-16/+1
2018-10-18Merge branches 'clk-imx6-mmdc', 'clk-qcom-krait', 'clk-rockchip' and 'clk-smp...Stephen Boyd21-13/+1387
2018-10-18Merge branches 'clk-actions-reset', 'clk-imx7-init-critical', 'clk-mmp2-ids' ...Stephen Boyd36-1019/+3130
2018-10-18Merge branches 'clk-tegra' and 'clk-bulk-get-all' into clk-nextStephen Boyd4-5/+114
2018-10-18Merge branch 'clk-ingenic-jz4725b' into clk-nextStephen Boyd5-5/+279
2018-10-18Merge branch 'clk-qcom-qcs404' into clk-nextStephen Boyd4-0/+2754
2018-10-18Merge branch 'clk-qcom-sdm660' into clk-nextStephen Boyd3-0/+2490
2018-10-18Merge branches 'clk-samsung', 'clk-hisi3670' and 'clk-at91-div-0' into clk-nextStephen Boyd19-561/+1130
2018-10-18Merge branch 'clk-ti' into clk-nextStephen Boyd16-480/+2276
2018-10-18Merge branch 'clk-k3-tisci' into clk-nextStephen Boyd4-1/+12
2018-10-18Merge branches 'clk-mvebu-periph-pm', 'clk-meson', 'clk-allwinner', 'clk-mveb...Stephen Boyd22-740/+925
2018-10-18Merge branches 'clk-qcom-sdm845-camcc' and 'clk-mtk-unused' into clk-nextStephen Boyd4-5/+1754
2018-10-18Merge branch 'clk-renesas' into clk-nextStephen Boyd18-168/+1333
2018-10-18Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextStephen Boyd50-162/+166
2018-10-18Merge branches 'clk-spdx', 'clk-qcom-dfs', 'clk-smp2s11-include', 'clk-qcom-8...Stephen Boyd5-102/+568
2018-10-18clk: qcom: Remove unused arrays in SDM845 GCCEvan Green1-16/+0
2018-10-18clk: fixed-rate: fix of_node_get-put imbalanceAlan Tull1-0/+1
2018-10-18clk: s2mps11: Add used attribute to s2mps11_dt_matchNathan Chancellor1-1/+1
2018-10-18clk: qcom: gcc-sdm660: Add MODULE_LICENSEStephen Boyd1-0/+1
2018-10-17clk: qcom: Add safe switch hook for krait mux clocksSricharan R3-0/+61
2018-10-17clk: qcom: Add Krait clock controller driverStephen Boyd4-2/+352
2018-10-17clk: qcom: Add KPSS ACC/GCC driverStephen Boyd3-0/+96
2018-10-17clk: qcom: Add support for Krait clocksStephen Boyd4-0/+166
2018-10-17clk: qcom: Add IPQ806X's HFPLLsStephen Boyd1-0/+82
2018-10-17clk: qcom: Add MSM8960/APQ8064's HFPLLsStephen Boyd1-0/+172
2018-10-17clk: qcom: Add HFPLL driverStephen Boyd3-0/+105
2018-10-17clk: qcom: Add support for High-Frequency PLLs (HFPLLs)Stephen Boyd3-0/+289
2018-10-17clk: imx6q: add mmdc0 ipg clockAnson Huang1-0/+1
2018-10-17clk: imx6sl: add mmdc ipg clocksAnson Huang1-0/+2
2018-10-17clk: imx6sll: add mmdc1 ipg clockAnson Huang1-0/+1
2018-10-17clk: imx6sx: add mmdc1 ipg clockAnson Huang1-0/+1
2018-10-17clk: imx6ul: add mmdc1 ipg clockAnson Huang1-0/+1
2018-10-17clk: at91: move DT compatibility code to its own fileAlexandre Belloni17-944/+962
2018-10-17clk: at91: add at91sam9rl PMC driverAlexandre Belloni2-1/+172
2018-10-17clk: at91: add at91sam9x5 PMCs driverAlexandre Belloni2-1/+310
2018-10-17clk: at91: add at91sam9260 PMC driverAlexandre Belloni2-0/+495
2018-10-17clk: at91: add sama5d2 PMC driverAlexandre Belloni2-0/+337
2018-10-17clk: at91: add sama5d4 pmc driverAlexandre Belloni2-0/+265
2018-10-17clk: at91: add new DT lookup functionAlexandre Belloni1-0/+34
2018-10-17clk: at91: add pmc_data struct and helpersAlexandre Belloni2-0/+61
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni14-59/+172
2018-10-17clk: at91: generated: set audio_pll_allowed in at91_clk_register_generated()Alexandre Belloni1-17/+10
2018-10-17clk: at91: audio-pll: separate registration from DT parsingAlexandre Belloni1-38/+111
2018-10-17clk: at91: h32mx: separate registration from DT parsingAlexandre Belloni1-13/+27