summaryrefslogtreecommitdiff
path: root/drivers/clk/clk_stm32f7.c
Commit message (Expand)AuthorAgeFilesLines
* clk: stm32f7: rename clk_stm32f7.c to clk_stm32f.cPatrice Chotard2017-11-291-357/+0
* clk: stm32f7: add STM32F4 supportPatrice Chotard2017-11-291-43/+66
* clk: stm32f7: add dedicated STM32F7 compatible stringPatrice Chotard2017-11-291-0/+1
* clk: stm32f7: retrieve PWR base address from DTPatrice Chotard2017-11-291-11/+21
* clk: clk_stm32f7: fix PLL clock division factorPatrice Chotard2017-11-171-7/+9
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+3
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* dm: clk: add missing .priv_auto_alloc_size() for stm32f7Patrice Chotard2017-09-291-6/+7
* clk: stm32f7: remove clock_get()Patrice Chotard2017-07-261-48/+0
* clk: stm32f7: cleanup clocks unused definitionsPatrice Chotard2017-07-261-3/+0
* clk: stm32f7: add clock .get_rate() callbackPatrice Chotard2017-07-261-0/+62
* clk: stm32f7: get RCC base address from DTPatrice Chotard2017-07-261-19/+38
* clk: stm32f7: add static for configure_clocks()Patrice Chotard2017-07-261-1/+1
* clk: Modify xlate() method for livetreeSimon Glass2017-06-011-2/+1
* stm32f7: use stm32f7 gpio driver supporting driver modelVikas Manocha2017-05-081-39/+0
* stm32f7: clk: remove usart1 clock enable from board initVikas Manocha2017-03-171-3/+0
* clk: stm32f7: add clock driver for stm32f7 familyVikas Manocha2017-03-171-0/+332