summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: tegra20: fix gcc-7 constant overflow warningArnd Bergmann2023-05-301-14/+14
* clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparentQuentin Schulz2023-05-171-1/+1
* clk: add missing of_node_put() in "assigned-clocks" property parsingClément Léger2023-05-171-2/+10
* clk: st: Fix memory leak in st_of_quadfs_setup()Xiu Jianfeng2023-01-181-2/+3
* clk: samsung: Fix memory leak in _samsung_clk_register_pll()Xiu Jianfeng2023-01-181-0/+1
* clk: rockchip: Fix memory leak in rockchip_clk_register_pll()Xiu Jianfeng2023-01-181-0/+1
* clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probeMiaoqian Lin2022-10-261-3/+6
* clk: bcm2835: fix bcm2835_clock_rate_from_divisor declarationStefan Wahren2022-10-261-3/+3
* clk: tegra20: Fix refcount leak in tegra20_clock_initMiaoqian Lin2022-10-261-0/+1
* clk: tegra: Fix refcount leak in tegra114_clock_initMiaoqian Lin2022-10-261-0/+1
* clk: tegra: Fix refcount leak in tegra210_clock_initMiaoqian Lin2022-10-261-0/+1
* clk: oxnas: Hold reference returned by of_get_parent()Liang He2022-10-261-2/+4
* clk: iproc: Do not rely on node name for correct PLL setupFlorian Fainelli2022-10-261-4/+8
* clk: iproc: Minor tidy up of iproc pll data structuresLori Hikichi2022-10-261-47/+36
* clk: qcom: ipq8074: dont disable gcc_sleep_clk_srcRobert Marko2022-08-251-0/+1
* clk: at91: generated: consider range when calculating best rateCodrin Ciubotariu2022-05-251-0/+4
* clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource()Yang Yingliang2022-05-121-0/+2
* clk: tegra: tegra124-emc: Fix missing put_device() call in emc_ensure_emc_driverMiaoqian Lin2022-04-201-0/+1
* clk: clps711x: Terminate clk_div_table with sentinel elementJonathan Neuschäfer2022-04-201-0/+2
* clk: loongson1: Terminate clk_div_table with sentinel elementJonathan Neuschäfer2022-04-201-0/+1
* clk: qcom: clk-rcg2: Update the frac table for pixel clockTaniya Das2022-04-201-0/+1
* clk: uniphier: Fix fixed-rate initializationKunihiko Hayashi2022-04-201-0/+1
* clk: bcm-2835: Remove rounding up the dividersMaxime Ripard2022-01-271-8/+3
* clk: bcm-2835: Pick the closest clock rateMaxime Ripard2022-01-271-1/+1
* clk: kirkwood: Fix a clocking boot regressionLinus Walleij2021-09-221-0/+1
* clk: fix build warning for orphan_listGreg Kroah-Hartman2021-09-221-5/+5
* clk: stm32f4: fix post divisor setup for I2S/SAI PLLsDario Binacchi2021-08-151-5/+5
* clk: tegra: Ensure that PLLU configuration is applied properlyDmitry Osipenko2021-07-201-2/+4
* clk: renesas: r8a77995: Add ZA2 clockKuninori Morimoto2021-07-201-0/+1
* clk: exynos7: Mark aclk_fsys1_200 as criticalPaweł Chmiel2021-05-221-1/+6
* clk: uniphier: Fix potential infinite loopColin Ian King2021-05-221-2/+2
* clk: socfpga: arria10: Fix memory leak of socfpga_clk on error returnColin Ian King2021-05-221-0/+1
* clk: socfpga: fix iomem pointer cast on 64-bitKrzysztof Kozlowski2021-04-161-1/+1
* clk: fix invalid usage of list cursor in unregisterLukasz Bartosik2021-04-161-17/+13
* clk: fix invalid usage of list cursor in registerLukasz Bartosik2021-04-161-9/+8
* clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLLMartin Blumenstingl2021-03-031-1/+1
* clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9Terry Zhou2020-12-291-2/+2
* clk: sunxi-ng: Make sure divider tables have sentinelJernej Skrabec2020-12-292-0/+2
* clk: s2mps11: Fix a resource leak in error handling paths in the probe functionChristophe JAILLET2020-12-291-0/+1
* clk: ti: Fix memleak in ti_fapll_synth_setupZhang Qilong2020-12-291-2/+9
* clk: tegra: Fix duplicated SE clock entryDmitry Osipenko2020-12-292-1/+2
* clk: ti: clockdomain: fix static checker warningTero Kristo2020-11-051-0/+2
* clk: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost2020-10-291-1/+3
* clk: at91: clk-main: update key before writing AT91_CKGR_MORClaudiu Beznea2020-10-291-3/+8
* clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSEDMarek Szyprowski2020-10-141-2/+2
* clk/ti/adpll: allocate room for terminating nullStephen Kitt2020-10-011-9/+2
* clk: rockchip: Fix initialization of mux_pll_src_4plls_pNathan Chancellor2020-09-231-1/+1
* clk: Evict unregistered clks from parent cachesStephen Boyd2020-08-261-11/+41
* clk: clk-atlas6: fix return value check in atlas6_clk_init()Xu Wang2020-08-211-1/+1
* clk: bcm2835: Fix return type of bcm2835_register_gateNathan Chancellor2020-06-251-5/+5