u-boot-brain/drivers/clk
Masahiro Yamada b21e20b255 clk: add fixed rate clock driver
This commit intends to implement "fixed-clock" as in Linux.
(drivers/clk/clk-fixed-rate.c in Linux)

If you need a very simple clock to just provide fixed clock rate
like a crystal oscillator, you do not have to write a new driver.
This driver can support it.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
2016-01-21 19:46:47 -07:00
..
clk_fixed_rate.c clk: add fixed rate clock driver 2016-01-21 19:46:47 -07:00
clk_rk3036.c clk: add static qualifier to local functions 2016-01-20 19:06:23 -07:00
clk_rk3288.c clk: add static qualifier to local functions 2016-01-20 19:06:23 -07:00
clk_sandbox.c clk: add static qualifier to local functions 2016-01-20 19:06:23 -07:00
clk-uclass.c clk: add API to enable clock 2016-01-20 19:06:23 -07:00
Kconfig clk: move Kconfig options into sub-menu 2016-01-20 19:06:23 -07:00
Makefile clk: add fixed rate clock driver 2016-01-21 19:46:47 -07:00