summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2026-06-29clk: hisilicon: hi3660-stub: use clk_determine_rate_noop()Brian Masney
2026-06-29clk: add clk_determine_rate_noop()Brian Masney
2026-06-29clk: imx: scu: drop redundant init.ops variable assignmentBrian Masney
2026-06-29clk: test: convert constants to use HZ_PER_MHZBrian Masney
2026-06-29clk: add kernel docs for struct clk_coreBrian Masney
2026-06-29clk: hisilicon: allow COMPILE_TEST buildsRosen Penev
2026-06-29clk: hisilicon: reset: Use devm_kzalloc to initialize hisi_reset_controllerMin zhang
2026-06-29clk: add missing function short descriptions for kernel-docRandy Dunlap
2026-06-29clk: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)
2026-06-29clk: si5341: Drop unused i2c driver_dataUwe Kleine-König (The Capable Hub)
2026-06-29clk: stm32: add missing bitfield.h headerRosen Penev
2026-06-29clk: nuvoton: ma35d1: fix ma35d1_clk_pll_determine_rate logicJoey Lu
2026-06-29clk: nuvoton: ma35d1: fix PLL_CTL1_FRAC bit field width and fractional calcJoey Lu
2026-06-29clk: nuvoton: ma35d1: fix ignored div_u64 return values in PLL freq calculationJoey Lu
2026-06-29clk: mediatek: mt8196: Select REGMAP_MMIO for vlpckgenAkari Tsuyukusa
2026-06-29clk: moxart: remove unused variables, fix refcount leakAlexander A. Klimov
2026-06-29clk: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)
2026-06-29clk: bcm: kona: Stop defaulting to parent index 0 on errorYu-Chun Lin
2026-06-29clk: zynq: handle kasprintf() failure in periph_clk registrationWilliam Theesfeld
2026-06-29clk: tegra: Support unique names for multi-socket platformsJon Hunter
2026-06-29clk: divider: Fix clk_divider_bestdiv() returning min rate for large rate req...Lad Prabhakar
2026-06-29clk: divider: Add KUnit tests for clk_divider_bestdiv() ULONG_MAX handlingLad Prabhakar
2026-06-29clk: eswin: Add eic7700 HSP clock driverXuyang Dong
2026-06-29clk: eswin: Add CLK_IGNORE_UNUSED to NoC clockXuyang Dong
2026-06-29clk: clocking-wizard: fix integer overflow in rate calculationPavel Löbl
2026-06-29drivers/clk/clk_test: Use strscpy() to copy the test descriptionDavid Laight
2026-06-29clk: kirkwood: use kzalloc_flexRosen Penev
2026-06-29clk: scmi: Add i.MX95 OEM extension support for SCMI clock driverPeng Fan
2026-06-29clk: scmi: Introduce common header for SCMI clock interfacePeng Fan
2026-06-29clk: Add KUnit tests for assigned-clock-sscsPeng Fan
2026-06-29clk: conf: Support assigned-clock-sscsPeng Fan
2026-06-29clk: Introduce clk_hw_set_spread_spectrumPeng Fan
2026-06-29clk: at91: Read "reg" with helperRob Herring (Arm)
2026-06-29clk: canaan: Clear rate fields before reprogramming dividersDavid Carlier
2026-06-29clk: clk-lmk04832: Simplify device abstractionUwe Kleine-König (The Capable Hub)
2026-06-29clk: versaclock7: Fix APLL clock leak on probe failureMyeonghun Pak
2026-06-29clk: amlogic: Add A9 AO clock controller driverJian Hu
2026-06-29clk: meson: align gxbb_32k_clk_sel number of parents with actual countMartin Blumenstingl
2026-06-28clk: qcom: dispcc-eliza: Fix disp_cc_mdss_mdp_clk_src RCG stall on Eliza EVKKrzysztof Kozlowski
2026-06-28clk: rockchip: rk3588: don't disable unused I2S MCLK output gatesDaniele Briguglio
2026-06-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2026-06-25Merge branches 'clk-microchip' and 'clk-qcom' into clk-nextStephen Boyd
2026-06-25Merge branches 'clk-ti', 'clk-samsung', 'clk-rockchip' and 'clk-spacemit' int...Stephen Boyd
2026-06-25Merge branches 'clk-renesas', 'clk-socfpga', 'clk-amlogic' and 'clk-canaan' i...Stephen Boyd
2026-06-25Merge branches 'clk-cleanup', 'clk-mediatek', 'clk-marvell' and 'clk-versal' ...Stephen Boyd
2026-06-17Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-13Merge tag 'clk-microchip-fixes-7.1' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd
2026-06-09Merge tag 'ti-driver-soc-for-v7.2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2026-06-09Merge tag 'samsung-drivers-7.2' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann
2026-06-08clk: qcom: regmap-phy-mux: Rework the implementationKonrad Dybcio