summaryrefslogtreecommitdiffstats
path: root/commands/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: fix clk_set_rate command help textDenis Orlov2024-03-251-1/+1
* treewide: Use pr_setenv() where appropriateSascha Hauer2022-06-211-7/+3
* clk: fix clk_round_rate command descriptionDenis Orlov2022-05-201-2/+2
* commands: set SPDX-License-Identifier for files without license statementAhmad Fatoum2022-01-051-0/+2
* clk: Add clk_name_* functionsSascha Hauer2021-06-211-16/+2
* Add clk_round_rate commandSascha Hauer2021-06-161-0/+32
* clk_dump command: Allow printing a single clockSascha Hauer2020-09-231-2/+13
* clk: add clock command completionSascha Hauer2016-11-081-0/+5
* stdio: replace fprintf(stderr,...) with eprintfSascha Hauer2016-04-151-1/+1
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+1
* commands: clk_dump: use COMMAND_SUCCESS instead of 0 return codeAntony Pavlov2015-10-261-2/+2
* commands: add clk_get_rate commandAntony Pavlov2015-10-221-0/+55
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-27/+13
* commands: group 'help' outputHolger Schurig2014-05-141-0/+5
* commands: Add clk commandsSascha Hauer2012-10-041-0/+144