aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2022-06-13clk: renesas: r8a779f0: Add thermal clockWolfram Sang1-0/+1
2022-06-12platform/x86: Drop the PMC_ATOM Kconfig optionHans de Goede1-3/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner15-135/+15
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 2)Thomas Gleixner29-116/+29
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1)Thomas Gleixner22-228/+31
2022-06-09clk: mediatek: Delete MT8192 msdc gateMatthias Brugger1-21/+0
2022-06-09clk: fixed: Remove Allwinner A10 special-case logicSamuel Holland1-10/+1
2022-06-09clk: stm32: rcc_reset: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2022-06-07clk: renesas: rzg2l: Fix reset status functionBiju Das1-1/+1
2022-06-06clk: sunxi-ng: Deduplicate ccu_clks arraysSamuel Holland5-289/+37
2022-06-06clk: renesas: r9a06g032: Fix UART clkgrp bitselRalph Siemsen1-4/+4
2022-06-06clk: renesas: r9a06g032: Drop some unused fieldsRalph Siemsen1-13/+11
2022-06-06clk: renesas: r9a09g011: Add WDT clock and reset entriesPhil Edworthy1-0/+3
2022-06-06clk: renesas: r9a09g011: Add PFC clock and reset entriesPhil Edworthy1-0/+2
2022-06-06clk: renesas: r9a07g044: Add POEG clock and reset entriesBiju Das1-1/+13
2022-06-06clk: renesas: r9a07g044: Add GPT clock and reset entryBiju Das1-1/+4
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+6
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds6-106/+222
2022-05-29Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-1/+39
2022-05-27Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds203-1236/+20234
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds4-206/+0
2022-05-25Merge branch 'clk-qcom' into clk-nextStephen Boyd10-34/+8943
2022-05-25Merge branches 'clk-rockchip', 'clk-ingenic', 'clk-bindings', 'clk-samsung' and 'clk-stm' into clk-nextStephen Boyd22-11/+6228
2022-05-25Merge branches 'clk-ux500', 'clk-mtk', 'clk-tegra', 'clk-allwinner' and 'clk-imx' into clk-nextStephen Boyd126-998/+3185
2022-05-25Merge branches 'clk-ti', 'clk-cleanup', 'clk-airoha', 'clk-i2c-simple' and 'clk-renesas' into clk-nextStephen Boyd44-185/+1860
2022-05-23Revert "clk: qcom: regmap-mux: add pipe clk implementation"Dmitry Baryshkov2-81/+0
2022-05-23Revert "clk: qcom: gcc-sc7280: use new clk_regmap_mux_safe_ops for PCIe pipe clocks"Dmitry Baryshkov1-4/+2
2022-05-23Revert "clk: qcom: gcc-sm8450: use new clk_regmap_mux_safe_ops for PCIe pipe clocks"Dmitry Baryshkov1-4/+2
2022-05-20clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET1-1/+1
2022-05-20clk: stm32mp13: add safe mux managementGabriel Fernandez3-4/+62
2022-05-20clk: stm32mp13: add multi mux functionGabriel Fernandez3-0/+42
2022-05-20clk: stm32mp13: add all STM32MP13 kernel clocksGabriel Fernandez1-0/+513
2022-05-20clk: stm32mp13: add all STM32MP13 peripheral clocksGabriel Fernandez1-0/+360
2022-05-20clk: stm32mp13: manage secured clocksGabriel Fernandez3-14/+164
2022-05-20clk: stm32mp13: add composite clockGabriel Fernandez3-0/+225
2022-05-20clk: stm32mp13: add stm32 divider clockGabriel Fernandez3-0/+187
2022-05-20clk: stm32mp13: add stm32_gate managementGabriel Fernandez3-0/+149
2022-05-20clk: stm32mp13: add stm32_mux clock managementGabriel Fernandez3-0/+114
2022-05-20clk: stm32: Introduce STM32MP13 RCC drivers (Reset Clock Controller)Gabriel Fernandez9-0/+2590
2022-05-20clk: ti: clkctrl: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-05-20clk: ti: composite: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2022-05-19clk: mediatek: mt8173: Switch to clk_hw provider APIsChen-Yu Tsai1-5/+4
2022-05-19clk: mediatek: Switch to clk_hw provider APIsChen-Yu Tsai8-122/+123
2022-05-19clk: mediatek: Replace 'struct clk' with 'struct clk_hw'Chen-Yu Tsai94-444/+438
2022-05-19clk: mediatek: apmixed: Drop error message from clk_register() failureChen-Yu Tsai1-3/+1
2022-05-19clk: mediatek: Make mtk_clk_register_composite() staticChen-Yu Tsai2-4/+1
2022-05-19clk: qcom: rcg2: Cache CFG register updates for parked RCGsBjorn Andersson2-27/+101
2022-05-19clk: qcom: add sc8280xp GCC driverBjorn Andersson3-0/+7498
2022-05-19clk: renesas: r9a06g032: Probe possible childrenMiquel Raynal1-0/+5
2022-05-19clk: renesas: r9a06g032: Export function to set dmamuxMiquel Raynal1-1/+34