summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk_fixed_rate.c
Commit message (Expand)AuthorAgeFilesLines
* 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