aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk_fixed_rate.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-16clk: fixed_rate: add dummy enable() functionChunfeng Yun1-0/+7
2019-08-22clk: introduce enable_countPeng Fan1-0/+1
2019-07-31clk: fixed_rate: export clk_fixed_ratePeng Fan1-7/+1
2019-07-19clk: Provide struct clk for fixed rate clock (clk_fixed_rate.c)Lukasz Majewski1-0/+5
2019-07-19clk: Remove clock ID check in .get_rate() of clk_fixed_*Lukasz Majewski1-3/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-21clk: Remove superfluous gd declarationsMario Six1-2/+0
2018-01-21clk: clk_fixed_rate: Fix style violationMario Six1-2/+2
2017-06-01dm: clk: fixed: Update to support livetreeSimon Glass1-3/+2
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-07-14dm: clk: Add support for of-platdataSimon Glass1-0/+2
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren1-8/+5
2016-01-21clk: add fixed rate clock driverMasahiro Yamada1-0/+57