From: Paul Walmsley Date: Mon, 27 Aug 2007 08:39:21 +0000 (-0600) Subject: omap2 clock: Standardize DPLL rate recalculation with struct dpll_data X-Git-Tag: v2.6.23-omap1~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0c1a8d8196f64e817b170faf1cda6d0c52724a0;p=pandora-kernel.git omap2 clock: Standardize DPLL rate recalculation with struct dpll_data Introduce a new data structure, struct dpll_data, that contains DPLL multiplier, divider, and autoidle information. Update existing DPLL code to use struct dpll_data. The goal here is to set up something that will be usable for OMAP3430 clock tree. Note that this does not affect the SRAM DPLL assembly code - the DPLL register addresses are still hard-coded there. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed