From: Rob Herring Date: Wed, 6 Feb 2013 20:40:22 +0000 (-0600) Subject: clocksource: pass DT node pointer to init functions X-Git-Tag: omap-for-v3.10/fixes-for-merge-window~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=effbfdd7baf7babc73154b87a5ff940969cf6559;p=pandora-kernel.git clocksource: pass DT node pointer to init functions In cases where we have multiple nodes of the same type, we may need the node pointer to know which node was matched. Passing the node pointer also keeps the init function from having to match the node a 2nd time. Update bcm2835, vt8500, and tegra20 init functions for the new function prototype. Further tegra20 clean-ups are in follow-up commit. Signed-off-by: Rob Herring Cc: John Stultz Cc: Thomas Gleixner Reviewed-by: Stephen Warren Tested-by: Stephen Warren Acked-by: Arnd Bergmann Acked-by: Tony Prisk Tested-by: Michal Simek --- Reading git-diff-tree failed