From: Andrii Tseglytskyi Date: Mon, 27 May 2013 11:09:23 +0000 (+0300) Subject: PM / AVS: SmartReflex: use omap_sr * for minmax interfaces X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~19^2~8^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c80573415fe47450579d5d8bfab53b304d803ed;p=pandora-kernel.git PM / AVS: SmartReflex: use omap_sr * for minmax interfaces SmartReflex driver interface is natively divided to two parts: - external SmartReflex interface - interface between SmartReflex driver and SmartReflex Class Functions which belong to AVS class interface can use struct omap_sr* instead of struct voltatedomain*, to provide a direct connection between SR driver and SR class. This allows us to optimize and not do additional lookups where none is required. sr_configure_minmax() is interface function between SR driver and SR class. It is typically used by Class driver to configure MINMAXAVG module inside SmartReflex module. Now it takes struct omap_sr* as input parameter. Signed-off-by: Andrii Tseglytskyi Acked-by: Nishanth Menon Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed