summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk_stm32h7.c
Commit message (Expand)AuthorAgeFilesLines
* clk: clk_stm32h7: migrate trace to dev and log macroPatrick Delaunay2021-01-131-32/+38
* Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-1/+1
|\
| * treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-091-1/+1
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
|/
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* clk: clk_stm32h7: Fix prescaler for Domain 3Patrice Chotard2018-03-131-3/+4
* clk: clk_stm32h7: Fix stm32_clk_get_rate() for timerPatrice Chotard2018-03-131-12/+90
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* dm: clk: fix PWR_CR3 register's bit 2 namePatrice Chotard2017-10-161-4/+4
* dm: clk: remove CLK() macro for clk_stm32h7Patrice Chotard2017-10-161-115/+108
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-6/+6
* dm: clk: add clk driver support for stm32h7 SoCsPatrice Chotard2017-09-221-0/+802