From: Jyri Sarha Date: Fri, 5 Sep 2014 12:21:34 +0000 (+0300) Subject: clk: add gpio gated clock X-Git-Tag: fixes-against-v3.18-rc2~68^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c873d14d30b838a516a94967242322d4b73e79e7;p=pandora-kernel.git clk: add gpio gated clock The added gpio-gate-clock is a basic clock that can be enabled and disabled trough a gpio output. The DT binding document for the clock is also added. For EPROBE_DEFER handling the registering of the clock has to be delayed until of_clk_get() call time. Signed-off-by: Jyri Sarha Signed-off-by: Mike Turquette --- Reading git-diff-tree failed