summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: socfpga: arria10: Fix memory leak of socfpga_clk on error returnColin Ian King2021-05-111-0/+1
* clk: socfpga: fix iomem pointer cast on 64-bitKrzysztof Kozlowski2021-04-141-1/+1
* clk: fix invalid usage of list cursor in unregisterLukasz Bartosik2021-04-141-17/+13
* clk: fix invalid usage of list cursor in registerLukasz Bartosik2021-04-141-9/+8
* clk: qcom: gcc-sc7180: Use floor ops for the correct sdcc1 clkDouglas Anderson2021-03-301-2/+2
* clk: qcom: gpucc-msm8998: Add resets, cxc, fix flags on gpu_gx_gdscAngeloGioacchino Del Regno2021-03-171-2/+6
* clk: qcom: gdsc: Implement NO_RET_PERIPH flagAngeloGioacchino Del Regno2021-03-172-3/+10
* clk: aspeed: Fix APLL calculate formula from ast2600-A2Ryan Chen2021-03-041-10/+27
* clk: divider: fix initialization with parent_hwMichael Tretter2021-03-041-2/+7
* clk: qcom: gcc-msm8998: Fix Alpha PLL type for all GPLLsAngeloGioacchino Del Regno2021-03-041-50/+50
* clk: sunxi-ng: h6: Fix clock divider range on some clocksAndre Przywara2021-03-041-4/+4
* clk: renesas: r8a779a0: Fix parent of CBFUSA clockGeert Uytterhoeven2021-03-041-1/+1
* clk: renesas: r8a779a0: Remove non-existent S2 clockGeert Uytterhoeven2021-03-041-1/+0
* clk: sunxi-ng: h6: Fix CEC clockAndre Przywara2021-03-041-1/+1
* clk: meson: clk-pll: propagate the error from meson_clk_pll_set_rate()Martin Blumenstingl2021-03-041-2/+3
* clk: meson: clk-pll: make "ret" a signed integerMartin Blumenstingl2021-03-041-1/+2
* clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLLMartin Blumenstingl2021-03-041-1/+1
* clk: sunxi-ng: mp: fix parent rate change flag checkJernej Skrabec2021-02-171-1/+1
* clk: qcom: gcc-sm250: Use floor ops for sdcc clksDmitry Baryshkov2021-02-031-2/+2
* clk: mmp2: fix build without CONFIG_PMArnd Bergmann2021-02-031-2/+4
* clk: imx: fix Kconfig warning for i.MX SCU clkArnd Bergmann2021-02-031-2/+0
* clk: tegra30: Add hda clock default rates to clock driverPeter Geis2021-01-271-0/+2
* clk: tegra: Do not return 0 on failureNicolin Chen2020-12-301-2/+2
* clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9Terry Zhou2020-12-301-2/+2
* clk: ingenic: Fix divider calculation with div tablesPaul Cercueil2020-12-301-4/+10
* clk: vc5: Use "idt,voltage-microvolt" instead of "idt,voltage-microvolts"Geert Uytterhoeven2020-12-301-2/+2
* clk: sunxi-ng: Make sure divider tables have sentinelJernej Skrabec2020-12-302-0/+2
* clk: s2mps11: Fix a resource leak in error handling paths in the probe functionChristophe JAILLET2020-12-301-0/+1
* clk: at91: sam9x60: remove atmel,osc-bypass supportAlexandre Belloni2020-12-301-5/+1
* clk: at91: sama7g5: fix compilation errorClaudiu Beznea2020-12-301-2/+4
* clk: bcm: dvp: Add MODULE_DEVICE_TABLE()Nicolas Saenz Julienne2020-12-301-0/+1
* clk: ti: Fix memleak in ti_fapll_synth_setupZhang Qilong2020-12-301-2/+9
* clk: tegra: Fix duplicated SE clock entryDmitry Osipenko2020-12-302-1/+2
* clk: qcom: gcc-sc7180: Use floor ops for sdcc clksDouglas Anderson2020-12-301-2/+2
* clk: renesas: r8a779a0: Fix R and OSC clocksGeert Uytterhoeven2020-12-301-3/+10
* clk: fsl-sai: fix memory leakMichael Walle2020-12-301-0/+12
* clk: meson: Kconfig: fix dependency for G12AKevin Hilman2020-12-301-0/+1
* clk: renesas: r9a06g032: Drop __packed for portabilityGeert Uytterhoeven2020-12-071-1/+1
* clk: imx: scu: fix MXC_CLK_SCU module build breakDong Aisheng2020-12-071-2/+2
* clk: imx8m: fix bus critical clk registrationPeng Fan2020-11-045-17/+22
* clk: define to_clk_regmap() as inline functionArnd Bergmann2020-10-282-2/+9
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-248-218/+13
|\
| * Merge tag 'imx-soc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Olof Johansson2020-10-033-212/+0
| |\
| | * clk: imx: imx35: Remove mx35_clocks_init()Fabio Estevam2020-09-221-68/+0
| | * clk: imx: imx31: Remove mx31_clocks_init()Fabio Estevam2020-09-221-71/+0
| | * clk: imx: imx27: Remove mx27_clocks_init()Fabio Estevam2020-09-221-73/+0
| * | ARM: s3c24xx: pass pointer to clk driver via platform dataKrzysztof Kozlowski2020-08-191-1/+6
| * | ARM: s3c24xx: make S3C24XX_MISCCR access indirectArnd Bergmann2020-08-191-6/+4
| * | clk: samsung: s3c24xx: declare s3c24xx_common_clk_init() in shared headerKrzysztof Kozlowski2020-08-173-0/+3