index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
clk.c
Age
Commit message (
Expand
)
Author
2023-12-15
cmd: clk: Make soc_clk_dump static
Igor Prusov
2023-12-15
cmd: clk: Use dump function from clk_ops
Igor Prusov
2023-10-16
cmd: Convert existing long help messages to the new macro
Tom Rini
2023-02-12
cmd: clk: probe the clock before dump them
Patrick Delaunay
2022-02-25
cmd: clk: fix long help message
Patrick Delaunay
2022-02-25
cmd: clk: update result of do_clk_setfreq
Patrick Delaunay
2022-02-25
cmd: clk: replace clk_lookup by uclass_get_device_by_name
Patrick Delaunay
2022-02-25
cmd: clk: test the number of argument in setfreq command
Patrick Delaunay
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-06-11
clk: add support for setting clk rate from cmdline
Tero Kristo
2021-06-11
clk: fix clock tree dump to properly dump out every registered clock
Tero Kristo
2020-08-24
cmd: clk: correctly handle depth for clk dump
Patrick Delaunay
2020-08-24
cmd: clk: cosmetic: correct code alignment in show_clks
Patrick Delaunay
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-08-22
clk: support clk tree dump
Peng Fan
2019-05-04
cmd: clk: Handle ENODEV from clk_get_rate
Ismael Luceno Cortes
2018-09-29
cmd: clk: Add trivial implementation of clock dump for DM
Marek Vasut
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-23
cmd: clk: Check return value from soc_clk_dump
Michal Simek
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass