aboutsummaryrefslogtreecommitdiff
path: root/test/dm/clk_ccf.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06test: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-12-15test: dm: clk_ccf: fix building errorYang Xiwen1-1/+2
2023-12-15test: dm: clk_ccf: test ccf_clk_opsYang Xiwen1-3/+11
2023-12-15dm: test: clk: Add test for ccf clk_set_rate()Igor Prusov1-0/+9
2020-09-22clk: do not disable clock if it is criticalClaudiu Beznea1-1/+31
2020-09-22clk: bind clk to new parent deviceClaudiu Beznea1-0/+27
2020-08-24clk: ccf: mux: change the get_rate helperDario Binacchi1-0/+24
2020-08-24clk: set flags in the ccf registration routinesDario Binacchi1-0/+7
2020-08-24dm: test: clk: add the test for the ccf gated clockDario Binacchi1-0/+8
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass1-1/+1
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2019-08-22sandbox: clk: add clk enable/disable test codePeng Fan1-0/+28
2019-07-31test: dm: clk_ccf: test composite clkPeng Fan1-0/+8
2019-07-19clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]Lukasz Majewski1-0/+62