summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-stm32f4.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1Star
* clk: stm32: Introduce clocks of STM32F769 boardGabriel Fernandez2019-04-251-8/+299
* clk: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-1/+1
* clk: stm32: Add clk entry for SDMMC2 on stm32F769Patrice Chotard2018-03-191-1/+2
* clk: stm32: Add DSI clock for STM32F469 BoardGabriel Fernandez2018-03-191-1/+10
* clk: stm32f4: pr_err() strings should end with newlinesArvind Yadav2017-12-071-1/+1
* clk: Convert to using %pOF instead of full_nameRob Herring2017-07-221-2/+2
* clk: stm32f4: fix timeout management for pll and ready gateGabriel Fernandez2017-04-121-14/+29
* clk: stm32f4: fix: exclude values 0 and 1 for PLLQGabriel Fernandez2017-04-121-3/+10
* clk: stm32f7: Introduce stm32f7 clocks for STM32F746 boardsGabriel Fernandez2017-01-271-6/+271
* clk: stm32f4: avoid uninitialized variable accessArnd Bergmann2017-01-121-5/+7
*-. Merge branches 'clk-qcom-rpm8974', 'clk-stm32f4', 'clk-ipq4019' and 'clk-fixe...Stephen Boyd2017-01-101-21/+578
|\ \
| | * clk: stm32f4: Use CLK_OF_DECLARE_DRIVER initialization methodGabriel Fernandez2016-12-221-2/+2
| |/ |/|
| * clk: stm32f4: SDIO & 48Mhz clock management for STM32F469 boardGabriel Fernandez2016-12-221-3/+46
| * clk: stm32f4: Add SAI clocksGabriel Fernandez2016-12-221-0/+16
| * clk: stm32f4: Add I2S clockGabriel Fernandez2016-12-221-1/+13
| * clk: stm32f4: Add lcd-tft clockGabriel Fernandez2016-12-221-0/+114
| * clk: stm32f4: Add post divisor for I2S & SAI PLLsGabriel Fernandez2016-12-221-0/+55
| * clk: stm32f4: Add PLL_I2S & PLL_SAI for STM32F429/469 boardsGabriel Fernandez2016-12-221-17/+334
|/
* clk: stm32f469: Add QSPI clockGabriel Fernandez2016-10-281-18/+155
* clk: stm32f4: Add RTC clockGabriel Fernandez2016-10-281-1/+136
* clk: stm32f4: Add LSI & LSE clocksGabriel Fernandez2016-10-281-5/+126
* clk: stm32f4: fix error handlingChristophe JAILLET2016-07-071-1/+1
* clk: stm32f4: Migrate to clk_hw based OF and registration APIsStephen Boyd2016-06-301-6/+6
* clk: stm32f4: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-2/+1Star
* clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-251-1/+1
* clk: stm32: Fix out-by-one error path in the index lookupDaniel Thompson2015-07-021-1/+1
* clk: stm32: Add clock driver for STM32F4[23]xxx devicesDaniel Thompson2015-06-231-0/+380