summaryrefslogtreecommitdiff
path: root/drivers/clk/clk_stm32f7.c
Commit message (Expand)AuthorAgeFilesLines
* 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