summaryrefslogtreecommitdiff
path: root/drivers/clk/clk_fixed_rate.c
AgeCommit message (Expand)Author
2020-01-16clk: fixed_rate: add dummy enable() functionChunfeng Yun
2019-08-22clk: introduce enable_countPeng Fan
2019-07-31clk: fixed_rate: export clk_fixed_ratePeng Fan
2019-07-19clk: Provide struct clk for fixed rate clock (clk_fixed_rate.c)Lukasz Majewski
2019-07-19clk: Remove clock ID check in .get_rate() of clk_fixed_*Lukasz Majewski
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-21clk: Remove superfluous gd declarationsMario Six
2018-01-21clk: clk_fixed_rate: Fix style violationMario Six
2017-06-01dm: clk: fixed: Update to support livetreeSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-07-14dm: clk: Add support for of-platdataSimon Glass
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-01-21clk: add fixed rate clock driverMasahiro Yamada