summaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek/clk-mtk.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-3/+3
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* clk: mediatek: use unsigned type for returning the clk rateFabien Parent2020-01-261-1/+1
* clk: mediatek: fix clock-rate overflow problemSam Shih2020-01-161-3/+3
* clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pllmingming lee2020-01-161-8/+17
* clk: mediatek: add set_clr_upd mux type flowmingming lee2020-01-161-11/+32
* clk: mediatek: add support for SETCLR_INV and NO_SETCLR flagsFabien Parent2019-04-231-0/+12
* clk: MediaTek: add clock driver for MT7629 SoC.Ryder Lee2018-11-281-0/+493