summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra63-109/+109
2024-11-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds169-1537/+23831
2024-11-19Merge branches 'clk-marvell', 'clk-adi', 'clk-qcom' and 'clk-devm' into clk-nextStephen Boyd39-821/+16538
2024-11-19Merge branches 'clk-samsung', 'clk-microchip', 'clk-imx', 'clk-amlogic' and '...Stephen Boyd64-279/+3387
2024-11-19Merge branches 'clk-mobileye', 'clk-twl', 'clk-nuvoton', 'clk-renesas' and 'c...Stephen Boyd23-108/+1668
2024-11-19Merge branches 'clk-cleanup', 'clk-mediatek', 'clk-kunit', 'clk-xilinx' and '...Stephen Boyd35-309/+2222
2024-11-19clk: clk-loongson2: Fix potential buffer overflow in flexible-array member ac...Gustavo A. R. Silva1-1/+1
2024-11-19clk: Fix invalid execution of clk_set_rateChuan Liu1-1/+1
2024-11-19clk: clk-loongson2: Fix memory corruption bug in struct loongson2_clk_providerGustavo A. R. Silva1-1/+3
2024-11-19clk: lan966x: make it selectable for ARCH_LAN969XRobert Marko1-1/+1
2024-11-15clk: eyeq: add EyeQ6H west fixed factor clocksThéo Lebrun1-1/+9
2024-11-15clk: eyeq: add EyeQ6H central fixed factor clocksThéo Lebrun1-1/+8
2024-11-15clk: eyeq: add EyeQ5 fixed factor clocksThéo Lebrun1-2/+94
2024-11-15clk: eyeq: add fixed factor clocks infrastructureThéo Lebrun1-8/+73
2024-11-15clk: eyeq: require clock index with phandle in all casesThéo Lebrun1-10/+2
2024-11-15clk: fixed-factor: add clk_hw_register_fixed_factor_index() functionThéo Lebrun1-0/+11
2024-11-15clk: clk-axi-clkgen: make sure to enable the AXI bus clockNuno Sa1-2/+20
2024-11-15clk: mmp: Add Marvell PXA1908 MPMU driverDuje Mihanović2-1/+113
2024-11-15clk: mmp: Add Marvell PXA1908 APMU driverDuje Mihanović2-1/+122
2024-11-15clk: mmp: Add Marvell PXA1908 APBCP driverDuje Mihanović2-1/+83
2024-11-15clk: mmp: Add Marvell PXA1908 APBC driverDuje Mihanović2-1/+131
2024-11-15clk: mmp: Switch to use struct u32_fract instead of custom oneAndy Shevchenko6-56/+51
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_ap...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: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUXArnd Bergmann1-1/+1
2024-11-14clk: clk-apple-nco: Add NULL check in applnco_probeCharles Han1-0/+3
2024-11-12clk: qcom: remove unused data from gcc-ipq5424.cArnd Bergmann1-18/+0
2024-11-11Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-9/+9
2024-11-06clk: renesas: vbattb: Add VBATTB clock driverClaudiu Beznea3-0/+211
2024-11-06clk: qcom: Add support for Global Clock Controller on QCS8300Imran Shaik3-0/+3651
2024-11-06clk: qcom: add Global Clock controller (GCC) driver for IPQ5424 SoCSricharan Ramabadhran3-0/+3318
2024-11-06clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574Devi Priya2-0/+12
2024-11-06clk: qcom: add SAR2130P GPU Clock Controller supportKonrad Dybcio3-0/+512
2024-11-06clk: qcom: dispcc-sm8550: enable support for SAR2130PDmitry Baryshkov2-4/+18
2024-11-06clk: qcom: tcsrcc-sm8550: add SAR2130P supportDmitry Baryshkov1-2/+16
2024-11-06clk: qcom: add support for GCC on SAR2130PDmitry Baryshkov3-0/+2376
2024-11-06clk: qcom: rpmh: add support for SAR2130PDmitry Baryshkov1-0/+13
2024-11-06clk: qcom: rcg2: add clk_rcg2_shared_floor_opsDmitry Baryshkov2-5/+44
2024-11-06Merge tag 'qcom-clk-fixes-for-6.12' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd3-9/+9
2024-11-05clk: sunxi-ng: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-1/+1
2024-11-05clk: imx: imx8-acm: Fix return value check in clk_imx_acm_attach_pm_domains()Yang Yingliang1-2/+2