On Mon, Aug 29, 2011 at 7:35 PM, Kevin Hilman [off-list ref] wrote:
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...
Could be split into a specific patch, if possible.
Regards,
Jean
VP debugfs moved to 'vp' subdir of <debugfs>/voltage/ and 'vp_'
prefixes removed from all debugfs filenames.
Signed-off-by: Kevin Hilman <redacted>
---
?arch/arm/mach-omap2/Makefile ?| ? ?2 +-
?arch/arm/mach-omap2/voltage.c | ?348 +-------------------------------------
?arch/arm/mach-omap2/voltage.h | ? ?3 -
?arch/arm/mach-omap2/vp.c ? ? ?| ?374 +++++++++++++++++++++++++++++++++++++++++
?arch/arm/mach-omap2/vp.h ? ? ?| ? ?9 +
?5 files changed, 387 insertions(+), 349 deletions(-)
?create mode 100644 arch/arm/mach-omap2/vp.c
...
Regards,
Jean