linux/drivers/clk/ti
Tero Kristo f60b1ea5ea CLK: TI: add support for gate clock
This patch adds support for TI specific gate clocks. These behave as basic
gate-clock, but have different ops / hw-ops for controlling the actual
gate, for example waiting until the clock is ready. Several sub-types
are supported:
- ti,gate-clock: basic gate clock with default ops/hwops
- ti,clkdm-gate-clock: clockdomain level gate control
- ti,dss-gate-clock: gate clock with DSS specific hardware handling
- ti,am35xx-gate-clock: gate clock with AM35xx specific hardware handling
- ti,hsdiv-gate-clock: gate clock with OMAP36xx hardware errata handling

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
2014-01-17 12:35:10 -08:00
..
Makefile CLK: TI: add support for gate clock 2014-01-17 12:35:10 -08:00
autoidle.c CLK: TI: add autoidle support 2014-01-17 12:34:59 -08:00
clk.c
composite.c CLK: ti: add support for ti divider-clock 2014-01-17 12:35:04 -08:00
divider.c CLK: ti: add support for ti divider-clock 2014-01-17 12:35:04 -08:00
dpll.c CLK: TI: Add DPLL clock support 2014-01-17 12:34:55 -08:00
fixed-factor.c clk: ti: add support for TI fixed factor clock 2014-01-17 12:35:07 -08:00
gate.c CLK: TI: add support for gate clock 2014-01-17 12:35:10 -08:00