summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Access device flags through functionsSimon Glass2021-01-051-1/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+3
* dm: Remove uses of device_bind_offset()Simon Glass2020-12-131-1/+1
* dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-131-1/+1
* clk: check hw and hw->dev before dereference itClaudiu Beznea2020-09-221-0/+3
* clk: fix the console output of clk_registerDario Binacchi2020-08-241-5/+5
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* clk: show more error info when uclass_get_device_by_namePeng Fan2020-01-261-2/+4
* clk: introduce enable_countPeng Fan2019-08-221-0/+1
* clk: introduce clk_dev_bindedPeng Fan2019-07-311-0/+8
* clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)Lukasz Majewski2019-07-191-0/+57