summaryrefslogtreecommitdiff
path: root/drivers/clk/clk_fixed_rate.c
AgeCommit message (Expand)Author
2021-12-15clk: define LOG_CATEGORY for generic and ccf clocksPatrick Delaunay
2021-10-19clk: fixed_rate: add dummy disable() functionSamuel Holland
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-06-11clk: fixed_rate: add API for directly registering fixed rate clocksTero Kristo
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass
2020-09-23clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flagMichal Simek
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