aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk_fixed_rate.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07clk: Remove <common.h> and add needed includesTom Rini1-1/+0
2021-12-15clk: define LOG_CATEGORY for generic and ccf clocksPatrick Delaunay1-0/+3
2021-10-19clk: fixed_rate: add dummy disable() functionWIP/2021-10-19-assorted-changesSamuel Holland1-0/+1
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass1-3/+4
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-06-11clk: fixed_rate: add API for directly registering fixed rate clocksTero Kristo1-0/+45
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass1-4/+10
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+3
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass1-2/+2
2020-09-23clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flagMichal Simek1-0/+1
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