summaryrefslogtreecommitdiff
path: root/drivers/clk/clk_fixed_rate.c
Commit message (Expand)AuthorAgeFilesLines
* clk: fixed_rate: add dummy enable() functionChunfeng Yun2020-01-161-0/+7
* clk: introduce enable_countPeng Fan2019-08-221-0/+1
* clk: fixed_rate: export clk_fixed_ratePeng Fan2019-07-311-7/+1
* clk: Provide struct clk for fixed rate clock (clk_fixed_rate.c)Lukasz Majewski2019-07-191-0/+5
* clk: Remove clock ID check in .get_rate() of clk_fixed_*Lukasz Majewski2019-07-191-3/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* clk: Remove superfluous gd declarationsMario Six2018-01-211-2/+0
* clk: clk_fixed_rate: Fix style violationMario Six2018-01-211-2/+2
* dm: clk: fixed: Update to support livetreeSimon Glass2017-06-011-3/+2
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* dm: clk: Add support for of-platdataSimon Glass2016-07-141-0/+2
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-191-8/+5
* clk: add fixed rate clock driverMasahiro Yamada2016-01-211-0/+57