From: Stephen Warren Date: Wed, 6 Nov 2013 00:33:17 +0000 (-0700) Subject: clk: tegra: implement a reset driver X-Git-Tag: cleanup-for-linus~6^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d5b988e7dc56bb97c39bdcbc006fadcd6ca371b;p=pandora-kernel.git clk: tegra: implement a reset driver The Tegra CAR module implements both a clock and reset controller. So far, the driver exposes the clock feature via the common clock API and the reset feature using a custom API. This patch adds an implementation of the common reset framework API (include/linux/reset*.h). The legacy reset implementation will be removed once all drivers have been converted. Signed-off-by: Stephen Warren Reviewed-by: Thierry Reding Acked-By: Peter De Schrijver --- Reading git-diff-tree failed