summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2020-01-161-1/+1
|\
| * clk: mmp2: Fix the order of timer mux parentsLubomir Rintel2020-01-061-1/+1
* | Merge tag 'sunxi-clk-fixes-for-5.5' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd2020-01-135-37/+12
|\ \
| * | clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent orderSamuel Holland2020-01-021-2/+2
| * | clk: sunxi-ng: h6-r: Simplify R_APB1 clock definitionSamuel Holland2020-01-021-11/+1
| * | clk: sunxi-ng: sun8i-r: Fix divider on APB0 clockSamuel Holland2020-01-021-18/+3
| * | clk: sunxi-ng: r40: Allow setting parent rate for external clock outputsChen-Yu Tsai2019-12-181-2/+4
| * | clk: sunxi-ng: v3s: Fix incorrect number of hw_clks.Yunhao Tian2019-12-092-4/+2
| |/
* | clk: ti: dra7-atl: Remove pm_runtime_irq_safe()Peter Ujfalusi2020-01-051-1/+0
* | clk: qcom: gcc-sdm845: Add missing flag to votable GDSCsGeorgi Djakov2020-01-051-0/+7
* | clk: Don't try to enable critical clocks if prepare failedGuenter Roeck2019-12-261-2/+8
* | clk: tegra: Fix double-free in tegra_clk_init()Dmitry Osipenko2019-12-241-1/+3
* | clk: samsung: exynos5420: Keep top G3D clocks enabledMarek Szyprowski2019-12-231-0/+8
* | 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
* | clk: Move clk_core_reparent_orphans() under CONFIG_OFOlof Johansson2019-12-181-7/+7
* | clk: at91: fix possible deadlockAlexandre Belloni2019-12-166-6/+6
* | Merge tag 'imx-clk-fixes-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd2019-12-123-1/+4
|\ \
| * | clk: imx: pll14xx: fix clk_pll14xx_wait_lockPeng Fan2019-12-111-1/+1
| * | clk: imx: clk-imx7ulp: Add missing sentinel of ulp_div_tablePeng Fan2019-12-091-0/+1
| * | clk: imx: clk-composite-8m: add lock to gate/muxPeng Fan2019-12-091-0/+2
| |/
* / clk: walk orphan list on clock provider registrationJerome Brunet2019-12-121-22/+40
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-12-052-1/+6
|\
| * Merge tag 'mmp-soc-for-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2019-10-212-1/+6
| |\
| | * ARM: mmp: add support for MMP3 SoCLubomir Rintel2019-10-172-1/+6
* | | 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
| |/ /
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-12-01115-2241/+7936
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'clk-ingenic', 'clk-init-leak', 'clk-ux500' and 'clk-bitmain' ...Stephen Boyd2019-11-2712-10/+1284
| |\ \ \ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | | * | clk: Add common clock driver for BM1880 SoCManivannan Sadhasivam2019-11-223-0/+977
| | | | | * | clk: Add clk_hw_unregister_composite helper function definitionManivannan Sadhasivam2019-11-221-0/+11
| | | | | * | clk: Zero init clk_init_data in helpersManivannan Sadhasivam2019-11-225-5/+5
| | | | |/ /
| | | * | | clk: mark clk_disable_unused() as __initRasmus Villemoes2019-11-191-4/+4
| | | * | | clk: Fix memory leak in clk_unregister()Kishon Vijay Abraham I2019-11-191-0/+1
| | | |/ /
| | * | | clk: ingenic: Allow drivers to be built with COMPILE_TESTStephen Boyd2019-11-221-1/+1
| | * | | clk: Ingenic: Add CGU driver for X1000.Zhou Yanjie2019-11-133-0/+285
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'clk-gpio-flags', 'clk-tegra', 'clk-rockchip', 'clk-sprd' and ...Stephen Boyd2019-11-2728-210/+1031
| |\ \ \ \ \ \ \
| | | | | | * | | clk: pxa: fix one of the pxa RTC clocksRobert Jarzmik2019-11-131-0/+1
| | | | | | |/ /
| | | | | * / / clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_...Baolin Wang2019-11-131-1/+1
| | | | | |/ /
| | | | * | | clk: rockchip: protect the pclk_usb_grf as critical on px30Heiko Stuebner2019-11-051-1/+2
| | | | * | | clk: rockchip: add video-related niu clocks as critical on px30Heiko Stuebner2019-11-051-5/+10
| | | | * | | clk: rockchip: move px30 critical clocks to correct clock controllerHeiko Stuebner2019-11-051-4/+4
| | | | * | | clk: rockchip: Add div50 clocks for px30 sdmmc, emmc, sdio and nandcFinley Xiao2019-11-051-4/+40
| | | | * | | clk: rockchip: make clk_half_divider_ops staticBen Dooks (Codethink)2019-10-311-2/+1
| | | | |/ /
| | | * | | clk: tegra: Use match_string() helper to simplify the codeYueHaibing2019-11-131-8/+4
| | | * | | clk: tegra: Fix build error without CONFIG_PM_SLEEPYueHaibing2019-11-111-0/+2
| | | * | | clk: tegra: Optimize PLLX restore on Tegra20/30Dmitry Osipenko2019-11-112-18/+32
| | | * | | clk: tegra: Add suspend and resume support on Tegra210Sowjanya Komatineni2019-11-113-4/+163
| | | * | | clk: tegra: Share clk and rst register defines with Tegra clock driverSowjanya Komatineni2019-11-112-45/+45
| | | * | | clk: tegra: Use fence_udelay() during PLLU initSowjanya Komatineni2019-11-111-4/+4