u-boot/drivers/clk/ti
Suman Anna cfd50dfb72 clk: ti: k3: Update driver to account for divider flags
The K3 SoCs have some PLL output clocks (POSTDIV clocks) which in
turn serve as inputs to other HSDIV output clocks. These clocks use
the actual value to compute the divider clock rate, and need to be
registered with the CLK_DIVIDER_ONE_BASED flags. The current k3-clk
driver and data lacks the infrastructure to pass in divider flags.
Update the driver and data to account for these divider flags.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
2021-09-17 14:47:03 -04:00
..
clk-am3-dpll-x2.c clk: ti: am33xx: add DPLL clock drivers 2021-01-12 10:58:04 +05:30
clk-am3-dpll.c clk: ti: am3-dpll: use custom API for memory access 2021-05-12 16:27:57 +05:30
clk-ctrl.c clk: ti: improve debug messages for clkctrl driver 2021-02-22 11:39:48 +05:30
clk-divider.c clk: ti: change clk_ti_latch() signature 2021-05-12 16:27:57 +05:30
clk-gate.c clk: ti: gate: use custom API for memory access 2021-05-12 16:27:57 +05:30
clk-k3-pll.c clk: ti: k3-pll: Change DIV_CTRL programming to read-modify-write 2021-09-17 14:47:03 -04:00
clk-k3.c clk: ti: k3: Update driver to account for divider flags 2021-09-17 14:47:03 -04:00
clk-mux.c clk: ti: change clk_ti_latch() signature 2021-05-12 16:27:57 +05:30
clk-sci.c clk: sci-clk: fix return value of set_rate 2021-06-11 16:34:52 +05:30
clk.c clk: ti: change clk_ti_latch() signature 2021-05-12 16:27:57 +05:30
clk.h clk: ti: change clk_ti_latch() signature 2021-05-12 16:27:57 +05:30
Kconfig clk: add support for TI K3 SoC clocks 2021-06-11 16:34:52 +05:30
Makefile clk: add support for TI K3 SoC clocks 2021-06-11 16:34:52 +05:30
omap4-cm.c clk: ti: omap4: add clock manager driver 2021-01-12 10:58:04 +05:30