summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2020-11-14clk: qcom: dispcc-sm8250: handle MMCX power domainDmitry Baryshkov
2020-11-14clk: meson: g12: use devm variant to register notifiersJerome Brunet
2020-11-14clk: add devm variant of clk_notifier_registerJerome Brunet
2020-11-14clk: meson: g12: drop use of __clk_lookup()Jerome Brunet
2020-11-14clk: add api to get clk consumer from clk_hwJerome Brunet
2020-11-14clk: avoid devm_clk_release name clashJerome Brunet
2020-11-14clk: remove unneeded dead-store initializationLukas Bulwahn
2020-11-14clk: qcom: camcc-sc7180: Use runtime PM ops instead of clk onesStephen Boyd
2020-11-14clk: qcom: lpass-sc7180: Clean up on error in lpass_sc7180_init()Dan Carpenter
2020-11-12clk: samsung: allow building the clkout driver as moduleKrzysztof Kozlowski
2020-11-10clk: imx: scu: Make pd_np with static keywordZou Wei
2020-11-10clk: imx8mq: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski
2020-11-10clk: imx8mp: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski
2020-11-10clk: imx8mn: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski
2020-11-10clk: imx8mm: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski
2020-11-10clk: imx: gate2: Remove unused variable retZou Wei
2020-11-06clk: tegra: Export Tegra20 EMC kernel symbolsDmitry Osipenko
2020-11-04clk: qcom: Add support to LPASS AON_CC Glitch Free Mux clocksSrinivas Kandagatla
2020-11-04clk: qcom: Add support to LPASS AUDIO_CC Glitch Free Mux clocksSrinivas Kandagatla
2020-11-04clk: qcom: lpass-sc7180: Disentangle the two clock devicesDouglas Anderson
2020-11-04clk: qcom: lpasscc-sc7810: Use devm in probeDouglas Anderson
2020-11-04clk: qcom: camcc: Add camera clock controller driver for SC7180Taniya Das
2020-11-04clk: qcom: clk-alpha-pll: Add support for controlling Agera PLLsTaniya Das
2020-11-04clk: qcom: clk-alpha-pll: Add support for helper functionsTaniya Das
2020-11-04clk: imx8m: fix bus critical clk registrationPeng Fan
2020-11-03clk: imx: gate2: Add locking in is_enabled opAbel Vesa
2020-11-03clk: imx: gate2: Add cgr_mask for more flexible number of control bitsAbel Vesa
2020-11-03clk: imx: gate2: Check if clock is enabled against cgr_valAbel Vesa
2020-11-03clk: imx: gate2: Keep the register writing in on placeAbel Vesa
2020-11-03clk: imx: gate2: Remove the IMX_CLK_GATE2_SINGLE_BIT special caseAbel Vesa
2020-11-03clk: imx: scu: fix build break when compiled as modulesDong Aisheng
2020-11-01clk: imx: remove redundant assignment to pointer npColin Ian King
2020-11-01clk: imx: remove unneeded semicolonTom Rix
2020-10-28clk: define to_clk_regmap() as inline functionArnd Bergmann
2020-10-28clk: samsung: exynos-clkout: convert to module driverKrzysztof Kozlowski
2020-10-26clk: rockchip: Add appropriate arch dependenciesRobin Murphy
2020-10-26clk: renesas: rcar-gen3: Remove stp_ck handling for SDHIWolfram Sang
2020-10-26clk: imx: lpcg: add suspend/resume supportDong Aisheng
2020-10-26clk: imx: clk-imx8qxp-lpcg: add runtime pm supportDong Aisheng
2020-10-26clk: imx: lpcg: allow lpcg clk to take device pointerDong Aisheng
2020-10-26clk: imx: imx8qxp-lpcg: add parsing clocks from device treeDong Aisheng
2020-10-26clk: imx: scu: add suspend/resume supportDong Aisheng
2020-10-26clk: imx: scu: add runtime pm supportDong Aisheng
2020-10-26clk: imx: scu: allow scu clk to take device pointerDong Aisheng
2020-10-26clk: imx: scu: bypass cpu power domainsDong Aisheng
2020-10-26clk: imx: scu: add two cells binding supportDong Aisheng
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2020-10-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-10-20Merge branches 'clk-ingenic', 'clk-at91', 'clk-kconfig', 'clk-imx', 'clk-qcom...Stephen Boyd