aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-18Merge branches 'clk-mobileye', 'clk-twl', 'clk-nuvoton', 'clk-renesas' and 'clk-bindings' into clk-nextStephen Boyd25-110/+1745
2024-11-18Merge branches 'clk-cleanup', 'clk-mediatek', 'clk-kunit', 'clk-xilinx' and 'clk-fixed-gate' into clk-nextStephen Boyd35-309/+2222
2024-11-18clk: clk-loongson2: Fix potential buffer overflow in flexible-array member accessGustavo A. R. Silva1-1/+1
2024-11-18clk: Fix invalid execution of clk_set_rateChuan Liu1-1/+1
2024-11-18clk: clk-loongson2: Fix memory corruption bug in struct loongson2_clk_providerGustavo A. R. Silva1-1/+3
2024-11-18clk: lan966x: make it selectable for ARCH_LAN969XRobert Marko1-1/+1
2024-11-14clk: eyeq: add EyeQ6H west fixed factor clocksThéo Lebrun1-1/+9
2024-11-14clk: eyeq: add EyeQ6H central fixed factor clocksThéo Lebrun1-1/+8
2024-11-14clk: eyeq: add EyeQ5 fixed factor clocksThéo Lebrun1-2/+94
2024-11-14clk: eyeq: add fixed factor clocks infrastructureThéo Lebrun1-8/+73
2024-11-14clk: eyeq: require clock index with phandle in all casesThéo Lebrun1-10/+2
2024-11-14clk: fixed-factor: add clk_hw_register_fixed_factor_index() functionThéo Lebrun1-0/+11
2024-11-14clk: en7523: map io region in a single blockLorenzo Bianconi1-19/+13
2024-11-14clk: en7523: move en7581_reset_register() in en7581_clk_hw_init()Lorenzo Bianconi1-60/+33
2024-11-14clk: en7523: fix estimation of fixed rate for EN7581Lorenzo Bianconi1-2/+103
2024-11-14clk: en7523: introduce chip_scu regmapLorenzo Bianconi1-20/+61
2024-11-14clk: en7523: move clock_register in hw_init callbackLorenzo Bianconi1-32/+50
2024-11-14clk: en7523: remove REG_PCIE*_{MEM,MEM_MASK} configurationLorenzo Bianconi1-18/+0
2024-11-14clk: mediatek: Add drivers for MT6735 syscon clock and reset controllersYassine Oudjana6-0/+282
2024-11-14clk: mediatek: mt6735-apmixedsys: Fix an error handling path in clk_mt6735_apmixed_probe()Christophe JAILLET1-2/+1
2024-11-14clk: ralink: mtmips: add mmc related clocks for SoCs MT7620, MT7628 and MT7688Sergio Paracuellos1-7/+23
2024-11-14clk: ralink: mtmips: fix clocks probe order in oldest ralink SoCsSergio Paracuellos1-8/+13
2024-11-14clk: ralink: mtmips: fix clock plan for Ralink SoC RT3883Sergio Paracuellos1-2/+7
2024-11-14clk: clk-apple-nco: Add NULL check in applnco_probeCharles Han1-0/+3
2024-11-06clk: renesas: vbattb: Add VBATTB clock driverClaudiu Beznea3-0/+211
2024-11-03clk: renesas: rzg2l: Fix FOUTPOSTDIV clkBiju Das1-5/+6
2024-10-30clk: starfive: jh7110-pll: Mark the probe function as __initChanghuang Liang1-1/+1
2024-10-28clk: sophgo: avoid integer overflow in sg2042_pll_recalc_rate()Zichen Xie1-1/+1
2024-10-28clk: eyeq: add driverThéo Lebrun3-0/+707
2024-10-28clk: tegra: use clamp() in tegra_bpmp_clk_determine_rate()Li Zetao1-1/+1
2024-10-25clk: renesas: r9a08g045: Add power domain for RTCClaudiu Beznea1-0/+2
2024-10-25clk: renesas: r9a08g045: Mark the watchdog and always-on PM domains as IRQ safeClaudiu Beznea1-2/+3
2024-10-25clk: renesas: rzg2l-cpg: Use GENPD_FLAG_* flags instead of local onesClaudiu Beznea3-43/+24
2024-10-25clk: renesas: rzg2l-cpg: Move PM domain power on in rzg2l_cpg_pd_setup()Claudiu Beznea1-18/+23
2024-10-22clk: Allow kunit tests to run without OF_OVERLAY enabledStephen Boyd2-2/+1
2024-10-17clk: mediatek: clk-mt8188-topckgen: Remove univpll from parents of mfg_core_tmpPablo Sun1-3/+6
2024-10-17clk: npcm8xx: add clock controllerTomer Maimon3-0/+439
2024-10-17reset: npcm: register npcm8xx clock auxiliary bus deviceTomer Maimon2-2/+77
2024-10-17clk: mediatek: Add drivers for MediaTek MT6735 main clock and reset driversYassine Oudjana6-0/+773
2024-10-17clk: twl: add TWL6030 supportAndreas Kemnade2-10/+44
2024-10-17clk: twl: remove is_preparedAndreas Kemnade1-17/+0
2024-10-17clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGERS flagThéo Lebrun1-4/+12
2024-10-16clk: clk-gpio: add driver for gated-fixed-clocksHeiko Stuebner1-0/+185
2024-10-15clk: clk-gpio: use dev_err_probe for gpio-get failureHeiko Stuebner1-12/+3
2024-10-15clk: clk-gpio: update documentation for gpio-gate clockHeiko Stuebner1-2/+3
2024-10-14clk: renesas: r8a779h0: Drop CLK_PLL2_DIV2 to clarify ZCn clocksGeert Uytterhoeven1-6/+4
2024-10-09clk: clocking-wizard: move dynamic reconfig setup behind flagHarry Austen1-35/+38
2024-10-09clk: clocking-wizard: move clock registration to separate functionHarry Austen1-68/+75
2024-10-09clk: clocking-wizard: use devres versions of clk_hw APIHarry Austen1-41/+11
2024-10-09clk: clocking-wizard: use newer clk_hw APIHarry Austen1-37/+40