[PATCH 17/22] OMAP2+: voltage: split out voltage processor (VP) code into new layer

Jean Pihet jean.pihet at newoldbits.com
Wed Sep 7 05:52:43 EDT 2011


On Mon, Aug 29, 2011 at 7:35 PM, Kevin Hilman <khilman at ti.com> 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 <khilman at ti.com>
> ---
>  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



More information about the linux-arm-kernel mailing list