]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: ti: divider: convert TI divider clock to use its own data representation
authorTero Kristo <t-kristo@ti.com>
Thu, 9 Feb 2017 12:45:45 +0000 (14:45 +0200)
committerTero Kristo <t-kristo@ti.com>
Wed, 8 Mar 2017 11:04:06 +0000 (13:04 +0200)
commit6dbde94756adb14fe1e3516249cb8eee725bd5e0
tree8d7206c84927d96a139153653afdb19832bfbfff
parentd83bc5b69f2f86ac8354cdb8bbf1b56f34c4ddee
clk: ti: divider: convert TI divider clock to use its own data representation

Instead of using the generic clock driver data struct, use one internal
for the TI clock driver itself. This allows modifying the register access
parts in subsequent patch.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
drivers/clk/ti/clock.h
drivers/clk/ti/divider.c
drivers/clk/ti/gate.c