aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk_stm32h7.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-13clk: clk_stm32h7: migrate trace to dev and log macroPatrick Delaunay1-32/+38
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-13clk: clk_stm32h7: Fix prescaler for Domain 3Patrice Chotard1-3/+4
2018-03-13clk: clk_stm32h7: Fix stm32_clk_get_rate() for timerPatrice Chotard1-12/+90
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-16dm: clk: fix PWR_CR3 register's bit 2 namePatrice Chotard1-4/+4
2017-10-16dm: clk: remove CLK() macro for clk_stm32h7Patrice Chotard1-115/+108
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-6/+6
2017-09-22dm: clk: add clk driver support for stm32h7 SoCsPatrice Chotard1-0/+802