aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2020-11-23clk: samsung: Prevent potential endless loop in the PLL opsSylwester Nawrocki1-76/+71
2020-11-23clk: samsung: Allow compile testing of Exynos, S3C64xx and S5Pv210Krzysztof Kozlowski2-13/+76
2020-11-23clk: meson: enable building as modulesKevin Hilman9-9/+34
2020-11-23clk: meson: Kconfig: fix dependency for G12AKevin Hilman1-0/+1
2020-11-23clk: meson: axg: add MIPI DSI Host clockNeil Armstrong2-1/+69
2020-11-23clk: meson: axg: add Video ClocksNeil Armstrong2-1/+773
2020-11-20clk: tegra: Do not return 0 on failureNicolin Chen1-2/+2
2020-11-19clk: ti: dra7: Drop idlest polling from IVA clkctrl clocksTony Lindgren1-0/+7
2020-11-19clk: ti: omap4: Drop idlest polling from IVA clkctrl clocksTony Lindgren1-1/+1
2020-11-16clk: ti: am437x: Keep am4 l3 main clock always on for genpdTony Lindgren1-0/+8
2020-11-16clk: ti: am33xx: Keep am3 l3 main clock always on for genpdTony Lindgren1-0/+2
2020-11-14clk: qcom: dispcc-sm8250: handle MMCX power domainDmitry Baryshkov1-0/+1
2020-11-14clk: meson: g12: use devm variant to register notifiersJerome Brunet1-14/+20
2020-11-14clk: add devm variant of clk_notifier_registerJerome Brunet1-0/+36
2020-11-14clk: meson: g12: drop use of __clk_lookup()Jerome Brunet1-36/+32
2020-11-14clk: add api to get clk consumer from clk_hwJerome Brunet1-0/+61
2020-11-14clk: avoid devm_clk_release name clashJerome Brunet1-6/+6
2020-11-14clk: remove unneeded dead-store initializationLukas Bulwahn1-1/+1
2020-11-14clk: qcom: camcc-sc7180: Use runtime PM ops instead of clk onesStephen Boyd1-8/+4
2020-11-14clk: qcom: lpass-sc7180: Clean up on error in lpass_sc7180_init()Dan Carpenter1-1/+7
2020-11-12clk: samsung: allow building the clkout driver as moduleKrzysztof Kozlowski3-1/+12
2020-11-10clk: imx: scu: Make pd_np with static keywordZou Wei1-1/+1
2020-11-10clk: imx8mq: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-11-10clk: imx8mp: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-11-10clk: imx8mn: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-11-10clk: imx8mm: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-11-10clk: imx: gate2: Remove unused variable retZou Wei1-2/+1
2020-11-06clk: tegra: Export Tegra20 EMC kernel symbolsDmitry Osipenko1-0/+3
2020-11-04clk: qcom: Add support to LPASS AON_CC Glitch Free Mux clocksSrinivas Kandagatla1-0/+63
2020-11-04clk: qcom: Add support to LPASS AUDIO_CC Glitch Free Mux clocksSrinivas Kandagatla3-0/+264
2020-11-04clk: qcom: lpass-sc7180: Disentangle the two clock devicesDouglas Anderson1-39/+64
2020-11-04clk: qcom: lpasscc-sc7810: Use devm in probeDouglas Anderson1-17/+21
2020-11-04clk: qcom: camcc: Add camera clock controller driver for SC7180Taniya Das3-0/+1746
2020-11-04clk: qcom: clk-alpha-pll: Add support for controlling Agera PLLsTaniya Das2-0/+66
2020-11-04clk: qcom: clk-alpha-pll: Add support for helper functionsTaniya Das1-89/+66
2020-11-04clk: imx8m: fix bus critical clk registrationPeng Fan5-17/+22
2020-11-03clk: imx: gate2: Add locking in is_enabled opAbel Vesa1-1/+9
2020-11-03clk: imx: gate2: Add cgr_mask for more flexible number of control bitsAbel Vesa2-18/+22
2020-11-03clk: imx: gate2: Check if clock is enabled against cgr_valAbel Vesa1-3/+3
2020-11-03clk: imx: gate2: Keep the register writing in on placeAbel Vesa1-17/+16
2020-11-03clk: imx: gate2: Remove the IMX_CLK_GATE2_SINGLE_BIT special caseAbel Vesa2-25/+8
2020-11-03clk: imx: scu: fix build break when compiled as modulesDong Aisheng1-2/+2
2020-11-01clk: imx: remove redundant assignment to pointer npColin Ian King1-1/+1
2020-11-01clk: imx: remove unneeded semicolonTom Rix1-1/+1
2020-10-28clk: define to_clk_regmap() as inline functionArnd Bergmann2-2/+9
2020-10-28clk: samsung: exynos-clkout: convert to module driverKrzysztof Kozlowski1-57/+141
2020-10-26clk: rockchip: Add appropriate arch dependenciesRobin Murphy1-1/+11
2020-10-26clk: renesas: rcar-gen3: Remove stp_ck handling for SDHIWolfram Sang1-26/+25
2020-10-26clk: imx: lpcg: add suspend/resume supportDong Aisheng3-0/+39
2020-10-26clk: imx: clk-imx8qxp-lpcg: add runtime pm supportDong Aisheng1-5/+19