summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2021-05-14media: aspeed: fix clock handling logicJae Hyun Yoo1-2/+2
2021-05-14clk: mvebu: armada-37xx-periph: Fix workaround for switching from L1 to L0Pali Rohár1-6/+39
2021-05-14clk: mvebu: armada-37xx-periph: Fix switching CPU freq from 250 Mhz to 1 GHzPali Rohár1-5/+7
2021-05-14clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU PM clockMarek Behún1-28/+0
2021-05-11clk: socfpga: arria10: Fix memory leak of socfpga_clk on error returnColin Ian King1-0/+1
2021-04-14clk: socfpga: fix iomem pointer cast on 64-bitKrzysztof Kozlowski1-1/+1
2021-04-14clk: fix invalid usage of list cursor in unregisterLukasz Bartosik1-17/+13
2021-04-14clk: fix invalid usage of list cursor in registerLukasz Bartosik1-9/+8
2021-03-04clk: aspeed: Fix APLL calculate formula from ast2600-A2Ryan Chen1-10/+27
2021-03-04clk: qcom: gcc-msm8998: Fix Alpha PLL type for all GPLLsAngeloGioacchino Del Regno1-50/+50
2021-03-04clk: sunxi-ng: h6: Fix clock divider range on some clocksAndre Przywara1-4/+4
2021-03-04clk: sunxi-ng: h6: Fix CEC clockAndre Przywara1-1/+1
2021-03-04clk: meson: clk-pll: propagate the error from meson_clk_pll_set_rate()Martin Blumenstingl1-2/+3
2021-03-04clk: meson: clk-pll: make "ret" a signed integerMartin Blumenstingl1-1/+2
2021-03-04clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLLMartin Blumenstingl1-1/+1
2021-02-17clk: sunxi-ng: mp: fix parent rate change flag checkJernej Skrabec1-1/+1
2021-01-27clk: tegra30: Add hda clock default rates to clock driverPeter Geis1-0/+2
2020-12-30clk: tegra: Do not return 0 on failureNicolin Chen1-2/+2
2020-12-30clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9Terry Zhou1-2/+2
2020-12-30clk: ingenic: Fix divider calculation with div tablesPaul Cercueil1-4/+10
2020-12-30clk: sunxi-ng: Make sure divider tables have sentinelJernej Skrabec2-0/+2
2020-12-30clk: s2mps11: Fix a resource leak in error handling paths in the probe functionChristophe JAILLET1-0/+1
2020-12-30clk: at91: sam9x60: remove atmel,osc-bypass supportAlexandre Belloni1-5/+1
2020-12-30clk: ti: Fix memleak in ti_fapll_synth_setupZhang Qilong1-2/+9
2020-12-30clk: tegra: Fix duplicated SE clock entryDmitry Osipenko2-1/+2
2020-12-30clk: meson: Kconfig: fix dependency for G12AKevin Hilman1-0/+1
2020-12-30clk: renesas: r9a06g032: Drop __packed for portabilityGeert Uytterhoeven1-1/+1
2020-11-05clk: ti: clockdomain: fix static checker warningTero Kristo1-0/+2
2020-10-29clk: imx8mq: Fix usdhc parents orderAbel Vesa1-2/+2
2020-10-29clk: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost1-1/+3
2020-10-29clk: at91: clk-main: update key before writing AT91_CKGR_MORClaudiu Beznea1-3/+8
2020-10-29clk: mediatek: add UART0 clock supportHanks Chen1-0/+2
2020-10-29clk: rockchip: Initialize hw to error to avoid undefined behaviorStephen Boyd1-1/+1
2020-10-29clk: keystone: sci-clk: fix parsing assigned-clock data during probeTero Kristo1-1/+1
2020-10-29clk: qcom: gcc-sdm660: Fix wrong parent_mapKonrad Dybcio1-1/+1
2020-10-29clk: meson: g12a: mark fclk_div2 as criticalStefan Agner1-0/+11
2020-10-07clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSEDMarek Szyprowski1-2/+2
2020-10-07clk: tegra: Always program PLL_E when enabledThierry Reding1-3/+0
2020-10-07clk: socfpga: stratix10: fix the divider for the emac_ptp_free_clkDinh Nguyen1-1/+1
2020-10-01clk: imx: Fix division by zero warning on pfdv2Anson Huang1-0/+6
2020-10-01clk: stratix10: use do_div() for 64-bit calculationDinh Nguyen1-1/+3
2020-10-01clk/ti/adpll: allocate room for terminating nullStephen Kitt1-9/+2
2020-09-23clk: rockchip: Fix initialization of mux_pll_src_4plls_pNathan Chancellor1-1/+1
2020-09-23clk: davinci: Use the correct size when allocating memoryChristophe JAILLET1-1/+1
2020-08-21clk: bcm2835: Do not use prediv with bcm2711's PLLsNicolas Saenz Julienne1-4/+21
2020-08-21clk: clk-atlas6: fix return value check in atlas6_clk_init()Xu Wang1-1/+1
2020-08-21clk: qcom: gcc-sdm660: Fix up gcc_mss_mnoc_bimc_axi_clkKonrad Dybcio1-0/+3
2020-08-21clk: qcom: clk-alpha-pll: remove unused/incorrect PLL_CAL_VALJonathan Marek1-2/+0
2020-08-21clk: qcom: gcc: fix sm8150 GPU and NPU clocksJonathan Marek1-2/+6
2020-08-21clk: actions: Fix h_clk for Actions S500 SoCCristian Ciocaltea1-1/+1