summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-19clk: samsung: clk-pll: Add support for pll1417xDavid Virag2-0/+2
2021-12-19clk: samsung: Make exynos850_register_cmu sharedDavid Virag4-84/+119
2021-12-19dt-bindings: clock: Document Exynos7885 CMU bindingsDavid Virag1-0/+166
2021-12-19dt-bindings: clock: Add bindings definitions for Exynos7885 CMUDavid Virag1-0/+115
2021-12-19clk: samsung: exynos850: Add missing sysreg clocksSam Protsenko1-0/+29
2021-12-19dt-bindings: clock: Add bindings for Exynos850 sysreg clocksSam Protsenko1-3/+9
2021-12-16clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driverAngeloGioacchino Del Regno3-0/+4164
2021-12-16dt-bindings: clk: qcom: Document MSM8976 Global Clock ControllerMarijn Suijten2-0/+337
2021-12-16clk: qcom: Add clock driver for SM8450Vinod Koul3-0/+3313
2021-12-16Merge tag '20211207114003.100693-2-vkoul@kernel.org' into clk-for-5.17Bjorn Andersson2-0/+329
2021-12-16clk: qcom: Add SDX65 GCC supportVamsi Krishna Lanka3-0/+1620
2021-12-16clk: qcom: Add LUCID_EVO PLL type for SDX65Vamsi Krishna Lanka2-5/+162
2021-12-16Merge tag 'e15509b2b7c9b600ab38c5269d4fac609c077b5b.1638861860.git.quic_vamsl...Bjorn Andersson2-0/+202
2021-12-15clk: stm32mp1: remove redundant assignment to pointer dataColin Ian King1-2/+0
2021-12-15clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after system en...Dillon Min1-4/+0
2021-12-15clk: Introduce clk-tps68470 driverHans de Goede4-0/+281
2021-12-15Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/li...Stephen Boyd14-161/+473
2021-12-15clk: tegra: Support runtime PM and power domainDmitry Osipenko8-54/+420
2021-12-15clk: tegra: Make vde a child of pll_p on tegra114Dmitry Osipenko1-1/+1
2021-12-14dt-bindings: clock: Add SM8450 GCC clock bindingsVinod Koul2-0/+329
2021-12-14dt-bindings: clock: Add SDX65 GCC clock bindingsVamsi krishna Lanka2-0/+202
2021-12-13platform/x86: int3472: Deal with probe ordering issuesHans de Goede2-0/+7
2021-12-13platform/x86: int3472: Pass tps68470_regulator_platform_data to the tps68470-...Hans de Goede4-1/+199
2021-12-13platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regula...Hans de Goede1-7/+28
2021-12-13platform/x86: int3472: Add get_sensor_adev_and_name() helperHans de Goede3-18/+35
2021-12-13platform/x86: int3472: Split into 2 driversHans de Goede7-120/+105
2021-12-13platform_data: Add linux/platform_data/tps68470.h fileHans de Goede1-0/+35
2021-12-13i2c: acpi: Add i2c_acpi_new_device_by_fwnode() functionHans de Goede2-10/+24
2021-12-13i2c: acpi: Use acpi_dev_ready_for_enumeration() helperHans de Goede1-1/+4
2021-12-13ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 deviceHans de Goede2-5/+37
2021-12-10clk: Emit a stern warning with writable debugfs enabledStephen Boyd1-0/+18
2021-12-09clk: Add write operation for clk_parent debugfs nodeSam Protsenko1-1/+41
2021-12-09clk: __clk_core_init() never takes NULLStephen Boyd1-3/+0
2021-12-09clk: clk_core_get() can also return NULLStephen Boyd1-7/+8
2021-12-09clk/ti/adpll: Make const pointer error a static const arrayColin Ian King1-1/+1
2021-12-09Merge tag 'clk-at91-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/at...Stephen Boyd7-0/+453
2021-12-08clk: lan966x: Extend lan966x clock driver for clock gating supportHoratiu Vultur1-3/+56
2021-12-08dt-bindings: clock: lan966x: Extend includes with clock gatesHoratiu Vultur1-1/+7
2021-12-08dt-bindings: clock: lan966x: Extend for clock gate supportHoratiu Vultur1-1/+4
2021-12-08clk: gate: Add devm_clk_hw_register_gate()Horatiu Vultur2-0/+58
2021-12-08clk: lan966x: Add lan966x SoC clock driverKavyasree Kotagiri3-0/+248
2021-12-08dt-bindings: clock: lan966x: Add LAN966X Clock ControllerKavyasree Kotagiri1-0/+57
2021-12-08dt-bindings: clock: lan966x: Add binding includes for lan966x SoC clock IDsKavyasree Kotagiri1-0/+28
2021-12-08clk: renesas: r9a07g044: Add GPU clock and reset entriesBiju Das1-0/+9
2021-12-08clk: renesas: r9a07g044: Add mux and divider for G clockBiju Das2-0/+10
2021-12-08clk: renesas: r9a07g044: Rename CLK_PLL3_DIV4 macroBiju Das1-2/+2
2021-12-08clk: renesas: cpg-mssr: Add support for R-Car S4-8Yoshihiro Shimoda5-0/+196
2021-12-08Merge tag 'renesas-r8a779f0-dt-binding-defs-tag' into HEADGeert Uytterhoeven2-0/+94
2021-12-08clk: renesas: rcar-gen4: Introduce R-Car Gen4 CPG driverYoshihiro Shimoda7-341/+437
2021-12-07Merge tag 'renesas-clk-for-v5.17-tag1' of git://git.kernel.org/pub/scm/linux/...Stephen Boyd23-264/+269