Module Name: src Committed By: riastradh Date: Tue Dec 11 18:51:38 UTC 2012
Modified Files: src/sys/arch/arm/omap: omap2_prcm.c omap2_prcm.h Log Message: Export a little more from the omap2 prcm driver. This is in anticipation of drivers that need to enable (and, for future power management, perhaps disable) modules on an SoC. Each SoC has a different notion of enabling and disabling modules and will need to implement prcm_module_enable and prcm_module_disable separately. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/omap/omap2_prcm.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/omap2_prcm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.