OMAP2+: voltage: split out voltage processor (VP) code into new layer
authorKevin Hilman <khilman@ti.com>
Mon, 21 Mar 2011 21:29:13 +0000 (14:29 -0700)
committerKevin Hilman <khilman@ti.com>
Thu, 15 Sep 2011 18:39:11 +0000 (11:39 -0700)
commit01f48d308db1cfcfb0151d8d91153fd73e84ae40
tree2b36a459bb9ea482cdf60cfaf79c4e4996d599dc
parent4d47506a85a9f2e745dc63215594e9f799aff3dc
OMAP2+: voltage: split out voltage processor (VP) code into new layer

This patch is primarily a move of VP specific code from voltage.c into
its own code in vp.c and adds prototypes to vp.h

No functional changes, except debugfs...

VP debugfs moved to 'vp' subdir of <debugfs>/voltage/ and 'vp_'
prefixes removed from all debugfs filenames.

Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/voltage.c
arch/arm/mach-omap2/voltage.h
arch/arm/mach-omap2/vp.c [new file with mode: 0644]
arch/arm/mach-omap2/vp.h