aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk_fixed_rate.c
AgeCommit message (Expand)AuthorFilesLines
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