aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-13/+3
2019-09-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds28-1303/+3298
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2019-09-03Merge tag 'icc-5.4-rc1' of https://git.linaro.org/people/georgi.djakov/linux into char-misc-nextGreg Kroah-Hartman1-13/+3
2019-09-03Merge tag 'imx-dt-clkdep-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/dtArnd Bergmann7-17/+674
2019-09-03Merge tag 'amlogic-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/dtArnd Bergmann21-1286/+2624
2019-08-20drivers: qcom: Add BCM vote macro to headerJordan Crouse1-13/+3
2019-08-16clk: Fix potential NULL dereference in clk_fetch_parent_index()Martin Blumenstingl1-1/+2
2019-08-16clk: Fix falling back to legacy parent string matchingStephen Boyd1-12/+34
2019-08-14clk: socfpga: stratix10: fix rate caclulationg for cnt_clksDinh Nguyen1-1/+1
2019-08-12firmware: arm_scmi: Drop config flag in clk_ops->rate_setSudeep Holla1-1/+1
2019-08-09Merge branch 'v5.4/dt' into v5.4/driversJerome Brunet1-1/+0
2019-08-09clk: meson: g12a: expose CPUB clock ID for G12BNeil Armstrong1-1/+0
2019-08-09clk: meson: g12a: add notifiers to handle cpu clock changeNeil Armstrong1-54/+481
2019-08-09clk: meson: add g12a cpu dynamic divider driverNeil Armstrong4-0/+99
2019-08-09clk: core: introduce clk_hw_set_parent()Neil Armstrong1-0/+6
2019-08-08clk: samsung: exynos542x: Move MSCL subsystem clocks to its sub-CMUMarek Szyprowski1-14/+34
2019-08-08clk: samsung: exynos5800: Move MAU subsystem clocks to MAU sub-CMUSylwester Nawrocki1-11/+43
2019-08-08clk: samsung: Change signature of exynos5_subcmus_init() functionSylwester Nawrocki4-36/+49
2019-08-03clk: imx8: Add DSP related clocksDaniel Baluta1-0/+5
2019-08-03clk: imx: Add support for i.MX8MN clock driverAnson Huang3-0/+643
2019-08-03clk: imx: Add API for clk unregister when driver probe failAnson Huang2-0/+9
2019-08-03clk: imx8mm: Make 1416X/1443X PLL macro definitions common for usageAnson Huang2-17/+17
2019-07-29clk: meson: remove clk input helperAlexandre Mergnat4-72/+0
2019-07-29clk: meson: remove ee input bypass clocksAlexandre Mergnat3-13/+0
2019-07-29clk: meson: clk-regmap: migrate to new parent description methodAlexandre Mergnat5-6/+21
2019-07-29clk: meson: meson8b: migrate to the new parent description methodAlexandre Mergnat1-211/+496
2019-07-29clk: meson: axg: migrate to the new parent description methodAlexandre Mergnat1-60/+144
2019-07-29clk: meson: gxbb: migrate to the new parent description methodAlexandre Mergnat1-203/+451
2019-07-29clk: meson: g12a: migrate to the new parent description methodAlexandre Mergnat1-394/+693
2019-07-29clk: meson: remove ao input bypass clocksAlexandre Mergnat3-46/+0
2019-07-29clk: meson: axg-aoclk: migrate to the new parent description methodAlexandre Mergnat1-26/+37
2019-07-29clk: meson: gxbb-aoclk: migrate to the new parent description methodAlexandre Mergnat1-28/+27
2019-07-29clk: meson: g12a-aoclk: migrate to the new parent description methodAlexandre Mergnat1-31/+50
2019-07-29clk: meson: axg-audio: migrate to the new parent description methodAlexandre Mergnat2-142/+120
2019-07-25clk: meson: g12a: fix hifi typo in mali parent_namesAlexandre Mergnat1-1/+1
2019-07-22clk: renesas: cpg-mssr: Fix reset control race conditionGeert Uytterhoeven1-14/+2
2019-07-22clk: sprd: Select REGMAP_MMIO to avoid compile errorsChunyan Zhang1-0/+1
2019-07-22clk: mediatek: mt8183: Register 13MHz clock earlier for clocksourceWeiyi Lu1-12/+34
2019-07-22clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1Codrin Ciubotariu1-0/+2
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds113-3040/+6985
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-15/+88
2019-07-12Merge branches 'clk-bcm63xx', 'clk-silabs', 'clk-lochnagar' and 'clk-rockchip' into clk-nextStephen Boyd16-175/+1810
2019-07-12Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'clk-sprd' and 'clk-at91' into clk-nextStephen Boyd16-106/+571
2019-07-12Merge branches 'clk-debugfs', 'clk-unused', 'clk-refactor' and 'clk-qoriq' into clk-nextStephen Boyd9-194/+30
2019-07-12Merge branches 'clk-bulk-optional', 'clk-kirkwood', 'clk-socfpga' and 'clk-docs' into clk-nextStephen Boyd5-11/+65
2019-07-12Merge branches 'clk-ti', 'clk-samsung', 'clk-imx' and 'clk-allwinner' into clk-nextStephen Boyd42-2262/+2932
2019-07-12Merge branches 'clk-qcom-gdsc-warn', 'clk-ingenic', 'clk-qcom-qcs404-reset', 'clk-xgene-limit' and 'clk-meson' into clk-nextStephen Boyd22-161/+1285
2019-07-12Merge branches 'clk-pwm-duty', 'clk-bcm', 'clk-mtk', 'clk-qcom-msm8998-gpu' and 'clk-renesas' into clk-nextStephen Boyd16-141/+288
2019-07-12scripts/spelling.txt: add spelling fix for prohibitedChris Paterson1-1/+1