summaryrefslogtreecommitdiff
path: root/drivers/clk/clk_sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Make rfree return voidSean Anderson2022-03-301-3/+3
* clk: sandbox: Create a special fixed-rate driverSimon Glass2021-03-261-0/+33
* clk: sandbox: Move priv/plat data to a header fileSimon Glass2021-03-261-7/+0
* clk: add clk_round_rate()Dario Binacchi2021-01-121-0/+17
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* dm: test: Add a test for of-platdata phandlesSimon Glass2020-10-291-2/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* clk: Rename free() to rfree()Simon Glass2020-02-051-1/+1
* test: clk: test clock self assignmentJean-Jacques Hiblot2019-10-221-0/+22
* test: clk: Update tests to also check the managed APIJean-Jacques Hiblot2019-10-221-0/+34
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* clk: sandbox: don't check clk ID against 0Stephen Warren2016-06-241-4/+4
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-191-32/+53
* clk: add static qualifier to local functionsMasahiro Yamada2016-01-201-2/+3
* dm: test: Add tests for the clk uclassSimon Glass2015-07-211-0/+85