From: Eduardo Valentin Date: Fri, 15 Mar 2013 13:00:05 +0000 (-0400) Subject: staging: omap-thermal: add a section of register manipulation X-Git-Tag: v3.10-rc1~192^2~628 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8abbe71ee501cf2c8b7c49b64ffe0a1acdc7fa2a;p=platform%2Fkernel%2Flinux-3.10.git staging: omap-thermal: add a section of register manipulation This is introduces a series of marks inside the code to better organize functions per group, aggregating their functionality. Signed-off-by: Eduardo Valentin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/omap-thermal/omap-bandgap.c b/drivers/staging/omap-thermal/omap-bandgap.c index fce3942..77ff495 100644 --- a/drivers/staging/omap-thermal/omap-bandgap.c +++ b/drivers/staging/omap-thermal/omap-bandgap.c @@ -42,6 +42,8 @@ #include "omap-bandgap.h" +/*** Helper functions to access registers and their bitfields ***/ + /** * omap_bandgap_readl() - simple read helper function * @bg_ptr: pointer to omap_bandgap structure