clk: ti: mux: convert TI mux clock to use its internal data representation
authorTero Kristo <t-kristo@ti.com>
Thu, 9 Feb 2017 12:40:40 +0000 (14:40 +0200)
committerTero Kristo <t-kristo@ti.com>
Wed, 8 Mar 2017 11:03:22 +0000 (13:03 +0200)
commitd83bc5b69f2f86ac8354cdb8bbf1b56f34c4ddee
tree4e72891a12cba39a1bda9ccae5872a9122529014
parentc91f07801f144920f8467486a1e36e42ed9d9ff2
clk: ti: mux: convert TI mux clock to use its internal 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/mux.c